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=-5.3 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 C6AB3C433C1 for ; Tue, 30 Mar 2021 08:43:27 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 616726198F for ; Tue, 30 Mar 2021 08:43:27 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 616726198F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date:Message-ID:From: References:Cc:To:Subject:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=8Xj5c8gDxJsL2uM7Hipq0DC0pJ3lduVWqbJtxL7NPZI=; b=Qb8tf/PfKIuJrDKuOcfewfqmF aPK978aNSrLTSjp4b7tGd9iRlCwDaLUadwnMxqTUdDIZGuO9VCE9z9C3HdgAktjHzIGxaBhdRIvr4 hJ/gQtaVCx4RbOeIbKMzI7CHKTmFytXyn6XD4GpxjkmTEGj2gMfKx3zz8JQvotgSehEhh/O5/exhD 23MkZkvGCC7W7BxO0jciJ0qwykN6oI85U4PSsl40qbecKWukfSJhyuiOaZTvtCfxKKSDddT01wIFi fdEsqzAy+P1h7Y8eTOrUXbiI/gueGtGtTmq/Pc9J1cZoBp1kjO3xF3YEY16VspWT11s2DRdVNk+Qc kiZu3lo+g==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lR9y1-0034Iy-9P; Tue, 30 Mar 2021 08:43:17 +0000 Received: from foss.arm.com ([217.140.110.172]) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lR9xn-0034Dx-E3; Tue, 30 Mar 2021 08:43:06 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1BC4EED1; Tue, 30 Mar 2021 01:42:56 -0700 (PDT) Received: from [10.57.21.131] (unknown [10.57.21.131]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B45713F719; Tue, 30 Mar 2021 01:42:52 -0700 (PDT) Subject: Re: [PATCH v2] thermal: cpufreq_cooling: fix slab OOB issue To: Michael Kao , Daniel Lezcano Cc: Zhang Rui , fan.chen@mediatek.com, linux-pm@vger.kernel.org, srv_heupstream@mediatek.com, Mark Rutland , devicetree@vger.kernel.org, brian-sy yang , linux-kernel@vger.kernel.org, Eduardo Valentin , Rob Herring , linux-mediatek@lists.infradead.org, hsinyi@chromium.org, Matthias Brugger , linux-arm-kernel@lists.infradead.org References: <20201229050831.19493-1-michael.kao@mediatek.com> <1617072684.13941.2.camel@mtksdccf07> From: Lukasz Luba Message-ID: Date: Tue, 30 Mar 2021 09:42:50 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 MIME-Version: 1.0 In-Reply-To: <1617072684.13941.2.camel@mtksdccf07> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210330_094303_835039_BFCB1EB5 X-CRM114-Status: GOOD ( 11.24 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On 3/30/21 3:51 AM, Michael Kao wrote: > Dear Daniel, > > Kindly ping. > Can this patch be merged? Or any comment? > > BR, > Michael > > On Tue, 2020-12-29 at 13:08 +0800, Michael Kao wrote: Please also send it to stable@vger.kernel.org since it affects stable versions starting from v5.7. Was applied there as 9006b543384ab10 [1]. Regards, Lukasz [1] https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.7.8 _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek