From: Jason Gunthorpe <jgg@nvidia.com>
To: Yishai Hadas <yishaih@nvidia.com>
Cc: alex.williamson@redhat.com, saeedm@nvidia.com,
kvm@vger.kernel.org, netdev@vger.kernel.org, kuba@kernel.org,
kevin.tian@intel.com, joao.m.martins@oracle.com,
leonro@nvidia.com, maorg@nvidia.com, cohuck@redhat.com
Subject: Re: [PATCH V3 vfio 04/11] vfio: Move vfio.c to vfio_main.c
Date: Fri, 5 Aug 2022 12:51:29 -0300 [thread overview]
Message-ID: <Yu08gdx2Py9vAN1n@nvidia.com> (raw)
In-Reply-To: <20220731125503.142683-5-yishaih@nvidia.com>
On Sun, Jul 31, 2022 at 03:54:56PM +0300, Yishai Hadas wrote:
> From: Jason Gunthorpe <jgg@nvidia.com>
>
> If a source file has the same name as a module then kbuild only supports
> a single source file in the module.
>
> Rename vfio.c to vfio_main.c so that we can have more that one .c file
> in vfio.ko.
>
> Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
> Signed-off-by: Yishai Hadas <yishaih@nvidia.com>
>
> ---
> drivers/vfio/Makefile | 2 ++
> drivers/vfio/{vfio.c => vfio_main.c} | 0
> 2 files changed, 2 insertions(+)
> rename drivers/vfio/{vfio.c => vfio_main.c} (100%)
Alex, could you grab this patch for the current merge window?
It is a PITA to rebase across, it would be nice to have the rename in
rc1
Thanks,
Jason
next prev parent reply other threads:[~2022-08-05 15:53 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-31 12:54 [PATCH V3 vfio 00/11] Add device DMA logging support for mlx5 driver Yishai Hadas
2022-07-31 12:54 ` [PATCH V3 vfio 01/11] net/mlx5: Introduce ifc bits for page tracker Yishai Hadas
2022-07-31 12:54 ` [PATCH V3 vfio 02/11] net/mlx5: Query ADV_VIRTUALIZATION capabilities Yishai Hadas
2022-07-31 12:54 ` [PATCH V3 vfio 03/11] vfio: Introduce DMA logging uAPIs Yishai Hadas
2022-07-31 12:54 ` [PATCH V3 vfio 04/11] vfio: Move vfio.c to vfio_main.c Yishai Hadas
2022-08-05 15:51 ` Jason Gunthorpe [this message]
2022-08-05 19:01 ` Alex Williamson
2022-07-31 12:54 ` [PATCH V3 vfio 05/11] vfio: Add an IOVA bitmap support Yishai Hadas
2022-07-31 12:54 ` [PATCH V3 vfio 06/11] vfio: Introduce the DMA logging feature support Yishai Hadas
2022-07-31 12:54 ` [PATCH V3 vfio 07/11] vfio/mlx5: Init QP based resources for dirty tracking Yishai Hadas
2022-07-31 12:55 ` [PATCH V3 vfio 08/11] vfio/mlx5: Create and destroy page tracker object Yishai Hadas
2022-07-31 12:55 ` [PATCH V3 vfio 09/11] vfio/mlx5: Report dirty pages from tracker Yishai Hadas
2022-07-31 12:55 ` [PATCH V3 vfio 10/11] vfio/mlx5: Manage error scenarios on tracker Yishai Hadas
2022-07-31 12:55 ` [PATCH V3 vfio 11/11] vfio/mlx5: Set the driver DMA logging callbacks Yishai Hadas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Yu08gdx2Py9vAN1n@nvidia.com \
--to=jgg@nvidia.com \
--cc=alex.williamson@redhat.com \
--cc=cohuck@redhat.com \
--cc=joao.m.martins@oracle.com \
--cc=kevin.tian@intel.com \
--cc=kuba@kernel.org \
--cc=kvm@vger.kernel.org \
--cc=leonro@nvidia.com \
--cc=maorg@nvidia.com \
--cc=netdev@vger.kernel.org \
--cc=saeedm@nvidia.com \
--cc=yishaih@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.