Re: [Qemu-devel] [PATCH] checkpatch: fix incompatibility with old perl

2017-10-05 Thread Stefan Hajnoczi
On Wed, Oct 04, 2017 at 06:44:20PM +0300, Vladimir Sementsov-Ogievskiy wrote: > Do not use '/r' modifier which was introduced in perl 5.14. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > scripts/checkpatch.pl | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Thanks, applied to

Re: [Qemu-devel] [PATCH] checkpatch: fix incompatibility with old perl

2017-10-04 Thread Daniel P. Berrange
On Wed, Oct 04, 2017 at 06:44:20PM +0300, Vladimir Sementsov-Ogievskiy wrote: > Do not use '/r' modifier which was introduced in perl 5.14. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > scripts/checkpatch.pl | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Reviewed-by: Daniel

Re: [Qemu-devel] [PATCH] checkpatch: fix incompatibility with old perl

2017-10-04 Thread Alex Williamson
On Wed, 4 Oct 2017 18:44:20 +0300 Vladimir Sementsov-Ogievskiy wrote: > Do not use '/r' modifier which was introduced in perl 5.14. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- Fixes: 3e5875afc0f ("checkpatch: check trace-events code style") Tested-by: Alex Williamson Thanks > sc

[Qemu-devel] [PATCH] checkpatch: fix incompatibility with old perl

2017-10-04 Thread Vladimir Sementsov-Ogievskiy
Do not use '/r' modifier which was introduced in perl 5.14. Signed-off-by: Vladimir Sementsov-Ogievskiy --- scripts/checkpatch.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl index 3c0a28e644..0c41f1212f 100755 --- a/scripts/