From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay.hostedemail.com (smtprelay0013.hostedemail.com [216.40.44.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9FFE5F4FA; Sun, 8 Mar 2026 19:25:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=216.40.44.13 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772997949; cv=none; b=T61UGYGDwh4GerewbJoPawnOpKj2OAtdNwBmtPgERsoOdW3r18jMRUrM9TkM1G1p51S9AosJzZ8CJyEi7tkHzr5Pb1MAu5hxnDDWtwJPtKWjzzLjYyfDk5mlMvLmLdmVP4+3F8ekpfCJiDV2GFG0mMiTzMMqVhXrxrOTymjUtWE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772997949; c=relaxed/simple; bh=EozQiSK5Ib3FOB1QloyQqe2rY0Z6fW3umZrG7hgNO7Y=; h=Message-ID:Subject:From:To:Cc:Date:In-Reply-To:References: Content-Type:MIME-Version; b=gzrk4q3GYARzfr7yXGvTtNMbI7oDy5C8S9oLyRargeNeM4CdtBoGtURdhfpyWWnp0leU91EzAkH4cV/nq8mcoZGb9dLrhhOedOSzgs//A2BE9cT6uZP5JqHP+mIGJoW7oMBh+rwHVzYP8l6rzd1OO1wlNbiKEuUs+qBCsWhbtho= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=perches.com; spf=pass smtp.mailfrom=perches.com; arc=none smtp.client-ip=216.40.44.13 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=perches.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=perches.com Received: from omf04.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay03.hostedemail.com (Postfix) with ESMTP id 5C544B9DD1; Sun, 8 Mar 2026 19:25:40 +0000 (UTC) Received: from [HIDDEN] (Authenticated sender: joe@perches.com) by omf04.hostedemail.com (Postfix) with ESMTPA id 0977B20024; Sun, 8 Mar 2026 19:25:33 +0000 (UTC) Message-ID: <8c4c5d0c5d014d5cc19eb10906ca1bd83ffb3ce5.camel@perches.com> Subject: Re: [PATCH v2 phy-next 24/24] MAINTAINERS: add regexes for linux-phy From: Joe Perches To: Vladimir Oltean Cc: linux-phy@lists.infradead.org, Vinod Koul , Neil Armstrong , dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-can@vger.kernel.org, linux-gpio@vger.kernel.org, linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-pci@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-riscv@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-sunxi@lists.linux.dev, linux-tegra@vger.kernel.org, linux-usb@vger.kernel.org, netdev@vger.kernel.org, spacemit@lists.linux.dev, UNGLinuxDriver@microchip.com Date: Sun, 08 Mar 2026 12:25:32 -0700 In-Reply-To: <20260308191017.kcyi7ka5pktq5jl4@skbuf> References: <20260308114009.2546587-1-vladimir.oltean@nxp.com> <20260308114009.2546587-25-vladimir.oltean@nxp.com> <20260308191017.kcyi7ka5pktq5jl4@skbuf> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.58.3 (3.58.3-1.fc43) Precedence: bulk X-Mailing-List: linux-can@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Stat-Signature: j8cqfom7pfzfp6zpqz8ke1a1p9xdohfr X-Rspamd-Server: rspamout01 X-Rspamd-Queue-Id: 0977B20024 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Session-ID: U2FsdGVkX18gVnVCxP9qO8FnxW5XHh2uO0wk84Ax7lg= X-HE-Tag: 1772997933-957601 X-HE-Meta: U2FsdGVkX19ggjHhHzzB2ejeghViKyEU9/Qc1eCdZCBrv+N9xtOnahsspQvZ8jvhU2ga3Lye0QXeOR98rNiSHF/UgohYf3IygLBOBYTY3HQsWda9w1srC+kwAojgNxclR4J1W5hHzgzTrnHExi0J9Fc+5gWFMN63B5g6NiaVGlRxjf7RCVqIBOUj+j4kfyNff6yNQVlLB9e5ila4JDaBwgnDeOVtLtdUQTLLqec4LVPoU+hx+wN3fz8KEXlTs4FZTBiefRKJUZNU0NA/J0kpLWihVSYofGti+NOBrHO1dop4vyrejFOtF51kvKEWWm2P On Sun, 2026-03-08 at 21:10 +0200, Vladimir Oltean wrote: > On Sun, Mar 08, 2026 at 11:40:44AM -0700, Joe Perches wrote: > > Perhaps if matching only the include uses: > > (/ is escaped because get_maintainer is stupid) > > something like: > >=20 > > K: include\s*\ > Why is get_maintainer stupid? The get_maintainer code used to match keywords is foreach my $line (keys %keyword_hash) { if ($text =3D~ m/$keyword_hash{$line}/x) { so it seems the first / in the K: regex would terminate the match. It might have been better to use a different delimiter. Maybe: if ($text =3D~ m{$keyword_hash{$line}}/x