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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 20D8DC433F5 for ; Wed, 6 Apr 2022 15:44:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236655AbiDFPqO (ORCPT ); Wed, 6 Apr 2022 11:46:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53884 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236595AbiDFPo5 (ORCPT ); Wed, 6 Apr 2022 11:44:57 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 17AD641D11A; Wed, 6 Apr 2022 06:02:01 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id A0D88B8238B; Wed, 6 Apr 2022 13:01:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3562C385A7; Wed, 6 Apr 2022 13:01:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1649250118; bh=uPrV80DxeNwcp1FdNzYO+3Drqzpm3w0g1FHPY+tG+WI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QVaDGy73WkBoQint21oa63zb2kKsQk0lVbSRoaMiK5UP0EK+aSKEDUM16apWSdi00 ZmT4K59VUSThYE7z9HpZ8tcXK3zXRTi+Ri/jIADnqyA2/hMjw+B47N2aESyY0MZKtR MzJQVquSWzy4lyPAdtDchkySAMe26fIIAZXzmndk= Date: Wed, 6 Apr 2022 15:01:55 +0200 From: Greg Kroah-Hartman To: Holger =?iso-8859-1?Q?Hoffst=E4tte?= Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, slade@sladewatkins.com, Valentin Schneider Subject: Re: [PATCH 5.15 000/913] 5.15.33-rc1 review Message-ID: References: <20220405070339.801210740@linuxfoundation.org> <373809f0-9fc8-8eeb-ff13-146df11b4ece@applied-asynchrony.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <373809f0-9fc8-8eeb-ff13-146df11b4ece@applied-asynchrony.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 05, 2022 at 01:58:57PM +0200, Holger Hoffstätte wrote: > (cc'ing Valentin) > > On 2022-04-05 09:17, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 5.15.33 release. > > There are 913 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > This locks up immediately when trying to use tracepoints, due to: > "sched-tracing-don-t-re-read-p-state-when-emitting-sc.patch" aka > "sched/tracing: Don't re-read p->state when emitting sched_switch event" > > Reverting this patch makes things work again, at least for 5.15.x; > don't know about other series. Thanks for letting me know, I've now dropped it from all of the queues. greg k-h