From patchwork Sat Oct 10 20:50:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 24548 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 4D1BC27BBEA; Sat, 10 Oct 2020 22:05:22 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 1A84627BBE9 for ; Sat, 10 Oct 2020 22:05:22 +0100 (BST) Received: from localhost ([::1]:35304 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRM3N-0008Uo-88 for patchwork@mira.cbaines.net; Sat, 10 Oct 2020 17:05:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53342) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kRLpX-0000Nx-0T for guix-patches@gnu.org; Sat, 10 Oct 2020 16:51:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55412) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kRLpW-0008R6-KD for guix-patches@gnu.org; Sat, 10 Oct 2020 16:51:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kRLpW-0002U3-J3 for guix-patches@gnu.org; Sat, 10 Oct 2020 16:51:02 -0400 Subject: bug#43619: [PATCH 1/2] gnu: Add liburing. Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 10 Oct 2020 20:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43619 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Greg Hogan Cc: 43619-done@debbugs.gnu.org Mail-Followup-To: 43619@debbugs.gnu.org, ludo@gnu.org, code@greghogan.com Received: via spool by 43619-done@debbugs.gnu.org id=D43619.16023630279489 (code D ref 43619); Sat, 10 Oct 2020 20:51:02 +0000 Received: (at 43619-done) by debbugs.gnu.org; 10 Oct 2020 20:50:27 +0000 Received: from localhost ([127.0.0.1]:38723 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRLox-0002Ss-EB for submit@debbugs.gnu.org; Sat, 10 Oct 2020 16:50:27 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46412) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kRLov-0002SV-09 for 43619-done@debbugs.gnu.org; Sat, 10 Oct 2020 16:50:25 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42406) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRLop-0008Dz-FR; Sat, 10 Oct 2020 16:50:19 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=48718 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kRLoo-0004g9-Vn; Sat, 10 Oct 2020 16:50:19 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= References: <87y2ks48ty.fsf@gnu.org> Date: Sat, 10 Oct 2020 22:50:17 +0200 In-Reply-To: (Greg Hogan's message of "Sat, 10 Oct 2020 12:15:29 -0400") Message-ID: <87o8l9hkl2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hi, Greg Hogan skribis: > Moved to gnu/packages/linux, updated the synopsis, and added a remark for > the disabled tests. Great. Applied with the minor tweaks below. Thank you! Ludo’. diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 8061457e2e..39960c102b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -49,6 +49,7 @@ ;;; Copyright © 2020 Michael Rohleder ;;; Copyright © 2020 Anders Thuné ;;; Copyright © 2020 Maxim Cournoyer +;;; Copyright © 2020 Greg Hogan ;;; ;;; This file is part of GNU Guix. ;;; @@ -7619,4 +7620,4 @@ then IP sets may be the proper tool for you.") helpers to setup and teardown io_uring instances, and also a simplified interface for applications that don't need (or want) to deal with the full kernel side implementation.") - (license expat))) + (license license:expat)))