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 85D7AC83F10 for ; Sun, 27 Aug 2023 07:15:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229529AbjH0HPS (ORCPT ); Sun, 27 Aug 2023 03:15:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57994 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229379AbjH0HPF (ORCPT ); Sun, 27 Aug 2023 03:15:05 -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 B6649123 for ; Sun, 27 Aug 2023 00:15:02 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 440D562022 for ; Sun, 27 Aug 2023 07:15:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 47F61C433C7; Sun, 27 Aug 2023 07:15:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1693120501; bh=5vdR7FVPPsy73umm8EmPoilpkNTMqpwx5tW1EMejzfo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=J+ksOZEcEtpDcqyPeo+Yp1Z4wu4c2H0+2tw4SFgOjVox76bsygU6CdCoCl41FSPyu /DX20mdIyY/1mYBH6qFHcIO0HAdUb+aqZIJWXLupyQBiaMCe8cUiAtO14ZL+4TO5IA Wgs8tARxuVtv9oS8JesRBEBoV5XdzfY5YEjLU/P4= Date: Sun, 27 Aug 2023 09:14:59 +0200 From: Greg Kroah-Hartman To: Jens Axboe Cc: stable Subject: Re: Patches for 6.1-stable Message-ID: <2023082752-entangled-unhook-de55@gregkh> References: <7bebe361-e33f-42e7-b4d7-00efd024a986@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7bebe361-e33f-42e7-b4d7-00efd024a986@kernel.dk> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Aug 22, 2023 at 06:07:28PM -0600, Jens Axboe wrote: > Hi, > > Looks like we missed a few backports related to MSG_RING, most likely > because they required a bit of hand massaging. Can you queue these up? > Thanks! All now queued up, thanks. greg k-h