From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 297464C6C; Thu, 19 Jun 2025 04:30:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750307448; cv=none; b=rzbJXDpHR8KBTcydi8RVbbQtoa1UcIQkIyDZEMaHbgFQO0UklL6RlxAj7rrjKoXS8VMHd2TciLF4fjUUCZKizcDmbSThO9zhy+vWZI2GeLeZsYEdyda7N8T+KDY84LiXLNSXb4uw+P1ipJAxX9x2WZHki5q5OrbrXyweq8NRFG4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750307448; c=relaxed/simple; bh=RkszZ+4CO5HPbQ9OZvtEUSF9NCC9BO39xHiRDQcYuOU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=gXxErcE2XJII65rlZQtYtPRivUkeTetKkEpSoQMxCjguGGWKtACEwebErdK5LNjD6ngnP3FUzFHysKyPDVDSc1badZ0EWGkrs3te8ahlqAN3aFPX4BxA+7Hwg1T2YOhXn+guZBM9lrosqNNxFXktDkoPDT+vhNHRA/24NHcuVZE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=st3jnt91; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="st3jnt91" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 27403C4CEEA; Thu, 19 Jun 2025 04:30:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1750307447; bh=RkszZ+4CO5HPbQ9OZvtEUSF9NCC9BO39xHiRDQcYuOU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=st3jnt91uU/CnwTBt3Ahp147TRAwWb8pXbGypGoc/VymUwGTmYQFyEGs0i+qp2a/3 CdYe0pWv15pbDuWmiGZVS+qqHQLgE9hrCTr4WbxKRrnW4eUzCrETJ4UNgNkPpe9/Kr oABPxYM5VCHVjAobpVLADv4N0m9WwFckCIQpuo8o= Date: Thu, 19 Jun 2025 06:30:43 +0200 From: Greg KH To: Miguel Ojeda Cc: Tamir Duberstein , Alice Ryhl , Christian Brauner , Danilo Krummrich , Tejun Heo , Masahiro Yamada , Nathan Chancellor , Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Andreas Hindborg , Trevor Gross , "Rafael J. Wysocki" , Brendan Higgins , David Gow , Rae Moar , Bjorn Helgaas , Luis Chamberlain , Russ Weight , Rob Herring , Saravana Kannan , Abdiel Janulgue , Daniel Almeida , Robin Murphy , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Simona Vetter , FUJITA Tomonori , Nicolas Schier , Frederic Weisbecker , Lyude Paul , Thomas Gleixner , Anna-Maria Behnsen , Benno Lossin , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , John Stultz , Stephen Boyd , Lorenzo Stoakes , "Liam R. Howlett" , Breno Leitao , Viresh Kumar , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, rust-for-linux@vger.kernel.org, linux-kselftest@vger.kernel.org, kunit-dev@googlegroups.com, linux-pci@vger.kernel.org, linux-block@vger.kernel.org, devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, netdev@vger.kernel.org, linux-mm@kvack.org, linux-pm@vger.kernel.org, nouveau@lists.freedesktop.org Subject: Re: [PATCH v12 4/6] rust: enable `clippy::as_underscore` lint Message-ID: <2025061933-smog-breezy-90d6@gregkh> References: <20250615-ptr-as-ptr-v12-0-f43b024581e8@gmail.com> <20250615-ptr-as-ptr-v12-4-f43b024581e8@gmail.com> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Wed, Jun 18, 2025 at 07:04:11PM +0200, Miguel Ojeda wrote: > On Wed, Jun 18, 2025 at 3:51 PM Tamir Duberstein wrote: > > > > @Danilo Krummrich could you please have a look for nova? > > Alice, Christian, Danilo, Greg, Tejun: it would also be nice to get > Acked-by's for your (other) bits. Acked-by: Greg Kroah-Hartman