From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, NICE_REPLY_A,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from mail-pl1-f177.google.com (mail-pl1-f177.google.com [209.85.214.177]) by gnuweeb.org (Postfix) with ESMTPS id 5A1EB7E383 for ; Fri, 22 Apr 2022 21:15:58 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (2048-bit key; unprotected) header.d=kernel-dk.20210112.gappssmtp.com header.i=@kernel-dk.20210112.gappssmtp.com header.a=rsa-sha256 header.s=20210112 header.b=KVy5ODlM; dkim-atps=neutral Received: by mail-pl1-f177.google.com with SMTP id d15so13476604pll.10 for ; Fri, 22 Apr 2022 14:15:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=6ayklLmQ4uhHFQZlB2DyIHRJVFJYB2QCvbApc6TxQyQ=; b=KVy5ODlMllAPxkoeH1IZNbqSCgOCXxs1fkKvnaa+oKejWBMKKOc0ITbG/iH+3T+WCY 1qBg9A/YM1TixiGDP97fBTzyulfXWhm6fWu3xl33sbdaCaMBjY6x3cdkcbY6tILag3US Afwnc9Ykc5QtOoBkCtPqwSMTZbRCRktYB4InPMQVyhHcsGgy+6ZXX3rn271cYgVnup5t ZALDC7JZ1wCzgWJW5Awyi4cxWQiSBw5ZB46gI3MtX1p+yy/d+WfZL3hQaCSu9huwNB4e /a91lN+UxwsEV2b4b6WB5I3p2PAXb+D0cY/zjMJBpd6RFn8sDMrmL/pZpzQ9bGhdqcBF Q1mQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=6ayklLmQ4uhHFQZlB2DyIHRJVFJYB2QCvbApc6TxQyQ=; b=N9phFw6kTt51Vw8ls/nphHSHNamzplM3hjmCJr2eFw4pVIsHsPjQO2XJyMhtaUL5wd F7I1g1G0xGILLAPUG9kqVq3l/K9eCiCT4fY6SsstnHbQ384Jym/6g6+iJZ+0vlrBRYIQ mFYbDOxZnZfzcPh9qZaAbP/Rx4ZsozXFRRr4dGYc+KmJWpdEvVr78g+VUrtX0ghghVyn Lbz2Dp9hzlMoEWOcC4i5dmZMXfSyDTACyBr/rZIsXRTRZT2k5oQlIHEighmg9IOe5868 2FKnrDw/Xs/P8wZHhE1ncJ7X/Q0GUtAvYCCULbAh/hodlNb13FK5aWLnMJvzO+w8b9eX Oe8A== X-Gm-Message-State: AOAM532j4T0i8EffSNh+r4hux8pCypcksAh2eregAAiLTCuPVivsxN2H sojUwtaX3aWF0U5uZ8g8ww288A== X-Google-Smtp-Source: ABdhPJzZEGYP9DJjA8dFGo1VAZFFJS3w+7ND6evFh/Am1wlAKMfBkuQYiR7TKLBWgaQCpfntHT64jw== X-Received: by 2002:a17:90b:4c42:b0:1d2:8eeb:108 with SMTP id np2-20020a17090b4c4200b001d28eeb0108mr7590145pjb.113.1650662157783; Fri, 22 Apr 2022 14:15:57 -0700 (PDT) Received: from [192.168.1.100] ([198.8.77.157]) by smtp.gmail.com with ESMTPSA id p12-20020a63ab0c000000b00381f7577a5csm2848778pgf.17.2022.04.22.14.15.56 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 22 Apr 2022 14:15:57 -0700 (PDT) Message-ID: <351cdb16-2991-d182-426a-89c9f1c05ee7@kernel.dk> Date: Fri, 22 Apr 2022 15:15:56 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux aarch64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [PATCH liburing v1 0/6] liburing fixes and cleanups Content-Language: en-US To: Ammar Faizi Cc: Pavel Begunkov , io-uring Mailing List , GNU/Weeb Mailing List References: <20220422203340.682723-1-ammar.faizi@intel.com> From: Jens Axboe In-Reply-To: <20220422203340.682723-1-ammar.faizi@intel.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: On 4/22/22 2:35 PM, Ammar Faizi wrote: > From: Ammar Faizi > > Hi Jens, > > Small liburing fixes and cleanups this time: > > - Patch 1 and 2 are a fix for the recent updates from Dylan. > - Patch 3 and 4 are a Makefile cleanup. > - Patch 5 is an update for the GitHub bot to build x86 32-bit nolibc. > - Patch 6 is a workaround for random SIGSEGV error on test/double-poll-crash. Thanks - applied these manually, as email is being a pain in the... again. -- Jens Axboe