[Devel] [PATCH rh7 1/2] include/linux/kmemleak.h: needs slab.h

2015-11-17 Thread Andrey Ryabinin
From: Andrew Morton include/linux/kmemleak.h: In function 'kmemleak_alloc_recursive': include/linux/kmemleak.h:43: error: 'SLAB_NOLEAKTRACE' undeclared (first use in this function) Cc: Joonsoo Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds (cherry picked from commit 66f2ca7e3

[Devel] [PATCH rh7 2/2] kasan: fix kmemleak false-positive in kasan_module_alloc()

2015-11-17 Thread Andrey Ryabinin
Kmemleak reports the following leak: unreferenced object 0xfbfff41ea000 (size 20480): comm "modprobe", pid 65199, jiffies 4298875551 (age 542.568s) hex dump (first 32 bytes): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0

Re: [Devel] [PATCH RH7 1/9] Port: diff-fence-watchdog-introduce-fencing-watchdog-for-HA-cluster-3

2015-11-17 Thread Andrew Vagin
On Tue, Nov 17, 2015 at 10:46:02AM +0300, Pavel Tikhomirov wrote: > >diff --git a/arch/x86/include/asm/vvar.h b/arch/x86/include/asm/vvar.h > >index de656ac..1ae9a5c 100644 > >--- a/arch/x86/include/asm/vvar.h > >+++ b/arch/x86/include/asm/vvar.h > >@@ -45,6 +45,7 @@ > > > > DECLARE_VVAR(0, volati

[Devel] [PATCH rh7 v3] ve: Attach a ve cgroup from task_work

2015-11-17 Thread Kirill Tkhai
There are many places where get_exec_env() is used. Since a task may be attached to a ve not only by itself, this may lead to a problem, when dereferenced ve has changed, but a code is operating with the old ve. This patch makes task_ve to be changed using task_work, i.e. in a place where it defin

[Devel] [PATCH RHEL7 COMMIT] ms/pvpanic: Set high notifier priority

2015-11-17 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-229.7.2.vz7.9.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-229.7.2.vz7.9.10 --> commit 75d66c8784fc1b917ab7430bcedfab8a7a421890 Author: Takashi Iwai Date: Tue May 6 17:52:26 2014 +0200 ms/pvpanic: Set

Re: [Devel] [PATCH RH7 0/9] Port: fence watchdog feature

2015-11-17 Thread Andrew Vagin
Acked-by: Andrew Vagin On Tue, Oct 13, 2015 at 05:52:50PM +0300, Pavel Tikhomirov wrote: > https://jira.sw.ru/browse/PSBM-33648 > > /dev/watchdog "softdog" is really close but it has several problems: > - no shutdown action > - no network blocking action > - can not get timeout and timeleft > -

Re: [Devel] [PATCH rh7 1/2] ixgbe: cleanup ixgbe_enumerate_functions

2015-11-17 Thread Konstantin Khorenko
JFYI: filed an issue to RedHat https://bugzilla.redhat.com/show_bug.cgi?id=1282804 -- Best regards, Konstantin Khorenko, Virtuozzo Linux Kernel Team On 11/10/2015 04:48 PM, Konstantin Khorenko wrote: Andrey, please file a bug to RedHat about this (and add me to CC there ). Meanwhile i'm app

[Devel] protblem building criu on pcs7

2015-11-17 Thread Cyrill Gorcunov
Guys, recent changes in criu prevented me from continue building it on pcs7 kernel (ie on 3.10 higly lifted kernel) because there is no SECCOMP_SET_MODE_FILTER and SECCOMP_FILTER_FLAG_TSYNC constants defined in headers. That said for sure I can simply comment it out (or defined by my own), but such

[Devel] [PATCH rh7] tcache: account reclaimed pages to scan_control->nr_reclaimed

2015-11-17 Thread Vladimir Davydov
Tcache pages might constitute a substantial portion of the total number of pages reclaimed. Since they are freed immediately, we should count them to scan_control->nr_reclaimed to avoid premature scan->priority drops and resulting overreclaim. Signed-off-by: Vladimir Davydov --- mm/tcache.c | 3

[Devel] [PATCH RHEL7 COMMIT] ve/vtty: Don't zap termios fields on slave peer

2015-11-17 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-229.7.2.vz7.9.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-229.7.2.vz7.9.10 --> commit 0eb5cec93f6d06b93c317795d636b68376e366f6 Author: Cyrill Gorcunov Date: Tue Nov 17 18:18:45 2015 +0400 ve/vtty: Don

Re: [Devel] [PATCH rh7] x86: arch_free_page() introduced

2015-11-17 Thread Vladimir Davydov
On Thu, Nov 12, 2015 at 10:01:14PM +0400, Stanislav Kinsburskiy wrote: > @@ -0,0 +1,23 @@ > +#ifndef _ASM_X86_FREE_PAGE_H > +#define _ASM_X86_FREE_PAGE_H > + > +#ifdef __KERNEL__ > + > +#ifndef __ASSEMBLY__ > + > +#include > + > +#define HAVE_ARCH_FREE_PAGE > + > +extern struct static_key zero_fr

Re: [Devel] [PATCH rh7] vznetstat: fix RCU-protected "info_V{4, 6}" pointers initialization

2015-11-17 Thread Konstantin Khorenko
Stas, i'm applying this, thank you. Vasya, as far as i see 2.6.32-x kernel has the same code, please check and apply the patch if needed. -- Best regards, Konstantin Khorenko, Virtuozzo Linux Kernel Team On 11/12/2015 04:42 PM, Stanislav Kinsburskiy wrote: This pointers have to be referenced

[Devel] [PATCH RHEL7 COMMIT] ve/vznetstat: fix RCU-protected "info_V{4, 6}" pointers initialization

2015-11-17 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-229.7.2.vz7.9.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-229.7.2.vz7.9.10 --> commit c173e3204914acf2002a75002f8b4a768a952bc0 Author: Stanislav Kinsburskiy Date: Tue Nov 17 18:40:50 2015 +0400 ve/vzn

Re: [Devel] [PATCH rh7] x86: arch_free_page() introduced

2015-11-17 Thread Stanislav Kinsburskiy
17.11.2015 15:20, Vladimir Davydov пишет: On Thu, Nov 12, 2015 at 10:01:14PM +0400, Stanislav Kinsburskiy wrote: @@ -0,0 +1,23 @@ +#ifndef _ASM_X86_FREE_PAGE_H +#define _ASM_X86_FREE_PAGE_H + +#ifdef __KERNEL__ + +#ifndef __ASSEMBLY__ + +#include + +#define HAVE_ARCH_FREE_PAGE + +extern stru

Re: [Devel] protblem building criu on pcs7

2015-11-17 Thread Tycho Andersen
On Tue, Nov 17, 2015 at 05:12:56PM +0300, Cyrill Gorcunov wrote: > Guys, recent changes in criu prevented me from continue building it > on pcs7 kernel (ie on 3.10 higly lifted kernel) because there is > no SECCOMP_SET_MODE_FILTER and SECCOMP_FILTER_FLAG_TSYNC constants > defined in headers. That s

Re: [Devel] [PATCH rh7] x86: arch_free_page() introduced

2015-11-17 Thread Vladimir Davydov
On Tue, Nov 17, 2015 at 03:42:46PM +0100, Stanislav Kinsburskiy wrote: > > > 17.11.2015 15:20, Vladimir Davydov пишет: > >On Thu, Nov 12, 2015 at 10:01:14PM +0400, Stanislav Kinsburskiy wrote: > > > >>@@ -0,0 +1,23 @@ > >>+#ifndef _ASM_X86_FREE_PAGE_H > >>+#define _ASM_X86_FREE_PAGE_H > >>+ > >>+

Re: [Devel] protblem building criu on pcs7

2015-11-17 Thread Cyrill Gorcunov
On Tue, Nov 17, 2015 at 07:50:20AM -0700, Tycho Andersen wrote: > On Tue, Nov 17, 2015 at 05:12:56PM +0300, Cyrill Gorcunov wrote: > > Guys, recent changes in criu prevented me from continue building it > > on pcs7 kernel (ie on 3.10 higly lifted kernel) because there is > > no SECCOMP_SET_MODE_FIL

Re: [Devel] [PATCH rh7] x86: arch_free_page() introduced

2015-11-17 Thread Stanislav Kinsburskiy
17.11.2015 16:08, Vladimir Davydov пишет: On Tue, Nov 17, 2015 at 03:42:46PM +0100, Stanislav Kinsburskiy wrote: 17.11.2015 15:20, Vladimir Davydov пишет: On Thu, Nov 12, 2015 at 10:01:14PM +0400, Stanislav Kinsburskiy wrote: @@ -0,0 +1,23 @@ +#ifndef _ASM_X86_FREE_PAGE_H +#define _ASM_X86

[Devel] [PATCH RHEL7 COMMIT] config.OpenVZ: enable CONFIG_LOCALVERSION_AUTO

2015-11-17 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-229.7.2.vz7.9.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-229.7.2.vz7.9.10 --> commit a9f715654427d8458a765ab81ceaa6bd950a5b8f Author: Konstantin Khorenko Date: Tue Nov 17 20:20:14 2015 +0400 config.O

[Devel] [PATCH RHEL7 COMMIT] Makefile: properly generate KERNELRELEASE value

2015-11-17 Thread Konstantin Khorenko
The commit is pushed to "branch-rh7-3.10.0-229.7.2.vz7.9.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git after rh7-3.10.0-229.7.2.vz7.9.10 --> commit 16857c67c0899f940979a8516bb30aa03b52f273 Author: Konstantin Khorenko Date: Tue Nov 17 20:24:21 2015 +0400 Makefile

[Devel] [PATCH rh7] config: Add loop to built-in drivers list

2015-11-17 Thread Kirill Tkhai
CTs want this driver: https://jira.sw.ru/browse/PSBM-41293 while we don't want to add it to autoload list. Signed-off-by: Kirill Tkhai --- configs/kernel-3.10.0-x86_64-debug.config |2 +- configs/kernel-3.10.0-x86_64.config |2 +- 2 files changed, 2 insertions(+), 2 deletions(-)