From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 D28F1224B0D; Fri, 23 Jan 2026 18:18:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769192289; cv=none; b=QgcpMJBlZiLgkxQmw3EB1uryxYfaXqyC0/3YSx+LVyn/mD/VBd0KzSS/xZ32xu1ijVpYfFTodHedg6fGn2YxGChcu95gzriDTn6D+VB3uqPZ3II+dFpVSjwDWOSGxbEkTRB/tvBGBV9qLnuhn2rk7m/PXgDUfGIxo+93GmKVDzU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769192289; c=relaxed/simple; bh=UEuHx87ZZEm8hexpXkkqEvJojoLXTwN3WFioWloockw=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Z6hD9zIApxEXAcbqloj83/lj+h7f1DC5Vsc2Pj+jAQoV/E/BLlZFzgMUBvLPAeq/L16nVxRao3bqB3ZmIYqcgXQqPW2x9ZgMwcSp88/H4C6RHB5pPRZNFEeKGmd2yS8B7cL9bX2D+I7VpbADlv0iyQOSGSM81zOZfYTf3J4gufQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PzYJ0KFi; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PzYJ0KFi" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0C228C4CEF1; Fri, 23 Jan 2026 18:18:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769192289; bh=UEuHx87ZZEm8hexpXkkqEvJojoLXTwN3WFioWloockw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=PzYJ0KFi0sEqqdSIukQrUe0FLsC32uI2BkRc3zNX5zvm39IdjQEcIrgHUosm5aU4i Mgv5we8FxnTzleMdeEbSssxjqyNJEbXnXJ8vxqcaXoAkobZNVouYEo/9SHY6bBVlRH u3/TboJmTuPpfyEQWFxG+zMICg3usGFCsbM6Rh6WwsvzWlHOS98Zb0ss0WboljgqyF 4Bi1Y/CIbzPjYxcu/URDa4/9f/Sd5szV/8T3VVDRDuqr1fJiYDjWk4F2BfFteJNcGM gKJX0/Liqq0l5HiQSn40AoWA4xmVZp23BGEymDjZgFpHwSE1HcTN9SnFyplKaAfQwc 8oDk4or1iRhpA== Date: Fri, 23 Jan 2026 10:18:07 -0800 From: Jakub Kicinski To: Simon Horman Cc: Lukas Bulwahn , Ethan Nelson-Moore , Andrew Lunn , "David S . Miller" , Eric Dumazet , Paolo Abeni , netdev@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Lukas Bulwahn Subject: Re: [PATCH] MAINTAINERS: remove obsolete file entry in NETWORKING DRIVERS Message-ID: <20260123101807.27beafe7@kernel.org> In-Reply-To: References: <20260122074609.151058-1-lukas.bulwahn@redhat.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 23 Jan 2026 17:15:19 +0000 Simon Horman wrote: > On Thu, Jan 22, 2026 at 08:46:09AM +0100, Lukas Bulwahn wrote: > > From: Lukas Bulwahn > > > > Commit d8f87aa5fa0a ("net: remove HIPPI support and RoadRunner HIPPI > > driver") removes the hippidevice header file, but misses that there is > > still a file entry in MAINTAINERS referring to it. > > > > Remove the obsolete file entry in NETWORKING DRIVERS. > > > > Signed-off-by: Lukas Bulwahn > > Thanks Lukas, > > I agree this is the case. > > But unfortunately our CI seems to be confused about which > tree to test it against. So could you resubmit targeting net-next > like this? It's alright, we don't really have any tests for MAINTAINERS in the CI, anyway.