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 808A7C32771 for ; Sun, 18 Sep 2022 09:29:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229548AbiIRJ3X (ORCPT ); Sun, 18 Sep 2022 05:29:23 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56058 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229462AbiIRJ3W (ORCPT ); Sun, 18 Sep 2022 05:29:22 -0400 Received: from hr2.samba.org (hr2.samba.org [IPv6:2a01:4f8:192:486::2:0]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8FE4E2182E for ; Sun, 18 Sep 2022 02:29:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=samba.org; s=42; h=From:To:Date:Message-ID:CC; bh=Z1jocfH9ktIaIxMzxW5SBnVmtyCLYeye+hO9Lp3JTgg=; b=uLOLzcmpfO9KsOxdPWA9P8luX5 G70ERjR9FFL7QTTdvBWDm88HZGG+DBrndrml0Ttefb5s7lfXAKinYaBMAgsrlw4e0+feR7qVb+eCm jGt+svtFhsInii16jGrG0y2vGDHWvqKjuTnX/mOaKlLreHf8cWnYG3SCkS1S55YFrApn0qwRoVUN5 bVZrHfOC3a4SwvHZCVhb16poNKNAQMBltjBzeOKUC4r+CmLvupJ9FK++3Qu5pm3SHlv66OZZYKvfX yBNVAFPLHbGMNg6OafsZ9jHGEkS9gHQDrZhDbKHXx3XMwPhP88Bs//k2i8rsSb+BV5MdGUiQPfe6i YpDmB9IS/i/48CGa3EyKUZk2UNR2rdl2ozcneuJ1t3HDxLP6gU9BbbDELJ8WVVtdUWVDA1M/DDgii kkNsticO68hVU9DAUSmRypNsJKCnzLjG5MCVX6ZhJqQUvyjYV3Ytw/6gpEFKraxFs0Q63nS2h1aux s/7+XNiLYhrWVRwydvLmRUBo; Received: from [127.0.0.2] (localhost [127.0.0.1]) by hr2.samba.org with esmtpsa (TLS1.3:ECDHE_SECP256R1__ECDSA_SECP256R1_SHA256__CHACHA20_POLY1305:256) (Exim) id 1oZqc0-000vMx-Ok; Sun, 18 Sep 2022 09:29:16 +0000 Message-ID: <80c90ff6-989c-ef1f-8448-fd64b813359d@samba.org> Date: Sun, 18 Sep 2022 11:29:16 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 1/1] io_uring/net: fix zc fixed buf lifetime Content-Language: en-US To: Jens Axboe , Pavel Begunkov , io-uring@vger.kernel.org References: <7099cb6d-4cfc-8860-0206-0844c4768a0f@samba.org> From: Stefan Metzmacher In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org Am 17.09.22 um 13:58 schrieb Jens Axboe: > On 9/17/22 4:27 AM, Stefan Metzmacher wrote: >> Am 17.09.22 um 00:22 schrieb Pavel Begunkov: >>> Notifications usually outlive requests, so we need to pin buffers with >>> it by assigning a rsrc to it instead of the request. >>> >>> Fixed: b48c312be05e8 ("io_uring/net: simplify zerocopy send user API") >>> Signed-off-by: Pavel Begunkov >> >> Looks good to me :-) > > Can I turn that into an acked-by or reviewed-by? reviewed-by is fine. metze