From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ms.lwn.net ([45.79.88.28]:33612 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726279AbeHXV0r (ORCPT ); Fri, 24 Aug 2018 17:26:47 -0400 Date: Fri, 24 Aug 2018 11:51:05 -0600 From: Jonathan Corbet To: Nathan Chancellor Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Ben Hutchings , Valdis Kletnieks , Mauro Carvalho Chehab Subject: Re: kernel-doc patches for 4.18 Message-ID: <20180824115105.24beb47b@lwn.net> In-Reply-To: <20180824174000.GA25131@flashbox> References: <20180824174000.GA25131@flashbox> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org List-ID: On Fri, 24 Aug 2018 10:40:00 -0700 Nathan Chancellor wrote: > Arch Linux recently enabled building the kernel documentation in their > PKGBUILD, which turned my normally peaceful build into a spamfest of > unescaped braces warnings from Perl. > > These are fixed upstream with the following two patches: > > 701b3a3c0ac4 ("PATCH scripts/kernel-doc") > 673bb2dfc364 ("scripts/kernel-doc: Escape all literal braces in regexes") > > Could they please be applied to 4.18? They should be clean cherry-picks. I hadn't thought of those as -stable fodder, but I can see how that would be helpful. Certainly I have no objection to including them. jon