From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53014) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXs1W-0003Qo-J2 for qemu-devel@nongnu.org; Fri, 04 Sep 2015 10:31:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXs1R-0007LA-2T for qemu-devel@nongnu.org; Fri, 04 Sep 2015 10:31:26 -0400 Received: from mail.uni-paderborn.de ([131.234.142.9]:35641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXs1Q-0007Jy-Sx for qemu-devel@nongnu.org; Fri, 04 Sep 2015 10:31:21 -0400 References: <55E9938A.5080906@mail.uni-paderborn.de> <55E9A96E.2000306@redhat.com> From: Bastian Koppelmann Message-ID: <55E9AB34.2020900@mail.uni-paderborn.de> Date: Fri, 4 Sep 2015 16:31:16 +0200 MIME-Version: 1.0 In-Reply-To: <55E9A96E.2000306@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] checkpatch.pl Perl 5.22 deprecation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake , QEMU Developers , blauwirbel@gmail.com On 09/04/2015 04:23 PM, Eric Blake wrote: > On 09/04/2015 06:50 AM, Bastian Koppelmann wrote: >> Hi, >> >> Perl 5.22 has deprecated unescaped { inside a regexp, which leads to >> very annoying warnings. Since we use checkpatch from the Linux kernel, I >> found a corresponding patch [1] that fixes it. Do we just get the new >> checkpatch from the kernel, or do we integrate the patch ourself? >> >> [1] https://lkml.org/lkml/2015/7/8/1049 > We've diverged a bit, so you'll have to cherry-pick the patch and > propose it on list. > Thanks, I'll do that. Cheers, Bastian