From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id 2F0113858D28 for ; Fri, 25 Feb 2022 23:36:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2F0113858D28 Received: from mail-yw1-f198.google.com (mail-yw1-f198.google.com [209.85.128.198]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-271-Qu8IVYM_MXSSuCpfdV6Mrg-1; Fri, 25 Feb 2022 18:36:30 -0500 X-MC-Unique: Qu8IVYM_MXSSuCpfdV6Mrg-1 Received: by mail-yw1-f198.google.com with SMTP id 00721157ae682-2d820d59530so41661977b3.5 for ; Fri, 25 Feb 2022 15:36:30 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ykVfbvfTWNFWIaGpSomiW6JO0KraS7B7bKcE2M4IRfA=; b=0UbYnMTZfD224XhCaR9P+wsaXCa3su61ytQ9/r1JyvPY2k0GNqIpBUkYkS06SvpEgx QoRDvqDQOJKXzteKZoBsC8qJa0U+j5hwBtCVtFRBmiSL7XUIoq4ZK1d9O5n6B6ujZrKz mPE9WwwHxDdg+8ZxIw3TSWim4Uf01XKbxV23mn2lZsFMTzNgg6vEpN5SOelzl9FL74BM dvAwKsKcphZaKJF8p2tD6pBoFQ+GyGsi/O9NzPmb/vnaC5ykui3/ruUxTXlcPEzLAOgW J0u9MjKuXJbUimT1HbS5WJfAuegvUKgTz3/OYZSNc+XmSjjg8Of7bMnPJdO2IxNLeIn/ sgYQ== X-Gm-Message-State: AOAM530+nvCQJtKZWP4/9iWcJc5EMc/CKNVbPyQE/9E8QFCrPR3kTSbv LA+tmntdltCoSw9aMkH3ql5cx4XfvzSq/KbqoLMihhoyJ8AiQ82kmULOwRW1ZZXxHOFaA2aSC5C Qtp+Y+flU91Tb5m3Czt5ESIWKTijWus01gA== X-Received: by 2002:a5b:dc8:0:b0:624:a898:dea6 with SMTP id t8-20020a5b0dc8000000b00624a898dea6mr9356201ybr.600.1645832189753; Fri, 25 Feb 2022 15:36:29 -0800 (PST) X-Google-Smtp-Source: ABdhPJysCfiXncgaJAQy7PSfaJ0sztPxkneAVvzNpoWzYnRbKHf1eSUd7PcTL5jFextFm2Y17OlfEtEo7kPs9sKBTnE= X-Received: by 2002:a5b:dc8:0:b0:624:a898:dea6 with SMTP id t8-20020a5b0dc8000000b00624a898dea6mr9356194ybr.600.1645832189600; Fri, 25 Feb 2022 15:36:29 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Aaron Merey Date: Fri, 25 Feb 2022 18:36:18 -0500 Message-ID: Subject: Re: [PATCH] Add support for new syscall memfd_secret To: Di Chen Cc: systemtap@sourceware.org X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H5, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: systemtap@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Systemtap mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2022 23:36:34 -0000 On Thu, Feb 24, 2022 at 5:47 PM Di Chen via Systemtap wrote: > > Hey team systemtap, > > I have fixed some formatting issues, here is the new patch for it. > Could you please help review it? Thanks for the patch. Everything looks good to me. The memfd_secret tests pass on my F35 machine. Aaron