Received: by 2002:a6b:fb09:0:0:0:0:0 with SMTP id h9csp1954998iog; Thu, 16 Jun 2022 18:26:19 -0700 (PDT) X-Google-Smtp-Source: AGRyM1vwoOvtC9zNXuQih8vTDG7Q2QZFzaKfbJ2g49kKmUl31A6bdUSLIaF2mPYjPpuUUwUN0JQ5 X-Received: by 2002:a05:6402:354c:b0:431:51e2:eef9 with SMTP id f12-20020a056402354c00b0043151e2eef9mr9917016edd.344.1655429179629; Thu, 16 Jun 2022 18:26:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1655429179; cv=none; d=google.com; s=arc-20160816; b=xhueu/+RsXa5/ibDrOL3Jq1tDKmkErkv9VchpmAU5BUaSqtVrfz4cwkAJbD02VrxyI IVxk/J+6TSKs+wvWp9s+Cs8AHu0DtzNmR9Ka1UYzJgVnSaLHZlhucjT1hDdiTiD5cpcB HVsgiXKZm3PkC+NeU53szvYAM09+fl+nZLMtBhUISLtCe3vrHfT6cAp2C28BENVw97yh 299VISqehlqbwibRY9og3cnpxoGDryf8XbbcjqMUvJgOLq6c0sNgmKyraE/JUPPs943w u4+9YYjLMis9UIzk5m+QrEbjw/Nc6TR7sat9KRXeGlJ6u5OnEMjKWr2eYILvgXO4zvnH eBQQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:references:cc:to :subject; bh=jr8570J2QSTWbkSPyyRDsJTACDObwjs8FDXwsxSTBlU=; b=lKVGPc5PzYlq7QZOzKbg/8DaPss9OsN23F3dSkXkfd/Jl7m6oqyBnIwxBSnJXDbbmP p6fUojCHJTY9Tcc3o7uRF2giGj5H5hHWRvUL+q11TdgOHHWqbhPI1LF7Zh3uOl59pfbS c+mMbVxTC497IkhzpzeF2/DjlyKKPhNzt5cmsiO44CKQ+VPigJDmgbCez+C9DuJwIO4d o89O0cmUSTzYKiQIJWT6dB0uf/ZaO4OjLLgP76/A69CJPUCdkr8AwHJKMl3yTjl2jiDD H3gI9qpSC1vOVCx9ZTTZFXmvtYaIu0gzLqKua7aoCriDViMzMSF6Kc8TzhQmmczGZkMG x8gA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Return-Path: Received: from out1.vger.email (out1.vger.email. [2620:137:e000::1:20]) by mx.google.com with ESMTP id r30-20020a50c01e000000b0042ddac25209si4411204edb.92.2022.06.16.18.25.54; Thu, 16 Jun 2022 18:26:19 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) client-ip=2620:137:e000::1:20; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 2620:137:e000::1:20 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=alibaba.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379429AbiFQBYv (ORCPT + 99 others); Thu, 16 Jun 2022 21:24:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50992 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231899AbiFQBYt (ORCPT ); Thu, 16 Jun 2022 21:24:49 -0400 Received: from out30-130.freemail.mail.aliyun.com (out30-130.freemail.mail.aliyun.com [115.124.30.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CD6C515A1C; Thu, 16 Jun 2022 18:24:48 -0700 (PDT) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R531e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046049;MF=xianting.tian@linux.alibaba.com;NM=1;PH=DS;RN=11;SR=0;TI=SMTPD_---0VGcIT1O_1655429084; Received: from B-LB6YLVDL-0141.local(mailfrom:xianting.tian@linux.alibaba.com fp:SMTPD_---0VGcIT1O_1655429084) by smtp.aliyun-inc.com; Fri, 17 Jun 2022 09:24:46 +0800 Subject: Re: [PATCH] mm: page_alloc: validate buddy page before using To: Greg KH 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 References: <20220616161746.3565225-1-xianting.tian@linux.alibaba.com> From: Xianting Tian Message-ID: <7c52a1f2-b2c6-44d5-6c38-acad6088bbda@linux.alibaba.com> Date: Fri, 17 Jun 2022 09:24:44 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.5 required=5.0 tests=BAYES_00, ENV_AND_HDR_SPF_MATCH,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE, SPF_PASS,T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY,USER_IN_DEF_SPF_WL autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Sorry for the misleading, I mean just this one in the series, not the whole series, actually this patch is for 4.9, But I forget the add the Label 4.9. So I send the patch for 4.9 again in https://lkml.org/lkml/2022/6/16/782 在 2022/6/17 上午12:50, Greg KH 写道: > On Fri, Jun 17, 2022 at 12:20:19AM +0800, Xianting Tian wrote: >> Sorry, please ignore this one. > Which "one"? This was a series :(