[pve-devel] applied: [PATCH kernel v2 0/2] pve-kernel helper scripts for patch-queue management

2018-04-24 Thread Thomas Lamprecht
applied, to master and pve-4.15 On 4/12/18 2:07 PM, Fabian Grünbichler wrote: > this patch series introduces helper scripts for > - importing the exported patchqueue into a patchqueue branch inside the > submodule > - exporting the (updated) patchqueue from the patchqueue branch inside the > s

[pve-devel] applied: [PATCH container] update_config: rescan volume size

2018-04-24 Thread Thomas Lamprecht
On 4/23/18 12:36 PM, Fabian Grünbichler wrote: > otherwise the size information gets lost when detaching and reattaching > a mountpoint volume, which is less than ideal since mountpoints without > size information require manual information when restoring. > applied, thanks! > Signed-off-by: Fab

Re: [pve-devel] [PATCH kernel v2] d/control: add some missing build dependencies

2018-04-24 Thread Fabian Grünbichler
On Tue, Apr 24, 2018 at 08:07:14AM +0200, Thomas Lamprecht wrote: > Signed-off-by: Thomas Lamprecht > --- > > changes v1 -> v2: > * omit libssl-dev for now seems I was wrong there - libssl-dev is needed for some module signing scripts (which are LGPL 2.1+), which we don't use, but some users mig

[pve-devel] [PATCH common v2] untaint df return values

2018-04-24 Thread Dominik Csapak
since we sometimes use their length in a format string for printf Signed-off-by: Dominik Csapak --- changes from v1: * used map style like thomas described (with a fix for definedness) src/PVE/Tools.pm | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/PVE/Tools.p

[pve-devel] applied: [PATCH common v2] untaint df return values

2018-04-24 Thread Thomas Lamprecht
applied, with a Co-authored-by me (so that you do not get the full blame for my hash slice proposal ;) ) On 4/24/18 10:15 AM, Dominik Csapak wrote: > since we sometimes use their length in a format string for printf > > Signed-off-by: Dominik Csapak > --- > changes from v1: > * used map style li

[pve-devel] [PULL extjs] update to ExtJS 6.2.0

2018-04-24 Thread Thomas Lamprecht
Update to latest available GPL release of ExtJS (it's already a bit old now). All known issues should be fixed, I've this running on my test machines since quite a bit, didn't noticed to much (but my test surfaces realy only covers Firefox). Dominik meant that he saw a few issues (in combination

[pve-devel] [PATCH kernel 0/4] header and perf packaging improvements

2018-04-24 Thread Fabian Grünbichler
for master and pve-kernel-4.15 (modulo 4.15/4.13) Fabian Grünbichler (4): d/rules: reformat header collection d/rules: don't strip headers package d/rules: install perf man pages d/rules: check for accidental perf linkage debian/rules | 38 -- 1 file c

[pve-devel] [PATCH kernel 2/4] d/rules: don't strip headers package

2018-04-24 Thread Fabian Grünbichler
we don't want to debug the contained helper binaries ;) Signed-off-by: Fabian Grünbichler --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e7cedbf..725ca0f 100755 --- a/debian/rules +++ b/debian/rules @@ -77,7 +77,7 @@ install

[pve-devel] [PATCH kernel 4/4] d/rules: check for accidental perf linkage

2018-04-24 Thread Fabian Grünbichler
with libraries that are not GPL-2-only compatible. Signed-off-by: Fabian Grünbichler --- debian/rules | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a84ae5a..cb892d2 100755 --- a/debian/rules +++ b/debian/rules @@ -125,7 +125,10 @@ binar

[pve-devel] [PATCH kernel 1/4] d/rules: reformat header collection

2018-04-24 Thread Fabian Grünbichler
for better readability and to reduce future churn Signed-off-by: Fabian Grünbichler --- debian/rules | 27 +++ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/debian/rules b/debian/rules index 6596254..e7cedbf 100755 --- a/debian/rules +++ b/debian/rules @@

[pve-devel] [PATCH kernel 3/4] d/rules: install perf man pages

2018-04-24 Thread Fabian Grünbichler
Signed-off-by: Fabian Grünbichler --- debian/rules | 4 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 725ca0f..a84ae5a 100755 --- a/debian/rules +++ b/debian/rules @@ -127,12 +127,16 @@ binary: install .tools_compile_mark: .compile_mark ${MAKE} -C $

[pve-devel] [PATCH manager 0/1] improve xtermjs settings

2018-04-24 Thread Dominik Csapak
this patch improves the xtermjs settings button behaviour i include the diffstat with '-w --histogram' so that one can see what is actually happening (there was mostly an indentation shift) 8< diff --git a/www/manager6/window/Settings.js b/www/manager6/window/Settings.js index acffb01b..ef

[pve-devel] [PATCH manager 1/1] improve xtermjs settings button behaviour

2018-04-24 Thread Dominik Csapak
we now put a form around the fields/buttons and can track the valid/dirty state, and use this for setting the button states now the buttons are correctly enabled/disabled when the form is dirty/valid/empty Signed-off-by: Dominik Csapak --- www/manager6/window/Settings.js | 157 +

Re: [pve-devel] [PATCH kernel 4/4] d/rules: check for accidental perf linkage

2018-04-24 Thread Thomas Lamprecht
On 4/24/18 1:57 PM, Fabian Grünbichler wrote: > with libraries that are not GPL-2-only compatible. > > Signed-off-by: Fabian Grünbichler > --- > debian/rules | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/debian/rules b/debian/rules > index a84ae5a..cb892d2 100755

[pve-devel] [PATCH kernel 4.13] fix #1737: merge: net: fix deadlock while clearing neighbor proxy table

2018-04-24 Thread Wolfgang Bumiller
Link: https://bugzilla.kernel.org/show_bug.cgi?id=199289 Signed-off-by: Wolfgang Bumiller --- This has gone upstream by now. Difference between 4.13 and 4.15 is just the number in the filename ;-) ...dlock-while-clearing-neighbor-proxy-table.patch | 95 ++ 1 file changed, 95

[pve-devel] [PATCH kernel 4.15] fix #1737: merge: net: fix deadlock while clearing neighbor proxy table

2018-04-24 Thread Wolfgang Bumiller
Link: https://bugzilla.kernel.org/show_bug.cgi?id=199289 Signed-off-by: Wolfgang Bumiller --- ...dlock-while-clearing-neighbor-proxy-table.patch | 95 ++ 1 file changed, 95 insertions(+) create mode 100644 patches/kernel/0008-net-fix-deadlock-while-clearing-neighbor-proxy-ta