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 A0652C25B50 for ; Mon, 23 Jan 2023 09:49:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230148AbjAWJtN (ORCPT ); Mon, 23 Jan 2023 04:49:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231475AbjAWJtN (ORCPT ); Mon, 23 Jan 2023 04:49:13 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 44330126F9 for ; Mon, 23 Jan 2023 01:49:12 -0800 (PST) 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 D478F60DBB for ; Mon, 23 Jan 2023 09:49:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E6C74C433EF; Mon, 23 Jan 2023 09:49:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1674467351; bh=2mKQFRpMo3GG/cuQfSyt8ZK5sa4K5KG2m8MEzqEkMRw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ybJ/uDtZ/qjWkwzZs3Q1niyWg2k/k1Lkf96RCX89DjU5DuejI3AqKLbNnj7C2CqQD 87u1+tq4sVmpMp/Belx8MMQbu/4KSjCZyDbHO4GhgsfIg/8FHKWiur8zsNARO+X7AW nyB34oa2RqB8htQGjBbMvdwnw17uKDyYCLGHjarU= Date: Mon, 23 Jan 2023 10:49:08 +0100 From: Greg Kroah-Hartman To: Jens Axboe Cc: Sasha Levin , stable Subject: Re: Missing 5.10/5.15 stable patches Message-ID: References: <68f7505b-e6e4-bcaa-63ed-418e247a143f@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <68f7505b-e6e4-bcaa-63ed-418e247a143f@kernel.dk> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Jan 22, 2023 at 10:47:42AM -0700, Jens Axboe wrote: > Hi Greg, > > As mentioned, two of them could be discarded. Here are the 4 that should > indeed get applied, ported to 5.10/15 stable and tested. The series > applies cleanly to both trees, so just sending one set rather than applying > to the individual "failed to apply" emails. Thanks for these, all now queued up! greg k-h