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.9 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 04739C47082 for ; Tue, 8 Jun 2021 13:21:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DBA006128D for ; Tue, 8 Jun 2021 13:21:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232905AbhFHNXG (ORCPT ); Tue, 8 Jun 2021 09:23:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:57382 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232767AbhFHNXF (ORCPT ); Tue, 8 Jun 2021 09:23:05 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 41A0861249; Tue, 8 Jun 2021 13:21:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623158472; bh=XtVkVjwi34uHfJ/tolU9Prv2PQRc1LzVMW3Dy38annc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aCxmJrDyTf3Nd9+QubyApDebdzqHf3VBLhwB0hCab4i2tCRnRCrpjSfsqAl6kgSkT WQ6m7lHjZOTMdtDeDnMnIpJuV0LFxZ2o/r+Yqlpd8RKBvZaIsA7Tgm2bwKU/qJsdEq LsulHbpuczeumpsfgpxHb42mKOKzmzvFy5gDTtUU= Date: Tue, 8 Jun 2021 15:21:10 +0200 From: Greg Kroah-Hartman To: Marco Elver Cc: stable , Sasha Levin , Alexander Potapenko , kasan-dev Subject: Re: [5.12.y] kfence: use TASK_IDLE when awaiting allocation Message-ID: References: <20210521083209.3740269-1-elver@google.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: stable@vger.kernel.org On Mon, Jun 07, 2021 at 04:23:34PM +0200, Marco Elver wrote: > Dear stable maintainers, > > The patch "kfence: use TASK_IDLE when awaiting allocation" has landed > in mainline as 8fd0e995cc7b, however, does not apply cleanly to 5.12.y > due to a prerequisite patch missing. > > My recommendation is to cherry-pick the following 2 commits to 5.12.y > (rather than rebase 8fd0e995cc7b on top of 5.12.y): > > 37c9284f6932 kfence: maximize allocation wait timeout duration > 8fd0e995cc7b kfence: use TASK_IDLE when awaiting allocation Thanks, that worked! greg k-h