Message ID | 20220613131253.974205-1-dylany@fb.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <io-uring-owner@kernel.org> 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 35099C43334 for <io-uring@archiver.kernel.org>; Mon, 13 Jun 2022 15:39:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229993AbiFMPjV (ORCPT <rfc822;io-uring@archiver.kernel.org>); Mon, 13 Jun 2022 11:39:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1350820AbiFMPi5 (ORCPT <rfc822;io-uring@vger.kernel.org>); Mon, 13 Jun 2022 11:38:57 -0400 Received: from mx0a-00082601.pphosted.com (mx0a-00082601.pphosted.com [67.231.145.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 10FE5157EBA for <io-uring@vger.kernel.org>; Mon, 13 Jun 2022 06:13:20 -0700 (PDT) Received: from pps.filterd (m0109333.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.17.1.5/8.17.1.5) with ESMTP id 25CMSs1J028958 for <io-uring@vger.kernel.org>; Mon, 13 Jun 2022 06:13:01 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fb.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=facebook; bh=z5VQFbs0Gkbf6fmMARQ8k5mVu8HhtalpgX7rFcQmvss=; b=rg3BWWM2lw3E+fKrC/l5lu7k6FHHHP8EpsZpThw8wWrNXSH3upfUUNwfAcQzTbej3NS3 3GpOZw09DpclVFo1xCY8mc0EU9MUtmp2QwyLzn8z5M+a7NUpyaBec50AZQJPfSG9ArSX CL/+2HSij7kbGjPwjOF3f+e9ix5FEPFy1Qo= Received: from maileast.thefacebook.com ([163.114.130.16]) by mx0a-00082601.pphosted.com (PPS) with ESMTPS id 3gmq3kgedd-3 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <io-uring@vger.kernel.org>; Mon, 13 Jun 2022 06:13:01 -0700 Received: from twshared25107.07.ash9.facebook.com (2620:10d:c0a8:1b::d) by mail.thefacebook.com (2620:10d:c0a8:82::c) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.28; Mon, 13 Jun 2022 06:12:58 -0700 Received: by devbig038.lla2.facebook.com (Postfix, from userid 572232) id 4C99119A7602; Mon, 13 Jun 2022 06:12:56 -0700 (PDT) From: Dylan Yudaken <dylany@fb.com> To: <axboe@kernel.dk>, <asml.silence@gmail.com>, <io-uring@vger.kernel.org> CC: <Kernel-team@fb.com>, Dylan Yudaken <dylany@fb.com> Subject: [PATCH liburing 0/4] Buffer ring API fixes Date: Mon, 13 Jun 2022 06:12:49 -0700 Message-ID: <20220613131253.974205-1-dylany@fb.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-FB-Internal: Safe Content-Type: text/plain X-Proofpoint-GUID: 29z_42u7K17NXq-GGKqiKHx-_x1E6j32 X-Proofpoint-ORIG-GUID: 29z_42u7K17NXq-GGKqiKHx-_x1E6j32 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.874,Hydra:6.0.517,FMLib:17.11.64.514 definitions=2022-06-13_05,2022-06-13_01,2022-02-23_01 Precedence: bulk List-ID: <io-uring.vger.kernel.org> X-Mailing-List: io-uring@vger.kernel.org |
Series | Buffer ring API fixes | expand |