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 E2067C2EA for ; Thu, 25 Jun 2026 04:59:44 +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=1782363585; cv=none; b=HxwRIh1qqZf7QB+zRX1vY7++6MdpkDSJs8l6U6WxAKoBfJr0FmdxjFYNSJ6bwReY5dJFaARCe1lEGwlYpaLCy7Jzr8k/M1P37aU6hycmGR5j4vWkE3l2AEcEjooS5NLehABdvQDnIcxS8cQU/cGIzZ6FpqQglZOdOYAFlUD6Gqc= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782363585; c=relaxed/simple; bh=PWZwWcyhVROCkyD/nuZWbbBQtqXbmIFugkGMC4Fprmg=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=CmEw3R/q3OJUBa6naFgbOewbWt9jEa+gXALcPXZGMO7NopoMyO0VN0BCUG8Iekdb3g/561iN3NGgh5rPN6dXdZjkgzAASGW2i2vjx8J2HyZ8GT1N6kks1NI3zuJ5XAHwsW3DbyDTMo71V0KHa3hcAINdOo58trUg6D6isoBKDNA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=Fs1Rrmwl; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="Fs1Rrmwl" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 234681F000E9; Thu, 25 Jun 2026 04:59:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=korg; t=1782363584; bh=aTky6QwBgqRfHryRXAJQzaU1/mYoPwfIJItzcOe6/ic=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=Fs1RrmwlPbBS3gpwqsyazcSBwdPzxTBTWMTSlRw2AQQGjs8Jd8T6YoR6wrPbvIES0 RscXu1K5LwfZmRdLb63g5MigtkSccVQYd97/yVzwm44bXbbv1mKwoNBEYiM8YLaXpX 5BVEXh048xpL4e0Blhy6r2VyreWqVFZYqHHNK6zk= Date: Wed, 24 Jun 2026 21:59:43 -0700 From: Andrew Morton To: Wei Yang Cc: david@kernel.org, ljs@kernel.org, riel@surriel.com, liam@infradead.org, vbabka@kernel.org, harry@kernel.org, jannh@google.com, willy@infradead.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org, lance.yang@linux.dev Subject: Re: [PATCH] mm/page_vma_mapped: guard check_pmd() with CONFIG_TRANSPARENT_HUGEPAGE Message-Id: <20260624215943.332f1bdcc99a3b85b7df0822@linux-foundation.org> In-Reply-To: <20260625034629.nmgdwl2c4luwod77@master> References: <20260624082359.2869-1-richard.weiyang@gmail.com> <20260624131457.ac81fbac373f78aa80a516e3@linux-foundation.org> <20260625034629.nmgdwl2c4luwod77@master> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) 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-Transfer-Encoding: 7bit On Thu, 25 Jun 2026 03:46:29 +0000 Wei Yang wrote: > >Sashiko had an off-topic complaint about the surrounding code: > > https://lore.kernel.org/oe-kbuild-all/202606240042.ffPsEXVc-lkp@intel.com/ > > I see this robot reply, but not see the Sashiko comment. > > How can I view Sashiko's commnet? oop sorry. You can go to https://sashiko.dev/ and search for the email subject. Or append your Message-ID to "https://sashiko.dev/#/patchset": https://sashiko.dev/#/patchset/20260624082359.2869-1-richard.weiyang@gmail.com