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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E57FC433F5 for ; Wed, 20 Oct 2021 12:39:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EEA8561372 for ; Wed, 20 Oct 2021 12:39:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230091AbhJTMlO (ORCPT ); Wed, 20 Oct 2021 08:41:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:53694 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229941AbhJTMlN (ORCPT ); Wed, 20 Oct 2021 08:41:13 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C5EF06103D; Wed, 20 Oct 2021 12:38:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1634733539; bh=NoKWHvHLJQLAaGVE33Y+gFJ9QQ/lAemyGHGGvGySsVA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mVJnQvn/WvcfQaWDTjUpIVDBKzdLtLOiJEWUtexqV8M+raZeBCUXy7D8RdaOO0Zny VgGi1Gx56hcjWfnib9aQTrtTqpjZR5NHDMY45hz4Z2FEW9wgRSN+1S83T9+AxqYbr7 eAppGOtVOiBq1R3GYNYgD12CCy22cfe1YZInuU8g= Date: Wed, 20 Oct 2021 14:38:56 +0200 From: Greg Kroah-Hartman To: Jens Axboe Cc: Kamal Mostafa , stable@vger.kernel.org, Alexander Viro , Pavel Begunkov , linux-fsdevel@vger.kernel.org, io-uring@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] [linux-5.10.y] io_uring: fix splice_fd_in checks backport typo Message-ID: References: <20211018171808.18383-1-kamal@canonical.com> <056adbd3-62eb-4aca-113e-f80c27c94a3b@kernel.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <056adbd3-62eb-4aca-113e-f80c27c94a3b@kernel.dk> Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Mon, Oct 18, 2021 at 12:47:17PM -0600, Jens Axboe wrote: > On 10/18/21 11:18 AM, Kamal Mostafa wrote: > > The linux-5.10.y backport of commit "io_uring: add ->splice_fd_in checks" > > includes a typo: "|" where "||" should be. (The original upstream commit > > is fine.) > > Oops indeed! Greg, can you queue this one up? Sure, now done. greg k-h