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 73E8B5D913 for ; Fri, 23 Feb 2024 16:30:46 +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=1708705846; cv=none; b=M5eMW7aqaipYbGHrW0TQcmmoMK3fJRGwcMkuY4j4MLJi8q0XPuF3cHWZ+WP5naYlISkV6EZDgT9wJ3f2xKf0gPEif7mTrvqO0c/yQIkm0jJQu1PnPESikr+MQZr66a0G7JS2MYeQbW2lSHm5kgy5voLLbrPBcFP7kivK3jILjAg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708705846; c=relaxed/simple; bh=Yvt2VYDz9L5nNPLFoXi5zt1ijUuJUhtrFYMTsa2Lguk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WNKz5x8z2XZpxLv5jj21x8azRdYvDG5sj+fNzWiPtntnaurrDtVBUcgMBDyky6ipEuvqI0+tZ0bezw5Rvl/6T+xnw5IQkcrOYA9FExUVae5tGbbHfNEpT/7iz05fs+N9n75XKPNeXpig+1k8tEPAmX7pc/Bfj3dyNTH92IL4pes= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=0v90Tid4; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="0v90Tid4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 83142C433C7; Fri, 23 Feb 2024 16:30:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1708705845; bh=Yvt2VYDz9L5nNPLFoXi5zt1ijUuJUhtrFYMTsa2Lguk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0v90Tid4G9qWnCDlIbpAfr3IFkQW08cWdeXA+s9981EXyV7COl2xUiZAJ4KPAEC98 0a996Vo863xKp1WSYnHPRIkHm8V93+4xSQpE+CXu4l0BKDiantK/43rQn8v/euR0tT uYJJFYOUsl494iM14zupBxC9xl1ViSupq5zMsoMg= Date: Fri, 23 Feb 2024 17:30:43 +0100 From: Greg Kroah-Hartman To: Nadav Amit Cc: Broadcom internal kernel review list , Linux Kernel Mailing List , Jerrin Shaji George Subject: Re: [PATCH] vmw_balloon: change maintainership Message-ID: <2024022333-matted-trickily-a23e@gregkh> References: <20240202182339.1725466-1-nadav.amit@gmail.com> <400CBB6D-B5B6-4541-86DD-F1041B09A8F5@gmail.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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <400CBB6D-B5B6-4541-86DD-F1041B09A8F5@gmail.com> On Fri, Feb 23, 2024 at 05:49:37PM +0200, Nadav Amit wrote: > > > On Feb 5, 2024, at 9:04 PM, Jerrin Shaji George wrote: > > > > On Fri, Feb 2, 2024 at 10:24 AM Nadav Amit wrote: > >> > >> Jerrin will be the new maintainer of the VMware balloon driver following > >> Broadcom's acquisition and Nadav's departure. > >> > >> Update accordingly: > >> 1. Update the maintainer name and email. > >> 2. Update the reviewer list to Broadcom's, which acquired VMware. > >> 3. Add .mailmap entries for Nadav. > >> > >> Cc: Jerrin Shaji George > >> Signed-off-by: Nadav Amit > > > > Acked-by: Jerrin Shaji George > > Greg, can you please apply it? > Sure, will do this next week, thanks. greg k-h