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 27F3C3358B8 for ; Fri, 20 Feb 2026 08:22:01 +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=1771575722; cv=none; b=BxNlWeOhC1ZsBYdVlrbqIksojeLVZeqjAUuQHXEGS7Bmje3X1m+UHEQsaXPeck2VFXa0fGnIDMtjhQEkt4O8iycuhreJAtGaaostOXXkmyopuSSd9arFbdaXJ0l/U5riNEmzPtzwlwvfqgFvZWkYRqVgHin+64Szwt4+o986M8U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771575722; c=relaxed/simple; bh=wESvlSEbldOoxwn35sM2kDfazzaW3mTiu1L3Bu/NAaM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QVjtZC86kWQH0S5v7RdCbMZL+uWyxb2ERQEF/q1FtQ/aTphFd8TVWiTwADTKMvuZ3zW8lJVt2vrxMTQ2qNkesW8QInq9XUe+dMhjIvIAMINX2nhs7GmHCEsPjs2eln3fZ6bC12VsLhVF+RpQADBfSvjN/e6HYwawZtF6u2tnJ5s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RuXLO3hx; 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="RuXLO3hx" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 146B8C19424; Fri, 20 Feb 2026 08:22:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771575721; bh=wESvlSEbldOoxwn35sM2kDfazzaW3mTiu1L3Bu/NAaM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RuXLO3hxbc7UV7e26d2w5DTZmAO3qu5dWgYCTpwVOtu7X3CS0iC8bj3meY0U6Eunf /BW2PNJOmtZYA6792KzbiNsrdg3+teen7qJIP9ViogvNVIjePctFybprN0iE5e1G+S p6gVvWo90IWpmu3d7UVKGB8v7qqLXAd4KcIM6cRGorNxlql433O2i2axo/0jpaREPi SSV2OeMpHoZDdXZr6GuHWo158+Fd93y6Sd6tT6Ob+wOXARwaLQGqVmsC4DVg2BeVK2 LsbLO0MX1m3K99BVop8b5sXuWhlDUhVGWX7GsMCqZa8UatZyrRg6+tC57Ob5Q3JHmw MQDeK7Bczm2Rg== Date: Fri, 20 Feb 2026 10:21:57 +0200 From: Leon Romanovsky To: satishkh@cisco.com, Jakub Kicinski Cc: netdev@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: update enic and usnic maintainers Message-ID: <20260220082157.GD10607@unreal> References: <20260219-enic-maintainers-update-v2-v1-1-c58aa11c2ea8@cisco.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-Disposition: inline In-Reply-To: <20260219-enic-maintainers-update-v2-v1-1-c58aa11c2ea8@cisco.com> On Thu, Feb 19, 2026 at 11:24:00AM -0800, Satish Kharat via B4 Relay wrote: > From: Satish Kharat > > Remove Christian Benvenuti from the enic/usnic maintainer lists because he > is no longer working on the drivers and the email address is no longer valid. > Keep Satish Kharat as the enic maintainer and the usnic co-maintainer. > > Signed-off-by: Satish Kharat > --- > MAINTAINERS | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 04e5fb80c..239a1948c 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -6173,14 +6173,13 @@ S: Supported > F: drivers/scsi/snic/ > > CISCO VIC ETHERNET NIC DRIVER > -M: Christian Benvenuti > M: Satish Kharat > S: Maintained > F: drivers/net/ethernet/cisco/enic/ > > CISCO VIC LOW LATENCY NIC DRIVER > -M: Christian Benvenuti > M: Nelson Escobar > +M: Satish Kharat > S: Supported > F: drivers/infiniband/hw/usnic/ > > Jakub, I assume you will handle this; is that ok? Thanks, Acked-by: Leon Romanovsky