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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BE7FDC433F5 for ; Sun, 3 Apr 2022 08:53:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231461AbiDCIzj (ORCPT ); Sun, 3 Apr 2022 04:55:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229807AbiDCIzi (ORCPT ); Sun, 3 Apr 2022 04:55:38 -0400 X-Greylist: delayed 325 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Sun, 03 Apr 2022 01:53:45 PDT Received: from dcvr.yhbt.net (dcvr.yhbt.net [64.71.152.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9540CDF9D for ; Sun, 3 Apr 2022 01:53:45 -0700 (PDT) Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 4D0A01F4D1; Sun, 3 Apr 2022 08:48:20 +0000 (UTC) Date: Sun, 3 Apr 2022 08:48:20 +0000 From: Eric Wong To: Jens Axboe Cc: io-uring@vger.kernel.org, Stefan Metzmacher , Liu Changcheng Subject: Re: [PULL|PATCH v3 0/7] liburing debian packaging fixes Message-ID: <20220403084820.M206428@dcvr> References: <20211116224456.244746-1-e@80x24.org> <20220121182635.1147333-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220121182635.1147333-1-e@80x24.org> Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org Eric Wong wrote: > The previous patch 8/7 in v2 is squashed into 3/7 in this series. > Apologies for the delay since v2, many bad things happened :< > > The following changes since commit bbcaabf808b53ef11ad9851c6b968140fb430500: > > man/io_uring_enter.2: make it clear that chains terminate at submit (2022-01-19 18:09:40 -0700) > > are available in the Git repository at: > > https://yhbt.net/liburing.git deb-v3 > > for you to fetch changes up to 77b99bb1dbe237eef38eceb313501a9fd247d672: > > make-debs: remove dependency on git (2022-01-21 16:54:42 +0000) Hi Jens, have you had a chance to look at this series? Thanks. I mostly abandoned hacking for a few months :x