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=-6.1 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 DFD12C433F5 for ; Thu, 16 Sep 2021 14:01:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CB31761130 for ; Thu, 16 Sep 2021 14:01:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238384AbhIPODS (ORCPT ); Thu, 16 Sep 2021 10:03:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:47048 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238360AbhIPOC5 (ORCPT ); Thu, 16 Sep 2021 10:02:57 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4039861130; Thu, 16 Sep 2021 14:01:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1631800895; bh=UqJZn7s7Nc96HNxEtmgaDvVeJTHvdnDW6Ev9nOFf3Cc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Czjffm6DkvdMZQxUCrS6u82Dwxi/lSh3YVh80TJapUivAOevD80G+oChAZdnnhmvc NX18Edlq6ljWpn8dZo2JXCsTRRNO8sz7H+K1bR6KLIbMOiS0yN261LFeyC3Itf2dH2 vBT9pq13DGbXH8ePdJrnjkvgcuA9Kbplk1ewgnxg= Date: Thu, 16 Sep 2021 16:01:33 +0200 From: Greg KH To: Steven Rostedt Cc: qiang.zhang@windriver.com, bristot@kernel.org, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] tracing/osnoise: Fix missed cpus_read_unlock() in" failed to apply to 5.14-stable tree Message-ID: References: <1631709430188167@kroah.com> <20210915101231.71bf18dd@oasis.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210915101231.71bf18dd@oasis.local.home> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Sep 15, 2021 at 10:12:31AM -0400, Steven Rostedt wrote: > On Wed, 15 Sep 2021 14:37:10 +0200 > wrote: > > > > > cpus_read_unlock(); > > > > - return 0; > > + return retval; > > } > > > > The issue was that the latest kernel uses cpu_read_unlock() instead of > put_online_cpus(), other than that, it was trivial to fix. > > Below should apply cleanly to 5.14. Now queued up, thanks. greg k-h