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 6B62E4C6C; Thu, 19 Jun 2025 04:30:54 +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=1750307454; cv=none; b=AtT9NtVDDVuK4ZKILDzrfbJtHYDBiGCUNrlMBE2DJbPp66X+TkVkkgx+KnBoPVKvXdTXr2WncJEv8AWJuScXn1amxSuJismYU5lSVxAJDEqv7MeIVE4TOcqkMYlpI/156VGDaqzGoaP+f8wXcDC3zq2oVjksWQoeJVo2aUHMPZ4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750307454; c=relaxed/simple; bh=DZDkzOxOhDTAnvchUQ1CYPpHPNWT2Zv6IR3Yc/Oa0Lg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=mxOUbyDOHG9rvnt24wga1qVqm7VtwdaHHJh+Ew8exOk8ajrKsJ4TP8gBa+w92NosOOyD+VDC3T5U7tj6j9xtcSk/Mftur2YfldsPMWS7plb6drPBaOyF1rcMJGzqOCvfsqJs4NKIP2tMhbMBwz/4OJIFtU8+Kxr6OmzUSvAFXqs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=ia7hRmnU; 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="ia7hRmnU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AE639C4CEEF; Thu, 19 Jun 2025 04:30:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1750307454; bh=DZDkzOxOhDTAnvchUQ1CYPpHPNWT2Zv6IR3Yc/Oa0Lg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ia7hRmnUBp8eDmtRMilO0fMWSw/rKx0UfeS5sfgeadffaDMejcs8f/lXHS1GPt5pg ZsSXGI30HI4Iae2Kr5LSdFzQQyWlMTy4IkpUyimWu2IwYk7G8HDr982owdsKIK8XdX iwPrbjQyyi2dQXlrQnov2FLYIEX1XnlgykuKD8kg= Date: Thu, 19 Jun 2025 06:30:50 +0200 From: Greg Kroah-Hartman To: Miguel Ojeda Cc: Tamir Duberstein , Christian Brauner , Danilo Krummrich , David Gow , Tejun Heo , Masahiro Yamada , Nathan Chancellor , Miguel Ojeda , Alex Gaynor , Boqun Feng , Gary Guo , =?iso-8859-1?Q?Bj=F6rn?= Roy Baron , Andreas Hindborg , Alice Ryhl , Trevor Gross , "Rafael J. Wysocki" , Brendan Higgins , 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 1/6] rust: enable `clippy::ptr_as_ptr` lint Message-ID: <2025061947-chunk-unissued-04ab@gregkh> References: <20250615-ptr-as-ptr-v12-0-f43b024581e8@gmail.com> <20250615-ptr-as-ptr-v12-1-f43b024581e8@gmail.com> Precedence: bulk X-Mailing-List: devicetree@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 06:45:56PM +0200, Miguel Ojeda wrote: > On Wed, Jun 18, 2025 at 3:54 PM Tamir Duberstein wrote: > > > > @Andreas Hindborg could you please have a look for configfs? > > > > @Rafael J. Wysocki @Viresh Kumar could you please have a look for cpufreq? > > Thanks Tamir. > > Christian, Danilo, David, Greg, Tejun: It would also be nice to get > Acked-by's for your bits. Thanks! Acked-by: Greg Kroah-Hartman