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 X-Spam-Level: X-Spam-Status: No, score=-7.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B511FC433EF for ; Thu, 23 Sep 2021 14:24:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8F18D611C6 for ; Thu, 23 Sep 2021 14:24:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241467AbhIWO0N (ORCPT ); Thu, 23 Sep 2021 10:26:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:42308 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241308AbhIWO0N (ORCPT ); Thu, 23 Sep 2021 10:26:13 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 17A946109E; Thu, 23 Sep 2021 14:24:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1632407081; bh=i+5Z5W+ysrmxGWA8QlaVdyJvIyc+RACrUSbmAAuM9JI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=AsHupSQO3swWI6AW3NmlJMfbKDCM9laOb0cxc+SozOYm0Z7TnLkXszimpK/PnwCEE 0BiZscdIbsZYxlW50OE4mmZdFq2hT5zyuj7p+r/CNHKGv1xzjyCsPVkH4a1pkWD+ai I6whh89dqTvNl5ihf0zWQmSCcILYmhz8SzjoZDCg= Date: Thu, 23 Sep 2021 16:24:39 +0200 From: Greg KH To: Cheng Chao Cc: labbott@redhat.com, sumit.semwal@linaro.org, arve@android.com, riandrews@android.com, devel@driverdev.osuosl.org, stable@vger.kernel.org Subject: Re: [PATCH 4.9] staging: android: ion: fix page is NULL Message-ID: References: <20210923141814.1109472-1-cs.os.kernel@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210923141814.1109472-1-cs.os.kernel@gmail.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Sep 23, 2021 at 10:18:14PM +0800, Cheng Chao wrote: > Fixes: commit e7f63771b60e ("ION: Sys_heap: Add cached pool to spead up cached buffer alloc") > the commit e7f63771b60e introduced the bug which didn't test page which maybe NULL. > and previous logic was right. > > the e7f63771b60e has been merged in v4.8-rc3, only longterm 4.9.x has this bug, > and other longterm/stable version have not. thanks for this, now queued up. greg k-h