From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f41.google.com ([209.85.221.41]:46754 "EHLO mail-wr1-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726279AbeHXVPl (ORCPT ); Fri, 24 Aug 2018 17:15:41 -0400 Received: by mail-wr1-f41.google.com with SMTP id a108-v6so8096121wrc.13 for ; Fri, 24 Aug 2018 10:40:03 -0700 (PDT) Date: Fri, 24 Aug 2018 10:40:00 -0700 From: Nathan Chancellor To: Greg Kroah-Hartman Cc: stable@vger.kernel.org, Ben Hutchings , Jonathan Corbet , Valdis Kletnieks , Mauro Carvalho Chehab Subject: kernel-doc patches for 4.18 Message-ID: <20180824174000.GA25131@flashbox> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: stable-owner@vger.kernel.org List-ID: Hi Greg, 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. Thanks! Nathan