From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 73AED2D7DEA for ; Sun, 16 Aug 2026 11:45:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786880742; cv=none; b=NwOc3vGu3aX861l1S2HkjIlz5lFmz8nVo09idcQh9zkt9siBIYfLWAE1iYQnMU2XeLa5744RYmezmOVhaOJTStw4GcqYaYpUgEvxyWsbjk2mzfuLODE36DXfY1p0Frz4cuWBFXqgzDAGEbZZeKIqxxVhnhtr/9Q/8Egm9qVT9GA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786880742; c=relaxed/simple; bh=HUz5Yev8zDHOITvbTTzeKHCQJv59ab0GODxQdtDpJOU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=E6arHzmALoqI+832o8JX1s5neOkWpFbijk1ekiZViLxzgJC7gHC3/6Na/Y2v1ISEOnmAt0+GgV8cUlvIRIYRvbXrejoU4Hnp5psR4OvfSCXtcAEE1G9EWwfA8X8n/BQccCoXD5Ph7g4ABT9uIARnZAyAwttJQ+fGNPNHMbVy+uo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=YlrNoNPA; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="YlrNoNPA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 165281F000E9; Sun, 16 Aug 2026 11:45:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786880741; bh=z5Z07mUsGsAyeSZLeKUE+Az4HKygAkcze1WfP72l0xc=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=YlrNoNPA8AN3Xoky5IioB/GeOEnXfH0NQxMJtLg3RjDD87tR1yevuIe1bGhgQTd82 90OpNNV/IK4Hr4jalbWncXljjaQjLb08527bDul39nbENwXtPxzA5mmuMOb17xrtmq GWft+uM3gFRzf/OzDKR6YxNiE6xInzGXXNwREC32BpvaExTQfXgNUb/9NIU5yShMW7 Vgct5Jm6WiTiXQtp2XagXDNz09VvHrWhhuq7bokj0DOGzCgNht9Hlki921i/AhO43/ t83r/mpBzo867TD87/umHbmHRBwlI5nz1qT6ZGuFDktMTSHW+vaoEeeogxc4VDKcCs VJCiZnyV5oZJQ== Date: Sun, 16 Aug 2026 14:45:34 +0300 From: Mike Rapoport To: Foxie Flakey Cc: Suren Baghdasaryan , akpm@linux-foundation.org, peterx@redhat.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] userfaultfd: reset err to be 0 when move_pages_ptes succeeded Message-ID: References: <9c936a9f-ed27-e510-872f-5b3b8c680975@gmail.com> <69522f38-7e5d-ebdf-d42e-11d822bce662@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=us-ascii Content-Disposition: inline In-Reply-To: <69522f38-7e5d-ebdf-d42e-11d822bce662@gmail.com> On Sun, Aug 16, 2026 at 04:41:07PM +0700, Foxie Flakey wrote: > On Sun, 16 Aug 2026, Mike Rapoport wrote: > > > (adding Suren) > > > > On Sat, Aug 15, 2026 at 05:42:12PM +0700, Foxie Flakey wrote: > > > > > > Fixes: 50944692052b ("userfaultfd: opportunistic TLB-flush batching for present pages in MOVE") > > > Signed-off-by: Foxie Flakey > > > > Is Foxie Flakey your real name? > > Signed-off-by should be using a known identity (sorry, no anonymous contributions.) > > Thanks for response. Sorry, no. A question, by "known identity" there is it > means my real/legal name? because I have read a document about Signed-off-by > and because on internet I'm known as Foxie Flakey in multiple places, I > thought its fine. It does not have to be the legal name, but we do prefer real/preferred names over nicknames: CNCF's clarification on DCO explains it well: https://github.com/cncf/foundation/blob/659fd32c86dc/dco-guidelines.md -- Sincerely yours, Mike.