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, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from mail-pf1-f171.google.com (mail-pf1-f171.google.com [209.85.210.171]) by gnuweeb.org (Postfix) with ESMTPS id BE3498060C for ; Thu, 20 Oct 2022 14:11:03 +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=XnKraDea; dkim-atps=neutral Received: by mail-pf1-f171.google.com with SMTP id d10so20371472pfh.6 for ; Thu, 20 Oct 2022 07:11:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel-dk.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:date:message-id:subject :references:in-reply-to:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=tOrCF2hAhKFGZ9V2xOY1JROh4gvBzmt22XBEKQJlFc4=; b=XnKraDeamBqlVhEG57HyuqYYkPmrnopXfvjpfP/Sz7wqahpTNpgLzy9qgnomYGCuD0 FRwJd6kWrb1KZp17lvl4NM9281It6DMWhztAYKFZS8X/ZIVtFUsrhLkd27J4zTqf8a78 aVe6RvwjXwYl62Kji9TO/5x+W10aTmABtmJ3ar9eoVTyQbOI0JLLOMyoCgp2EoiqlZu9 /jn1sxELa3NQ50bYFCNAVFsQgJ64QmcLcyXvCarm8smOH41rZr5uPiCxQpmKfVTjYWYG S5ZeyrwjvTx3E5y+FVqfyBZDFyq7zKgWq/MuaaTqqSGT1TW3Uk+b2Di7FBCHfabCGi5i J/eA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:date:message-id:subject :references:in-reply-to:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=tOrCF2hAhKFGZ9V2xOY1JROh4gvBzmt22XBEKQJlFc4=; b=f9HiYPd78xzz8PrxzNlng6aJuz/VjcJGC778F1vQRmtNKXZ7sNcV5E0DmTMBRSDHvA 9oRxszxxqM//qAsTBzVi6su07R69m6CdBflk7djcDI1iPDZH4ZMpDVn2wN/eyfFAdsrC J3maq1X9L1X6OXilVKlWjyD9/cOjPelOrVeL2Xs8ExFKYZLVCwJjOpTOIfVG9HosmJ2W SlYFnywKSQpSTW9wZ43bJMU9EFShlBvofMmEMV1PxXFtITyEiXXzvXFV/1+ilBruMZb2 MmeFUmZLzp9Lpkbenw6Z/PFsElNcp7c1N3zdvqX5Diwpd+4APvT4ACeCIGqcDiR3Ga+H 7rvA== X-Gm-Message-State: ACrzQf0qXFkwWuQxWPixZt0JrOAXk+FGht/2s2J46Auge2ettzjUdgxb Z7OMUDUKoDSVrkahksM0b1ykxA== X-Google-Smtp-Source: AMsMyM7sy7rHSilMlp/qjhoA4tW02sOJnAj1uxu5/jwx9gIU16oSvQMj15aaxHSJS3jelcCDqqP4KQ== X-Received: by 2002:a63:f924:0:b0:46b:1a7d:3b91 with SMTP id h36-20020a63f924000000b0046b1a7d3b91mr12152688pgi.133.1666275063221; Thu, 20 Oct 2022 07:11:03 -0700 (PDT) Received: from [127.0.0.1] (cpe-72-132-29-68.dc.res.rr.com. [72.132.29.68]) by smtp.gmail.com with ESMTPSA id f18-20020a170902ce9200b00179eb1576bbsm12481529plg.190.2022.10.20.07.11.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 Oct 2022 07:11:02 -0700 (PDT) From: Jens Axboe To: Ammar Faizi Cc: Dylan Yudaken , io-uring Mailing List , GNU/Weeb Mailing List , Pavel Begunkov , Facebook Kernel Team In-Reply-To: <20221020131118.13828-1-ammar.faizi@intel.com> References: <20221020131118.13828-1-ammar.faizi@intel.com> Subject: Re: [PATCH liburing v2 0/3] Clean up clang `-Wshorten-64-to-32` warnings Message-Id: <166627506217.167739.6624404748025563028.b4-ty@kernel.dk> Date: Thu, 20 Oct 2022 07:11:02 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Mailer: b4 0.11.0-dev-d9ed3 List-Id: On Thu, 20 Oct 2022 20:14:52 +0700, Ammar Faizi wrote: > From: Ammar Faizi > > Hi Jens, > > This is a v2. > > v2: > - Fix Signed-off-by tag. > - Make the cast in patch #1 consistent. > > [...] Applied, thanks! [1/3] liburing: Clean up `-Wshorten-64-to-32` warnings from clang commit: b9df4750ce9335437a34fd93c76863d871b70416 [2/3] Makefile: Introduce `LIBURING_CFLAGS` variable commit: 1755faf1737d0d84775aa46dd0a2b4b2e3474d28 [3/3] github: Append `-Wshorten-64-to-32` flag for clang build commit: 80817b7cd56b96a095c3cb4583a357d16fb867f1 Best regards, -- Jens Axboe