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 X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6CD58C4CECC for ; Mon, 27 Apr 2020 18:56:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3D434208FE for ; Mon, 27 Apr 2020 18:56:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lonelycoder.com header.i=@lonelycoder.com header.b="HG3VbLLb" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726384AbgD0S47 (ORCPT ); Mon, 27 Apr 2020 14:56:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48082 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726372AbgD0S46 (ORCPT ); Mon, 27 Apr 2020 14:56:58 -0400 Received: from mail-il1-x132.google.com (mail-il1-x132.google.com [IPv6:2607:f8b0:4864:20::132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 76FE0C0610D5 for ; Mon, 27 Apr 2020 11:56:58 -0700 (PDT) Received: by mail-il1-x132.google.com with SMTP id e8so17758447ilm.7 for ; Mon, 27 Apr 2020 11:56:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lonelycoder.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=QpQs5XKfADQ3M323QC+V1TXEIIA5lhyXKfjNkqvRn0g=; b=HG3VbLLbJF7MlpqEE2yp5igZ2wkElNz8qAYOLBewRF8QXDCCJgX2lL7Y9xm3YBgN9q /iizgizvvdRRXUPz9QL8HsVEMEJQRO/kyhAdurmYCy+SWZ3fV6UVrOALglPLik8XAU6n 4mohsM8yMUGlS7vuHlI7WhWVD8errca59nzYmFbHOT0TJ1cjGnWhtDFbqst3tZ8vZ/hl TfdaXXifZlOlUKn2MOdjgEVNJW7ol/q0OwLahgYXAApywOMlCEmpRgAK45k4O2kjMiOS suYrf1LbLPOk1qFwBg1b6VPsu7sgvezSYgQ1Zf4PJnQHX741tY27mzOZff+CkXD8dMCg EiwQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QpQs5XKfADQ3M323QC+V1TXEIIA5lhyXKfjNkqvRn0g=; b=MxcSO22yYMZIu2/LnnsDiqdBxhKyND8pYNKoDJ/bVWsHa4NPhxyl/Rho4khPIcxcnf qgJ94w/30TwwjiMo0bJB7qsaP4ujYHVBCXSU/tiwRze1maa4Li5tx94OionXPL3jPo4r 3j2oPyVXCZDvN1EQwmSqvZwFsHsDChdQr63r4CeTIJee0LIwU726uCgzcZQbwVAztswe YjhkXVTJegxNL22N/cG1Mcc+0KWEsFVz9vYqq35jGSrrXcL9WJqbYNMW/7hd1ZBLjWZX fplgRCLn8xQ6+i29AwHlr9nXkXKkol5nYA1GflF2qjQv7g2gjAWZWvgk6eIQ8aQ3hKwK ekyQ== X-Gm-Message-State: AGi0PuaCmtoQSWTFhMWO3SodCVcGmGKIRrYVSJ4fgcctdTxOubmWW/8m SZU3cEahK98Jpj6yZcGfCe16zrpZKeHvgy9aozDGYQ== X-Google-Smtp-Source: APiQypKqSMWCwV9R0iYXb1MgNOBiE1MZj7Dm2Ukyd/nXBMyXUdVdpxFFBvATWg31HGDznrA3yovstE9C4phqMq6ntqU= X-Received: by 2002:a92:1bc1:: with SMTP id f62mr7995520ill.127.1588013817707; Mon, 27 Apr 2020 11:56:57 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Andreas Smas Date: Mon, 27 Apr 2020 11:56:46 -0700 Message-ID: Subject: Re: io_uring, IORING_OP_RECVMSG and ancillary data To: Jens Axboe Cc: io-uring , Jann Horn Content-Type: text/plain; charset="UTF-8" Sender: io-uring-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org On Sat, Apr 25, 2020 at 1:23 PM Jens Axboe wrote: > > > It was originally disabled because of a security issue, but I do think > it's safe to enable again. > > Adding the io-uring list and Jann as well, leaving patch intact below. > Ok thanks, Should I prepare a new real patch or will this trickle on?