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 D42D14314A2 for ; Thu, 6 Aug 2026 09:16:46 +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=1786007808; cv=none; b=SKpk2MOKOBepS6rAesA+qhg6ChY+kZm74pmy867+wWii7qbpqXJVEs35RSZCtZqhjax7a+9r2l2jQEe/GDJQfHTDrc6DgBior7Gvr/x0Qms24IQ7O7EqVuuh0Nh3aXtI4CxQr5NQtXDZhdtLaMPWfS5EZfHmFk0CVA2R1JSP9gg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786007808; c=relaxed/simple; bh=8ljN0NF+47Fie+d6Hz8NSwHbzN7PRWldFClsRQcVmg8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=BCU/kFu9KhxWqXW//MCExPufGwOVbVoKKUr6TBtFIDub7U19nRv+1/GilQAt3zGU0eEnTIl8HPE+JsDfoUJohIC5kPpUlw39s4xnJaoG7D13RilSKBR+hNmsphYZEuswKdkZjZzPlXiT+SoLBMTDKh0ntGtbez/mxL7By8IYRzc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=b0eTsOOn; 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="b0eTsOOn" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5FE711F00A3A; Thu, 6 Aug 2026 09:16:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786007806; bh=8ljN0NF+47Fie+d6Hz8NSwHbzN7PRWldFClsRQcVmg8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=b0eTsOOnUG54PDJlrPizCnlR2BrEFsn+yACTwsw2O+7cUFtUKBcNzFoUQqO22D56M ANHYnYRqnDOauc0VyIGj/b7kIbiLX/hzUZp6laGQVCPEVbwqiXUFRqpmR9VhDO0X6o 6nurFoRGjtJqNe6pmGyo18Ibhqjbv9Vzt7ND4Tm/l/yU11fvMMHVjos8un0sSUqLmF +3idbXWKPphCIOGvmfckrtHvL8MDaHga7xVuuw4VtO7hJRAvS8nlnzZlbra1dlw3gk +vZ8vVD6nqqJN2zqdjstK4vQyODoVHNUY2emYZCKrn3JVtA/f7vzi/eXHtpkK1V+hp gu/rRS6BErZYQ== Date: Thu, 6 Aug 2026 10:16:29 +0100 From: "Lorenzo Stoakes (ARM)" To: Longlong Xia Cc: akpm@linux-foundation.org, david@kernel.org, xu.xin16@zte.com.cn, chengming.zhou@linux.dev, linux-mm@kvack.org, linux-kernel@vger.kernel.org, xialonglong@kylinos.cn Subject: Re: [PATCH v2] mm/ksm: validate KSM rmap items before hwpoison kill Message-ID: References: <20260803151151.3472893-1-xialonglong2025@163.com> <20260805162937.1795310-1-xialonglong2025@163.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: On Thu, Aug 06, 2026 at 03:48:35PM +0800, Longlong Xia wrote: > Hi Lorenzo, > > Sorry, you are right. I messed up the process here -- I should not have > resent it so quickly, or sent v2 as a reply to v1. > > I did use AI tooling while working on this, but the patch is my > responsibility. I did just follow the anonymous-page handling here, without > thinking it carefully enough. Please include the Assisted-by tag in future revisions if it formed a substantial part of the patch, as per https://docs.kernel.org/process/coding-assistants.html thanks! (Be handy to stick a # < what you used the LLM for > comment after it too :) > > Thanks, > Longlong -- Cheers, Lorenzo