Re: [PATCH iproute2] lib/namespace: don't try to mount rw /sys over a ro one

2018-02-23 Thread Stephen Hemminger
On Mon, 12 Feb 2018 20:23:12 +0100 Lubomir Rintel wrote: > It will fail with EPERM on Linux 4.15. > > Signed-off-by: Lubomir Rintel Applied.

Re: [PATCH iproute2] lib/namespace: don't try to mount rw /sys over a ro one

2018-02-13 Thread Phil Sutter
On Mon, Feb 12, 2018 at 08:23:12PM +0100, Lubomir Rintel wrote: > It will fail with EPERM on Linux 4.15. > > Signed-off-by: Lubomir Rintel Acked-by: Phil Sutter

[PATCH iproute2] lib/namespace: don't try to mount rw /sys over a ro one

2018-02-12 Thread Lubomir Rintel
It will fail with EPERM on Linux 4.15. Signed-off-by: Lubomir Rintel --- lib/namespace.c | 22 +++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/lib/namespace.c b/lib/namespace.c index 30b51388..6f3356d0 100644 --- a/lib/namespace.c +++ b/lib/namespace.c @@ -7