From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-176.mta1.migadu.com (out-176.mta1.migadu.com [95.215.58.176]) (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 8D20A4B04BB for ; Fri, 7 Aug 2026 01:19:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.176 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786065554; cv=none; b=h9VP6fxjxCFVeofnDfqaS+4kbMoj2J+2DwWIbtYsevA3lPUwAvrM8nBwzQnsPBa8+4qiA7jZoficcEoVZIeNhscdZGotdtPvqW0QD/7+kRDF6Ll7yK6WAYdEoIy73T2+b9ZPGZdP/30ptb2U/xfn2lY8SWJAvDjKEv+bcg3qNZE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786065554; c=relaxed/simple; bh=0Mu/KQDO1nlE+KvoLmqRCqhwCIAKGPgkPHtByvTHMa8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=BBoKHkIOSH5D/5KHpwuvkuHIpAdfinkvRwkzvXPHuicVUTeKqA9xCNu9qnWvftQK/Bxv9ewoB6EDJtgNpB9J7JNd8SZMP5pWAOgTHATlR+L6dPxTCgk/Q78XRRR5+bgdDsU0A9HsTstp9U29LeUYx7cRl21hHx6rNY/i0KjhBKA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=Ol5X5nRz; arc=none smtp.client-ip=95.215.58.176 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="Ol5X5nRz" Date: Thu, 6 Aug 2026 18:18:47 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1786065539; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vWZTZqhIsmEN7JQt45MqdcH8PIGYNJY5P7d2TgZvBw8=; b=Ol5X5nRziZ0zebSd4FdbmNPb99EQQXWFzPAW1WmLDOmUOa9nDYURuDYRSCYRfF/Z7vcS0r I9RFXhO8Yfy43wuBsMHEnfeoBsh2rQ4LIsrdiW3qFxPilhUc+Fip7rIlatZru2BW1h/buc ctyrYnux8FaOj6+Xxvoz7yHe9oUm4K8= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Shakeel Butt To: JP Kobryn Cc: roman.gushchin@linux.dev, akpm@linux-foundation.org, linux-mm@kvack.org, bpf@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS, mailmap: update email address for JP Kobryn Message-ID: References: <20260807010226.8995-1-jp.kobryn@linux.dev> 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: <20260807010226.8995-1-jp.kobryn@linux.dev> X-Migadu-Flow: FLOW_OUT On Thu, Aug 06, 2026 at 06:02:26PM -0700, JP Kobryn wrote: > Switch to my linux.dev address and add previous one to mailmap. > > Signed-off-by: JP Kobryn Acked-by: Shakeel Butt