From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 33840C433EF for ; Thu, 16 Jun 2022 16:50:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230127AbiFPQui (ORCPT ); Thu, 16 Jun 2022 12:50:38 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55648 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229501AbiFPQu0 (ORCPT ); Thu, 16 Jun 2022 12:50:26 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 030A8B8A; Thu, 16 Jun 2022 09:50:25 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 91A67618E2; Thu, 16 Jun 2022 16:50:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 81786C34114; Thu, 16 Jun 2022 16:50:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1655398224; bh=nrWEs5bX9koH2hbDBLN4Y++lqBDsc4UB8RElh/iu8KE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kpi5uYBvyI4IsRvDChMBe2TAv95fBpQn/wo3zWlxbjxqEHHTG94wbMv9jtJVJsHXZ 3o4dLOAsHm+Ll8+GNour55u1Bwd0fn592TM3jtVcEBKPnWDcA8nkqqWLQR/7C4nY2M wHT57L0LNBVQ/vaila5qy+abD7zYaKzJvzqMTRsM= Date: Thu, 16 Jun 2022 18:50:21 +0200 From: Greg KH To: Xianting Tian Cc: akpm@linux-foundation.org, ziy@nvidia.com, stable@vger.kernel.org, guoren@kernel.org, huanyi.xj@alibaba-inc.com, guohanjun@huawei.com, zjb194813@alibaba-inc.com, tianhu.hh@alibaba-inc.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm: page_alloc: validate buddy page before using Message-ID: References: <20220616161746.3565225-1-xianting.tian@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 17, 2022 at 12:20:19AM +0800, Xianting Tian wrote: > Sorry, please ignore this one. Which "one"? This was a series :(