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 DAA5AC7EE26 for ; Mon, 22 May 2023 16:48:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233231AbjEVQsz (ORCPT ); Mon, 22 May 2023 12:48:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50684 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230015AbjEVQsx (ORCPT ); Mon, 22 May 2023 12:48:53 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 193FCF1; Mon, 22 May 2023 09:48:53 -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 dfw.source.kernel.org (Postfix) with ESMTPS id A413B61F3C; Mon, 22 May 2023 16:48:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9D4B6C433D2; Mon, 22 May 2023 16:48:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1684774132; bh=M8levgiQCWt8CPt7sgZR3AAO6FU0PqwenHqPinAofg8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iusj0Jd+ZabyThyECFYyxyIH+zeqe5gjhQgKfgIYjICpXxBfhtsl3OlD1oGZsjA+C bKllplYtmb5Y1hRfbcvA91mHddFExcOxc/iA0+Mm66cEfr4pto5BW+KfgqNl7FVy0H 3ImSugaJJYJVtwdZ8iGTncyhmaQLBSF16Bf0YUe0= Date: Mon, 22 May 2023 17:48:47 +0100 From: Greg Kroah-Hartman To: Lee Jones Cc: linux-kernel@vger.kernel.org, akpm@linux-foundation.org, torvalds@linux-foundation.org, stable@vger.kernel.org, lwn@lwn.net, jslaby@suse.cz Subject: Re: Linux 5.15.104 Message-ID: <2023052236-clear-although-6495@gregkh> References: <1679511203203220@kroah.com> <20230522102355.GA2009088@google.com> <2023052236-passivism-equate-5cb8@gregkh> <20230522162812.GQ404509@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230522162812.GQ404509@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 22, 2023 at 05:28:12PM +0100, Lee Jones wrote: > On Mon, 22 May 2023, Greg Kroah-Hartman wrote: > > > On Mon, May 22, 2023 at 11:23:55AM +0100, Lee Jones wrote: > > > On Wed, 22 Mar 2023, Greg Kroah-Hartman wrote: > > > > > > > I'm announcing the release of the 5.15.104 kernel. > > > > > > > > All users of the 5.15 kernel series must upgrade. > > > > > > > > The updated 5.15.y git tree can be found at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.15.y > > > > and can be browsed at the normal kernel.org git web browser: > > > > https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary > > > > > > > > thanks, > > > > > > > > greg k-h > > > > > > > > ------------ > > > > > > [...] > > > > > > > Budimir Markovic (1): > > > > perf: Fix check before add_event_to_groups() in perf_group_detach() > > > > > > Anyone know why this didn't make it into v5.10 with it's friends? > > > > > > https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=80102f2ee715ab07be476df443bba388d5458fd1 > > > > That's a merge point, how can that go into stable kernels? > > There are only 3 commits in the merge. > > > What specific commits are you thinking were missed? > > The one I quoted above: > > perf: Fix check before add_event_to_groups() in perf_group_detach() > > The other two applied successfully to v5.10.y: > > perf: fix perf_event_context->time > perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_event_bpf_output Do you have git ids for these? thanks, greg k-h