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 0764C1F873B; Wed, 23 Jul 2025 15:40:52 +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=1753285253; cv=none; b=HceEA7OUwkf3McIFU8jYuPVdRQx7336sbeihaiewh/WQlq/Enx5ThbgMwTXxfIHBUDOc+ThdMsY+cIV+fQhjbcVN7sgjX1qSz/1QrmOYgxd3jADnTuFDvtMlCPNyiSa4UGCn3BEKar4lnmVmxXIPCRIT1ZWJ3eFwI6xlJN4v4zE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753285253; c=relaxed/simple; bh=+F5PDOGgm3CgM6Hbrc3ton2CGh3rZgivEAkUwBwDjjk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=YCmoklBPpiCt5YD/1NXSfVPxOTikopzTFZ6ubS2mgUsjrpeQLAA4Lwn5fuunf9m6ES/OWVptTxpO1CNz6hOwuxyv9Ia7qBBFzWRsT900BvCadL80g3rXvK2mHXDlexr1jNxbIqdoD3LirfFq1XZigA59vwm8A9AAwjzCcn5ERG8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=mOdfsOq3; 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="mOdfsOq3" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F2663C4CEE7; Wed, 23 Jul 2025 15:40:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753285252; bh=+F5PDOGgm3CgM6Hbrc3ton2CGh3rZgivEAkUwBwDjjk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mOdfsOq35PVi3TehOdeQUAhKzAusGBTjUqZMC4rSE6bGORFn/3qsNkfH7JC2wypIT 4x0DbQJI+j0HWIWv9Iv3tQpJgmmUnwOZ9DW5IM4mRSvWrajie6Jx5Ayz9JCYjrgjeU 2MgzCuERlLDqVc1wPW8qJxZ09y00QLtDzV1B3z6VhpxNTLH8a+Wc4/D4Y8jTt7sxI/ a1jyWTm2bJ9tnYXKQxPMkyyVx0iB5Tn4Utynu/D4KReH/yDwU5zxnThEOdqluCQz3M WDrpphm5iznb2DGHSOGXXklYWMqys+oXqOEXL+WoF4/vDSybUuRlNh93mUmFA83hTK vg21q2GbQFmrg== Date: Wed, 23 Jul 2025 16:40:49 +0100 From: Simon Horman To: Kees Cook Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org Subject: Re: [PATCH net-next] MAINTAINERS: Add in6.h to MAINTAINERS Message-ID: <20250723154049.GH1036606@horms.kernel.org> References: <20250722165645.work.047-kees@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250722165645.work.047-kees@kernel.org> On Tue, Jul 22, 2025 at 09:56:49AM -0700, Kees Cook wrote: > My CC-adding automation returned nothing on a future patch to the > include/linux/in6.h file, and I went looking for why. Add the missed > in6.h to MAINTAINERS. > > Signed-off-by: Kees Cook Thanks, nice to have one less file without a home. Reviewed-by: Simon Horman