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, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_PASS, SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.6 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55311C433F5 for ; Wed, 18 May 2022 08:40:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233384AbiERIkP (ORCPT ); Wed, 18 May 2022 04:40:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47012 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233321AbiERIkO (ORCPT ); Wed, 18 May 2022 04:40:14 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3CE2B1078A7 for ; Wed, 18 May 2022 01:40:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=cgUGsqJJq7kbjC09DdbVxKt7jpi4XHK26AUPLdp3Fd4=; b=acw1Q2iQ8aY4bOKu24sQ/DEWIr CWE96XJn+Wv09WWe7zDOtqBWtgvvOqBErJlJDhY7ztGhyLYhZDoQktmWP/QtvA1aRzop0F6AUCCHT XLTz4K7C+Tt7j3fr7/aUxXX+Zn79VKmIsWeszcpY+v3QNndd5JD1DhNl8yAuDWRqV8+R+oS6bpxgL gFTvc32SYOmuJA0fGylP3kkhkbCvDpm9TLieH1HS3R8T4lj58upXPfjQTd1El061kcVMdhfDqJitj wwxZsBw9zRtyTNzTSF2GpZVHoNaw5Q0YOUhooWVTv1tfyGCFtiztpaS6yECVCr4+m0YpoVOSqqv9T 71yPmjHQ==; Received: from [2001:4bb8:19a:7bdf:8143:492c:c3b:39b6] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1nrFE3-000dT3-C9; Wed, 18 May 2022 08:40:11 +0000 From: Christoph Hellwig To: axboe@kernel.dk Cc: asml.silence@gmail.com, io-uring@vger.kernel.org Subject: sparse fixes for io_uring Date: Wed, 18 May 2022 10:39:59 +0200 Message-Id: <20220518084005.3255380-1-hch@lst.de> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: io-uring@vger.kernel.org Try to make sparse a little more happy. The poll code is still a major trainwreck, but that will need more intensive care.