From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 36618847C; Thu, 28 Mar 2024 11:56:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711626974; cv=none; b=TGgFlCx9NJGL+img0OIEEk5v170sC+hE4zsVnBV5q+FTcAtPl37/tQw26gW+XMYCEx8VjMzP8dWfpb0o4FDeWLJyDghc0MkeZDHUPCbwDsfubXsob3xE3EtEVgIRNjc6fEb/iPt8jWKPiZc0KYT5gM/xsj449YJyGzPpFg3qCRY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711626974; c=relaxed/simple; bh=HJeDevFss7ftGKoBs7GBo8wdqcUpCcQWRd0Z0rC7J60=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Mn6w5A28VhTorBL5FGglh1hinmWPM7bArSHsA/JGAOL+tJN2UG4QZFuppyNGwX7kIsAd6MbTc1/F4IcxP6ioX77dgqmkbe+x6XRKcfR2Sv2vJf+g6C/XjXMfN4f676kPqqdhGyuAlUGSpEJ44rGjfBc6bhBvpEyZGK82PEFx0Q4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=38NP34lc; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="38NP34lc" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=h07olpqTWWJnF5ca3/Hz06zgL23i68HGqWz1fSaO55k=; b=38NP34lcVYqYrxp0jp2ticTsJL ObXLl0cK8LOGyLO96nkCDesLhiIeENEwBsZtDv0wswHEAgPd29yL74QUkzzX1SSRjz3EOdkcgDZsO D3abpWAbUNeh4oCeXqjSSBBrg3oaEkWs72kDvDCAwKodFq2gC9TowM68HBB5AxdhSzqY=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1rpoME-00BUYx-Ca; Thu, 28 Mar 2024 12:55:46 +0100 Date: Thu, 28 Mar 2024 12:55:46 +0100 From: Andrew Lunn To: Kory Maincent Cc: "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Jonathan Corbet , Luis Chamberlain , Russ Weight , Greg Kroah-Hartman , "Rafael J. Wysocki" , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Oleksij Rempel , Mark Brown , Frank Rowand , Heiner Kallweit , Russell King , Thomas Petazzoni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org, devicetree@vger.kernel.org, Dent Project Subject: Re: [PATCH net-next v6 01/17] MAINTAINERS: net: Add Oleksij to pse-pd maintainers Message-ID: References: <20240326-feature_poe-v6-0-c1011b6ea1cb@bootlin.com> <20240326-feature_poe-v6-1-c1011b6ea1cb@bootlin.com> 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: <20240326-feature_poe-v6-1-c1011b6ea1cb@bootlin.com> On Tue, Mar 26, 2024 at 03:04:38PM +0100, Kory Maincent wrote: > From: Kory Maincent (Dent Project) > > Oleksij was the first to add support for pse-pd net subsystem. > Add himself to the maintainers seems logical. > > Acked-by: Oleksij Rempel > Signed-off-by: Kory Maincent Reviewed-by: Andrew Lunn Andrew