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 BAA4C14C598; Mon, 5 Feb 2024 19:03:51 +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=1707159831; cv=none; b=qmtcxR5orbAw5BJ5YxloeDQAFRhPFH16lgWBwvfvp/0gCHGjV/8SeMRWsioeUBcbsfux2LyvF21rHLiUCsQY9eEQV9n8n1g7K0mec9QSEFbcQLlWK/CDRtsl8MWobG9Rc6/v4h4fMCVkgQeD3/o0UiJ0V4wFuOPc3KE8HpXrGQ4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707159831; c=relaxed/simple; bh=enzvkJrZvs3n5pWxdWktechxKDk4+Wgewr4aMoQPZwc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Bgqz5ps0I3NO8FIPiTINWvR3QCU3PGAwyimrehNSqG1byMNAKCm4WZjwAWW1gxbjv8yP1GCEkZiI3fGfvtTBvgPK4AYtF39FBN/Ftnw9C6aNZzqM7/OVxO8Rqx8Js0KdmcpkQaUFThgurmzjh2jnC0hxv6aTwEadNV+zPgcHPuM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Za7DVdlb; 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="Za7DVdlb" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4473DC43330; Mon, 5 Feb 2024 19:03:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1707159831; bh=enzvkJrZvs3n5pWxdWktechxKDk4+Wgewr4aMoQPZwc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Za7DVdlbH6EBmG7c0dtkmfUp5YOBYkQUMm9RbxyToobd41E8nL19GVwnt7kxf22cw e69GalEOpccZpixinBY2+B/HLpjngTem5v1+AGXCCCF6EMuhb2IqoY5CdhTZj3sPRu yhFBzF3j1s2WyCck1/wJr45tvpJlfar4HTkXbxAQ= Date: Mon, 5 Feb 2024 04:49:55 -0800 From: Greg Kroah-Hartman To: "Ricardo B. Marliere" Cc: Jon Mason , Dave Jiang , Allen Hubbe , ntb@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] ntb: struct bus_type cleanup Message-ID: <2024020550-protract-deviator-0b35@gregkh> References: <20240204-bus_cleanup-ntb-v1-0-155184f60d5f@marliere.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240204-bus_cleanup-ntb-v1-0-155184f60d5f@marliere.net> On Sun, Feb 04, 2024 at 01:21:59PM -0300, Ricardo B. Marliere wrote: > This series is part of an effort to cleanup the users of the driver > core, as can be seen in many recent patches authored by Greg across the > tree (e.g. [1]). Specifically, this series is part of the task of > splitting one of his TODOs [2]. > > --- > [1]: https://lore.kernel.org/lkml/?q=f%3Agregkh%40linuxfoundation.org+s%3A%22make%22+and+s%3A%22const%22 > [2]: https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git/commit/?h=bus_cleanup&id=26105f537f0c60eacfeb430abd2e05d7ddcdd8aa > > Cc: Greg Kroah-Hartman > Signed-off-by: Ricardo B. Marliere > > --- > Ricardo B. Marliere (2): > ntb: ntb_transport: make ntb_transport_bus const > ntb: core: make ntb_bus const Reviewed-by: Greg Kroah-Hartman