Re: [GIT PULL] virtio: last minute revert

2023-06-21 Thread pr-tracker-bot
The pull request you sent on Wed, 21 Jun 2023 11:04:31 -0400: > https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/007034977130b49b618a5206aad54f634d9f169c Thank you! -- Deet-doot-dot, I am a

[GIT PULL] virtio: last minute revert

2023-06-21 Thread Michael S. Tsirkin
The following changes since commit 45a3e24f65e90a047bef86f927ebdc4c710edaa1: Linux 6.4-rc7 (2023-06-18 14:06:27 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git tags/for_linus for you to fetch changes up to

Re: [PATCH v2] virtio_pmem: add the missing REQ_OP_WRITE for flush bio

2023-06-21 Thread Christoph Hellwig
Please avoid the overly long line. With that fixe this looks good to me. ___ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization

Re: [PATCH] virtio_pmem: do flush synchronously

2023-06-21 Thread Christoph Hellwig
I think the proper minimal fix is to pass in a REQ_WRITE in addition to REQ_PREFLUSH. We can than have a discussion on the merits of this weird async pmem flush scheme separately. ___ Virtualization mailing list

Re: drm/virtgpu: Replace dev_private by helper function

2023-06-21 Thread Thomas Zimmermann
Am 21.06.23 um 11:12 schrieb Sui Jingfeng: Hi, On 2023/6/20 18:33, Thomas Zimmermann wrote: Dereference struct drm_device.dev_private in the helper function do_virtio_gpu_device(). Is the word "Dereference" accurate enough ? It's not really the correct word, you're right. 'Access' or

Re: [PATCH] drm/virtgpu: Replace dev_private by helper function

2023-06-21 Thread Thomas Zimmermann
Am 20.06.23 um 12:33 schrieb Thomas Zimmermann: Dereference struct drm_device.dev_private in the helper function do_virtio_gpu_device(). The dev_private field is deprecated and drivers are advised not ot use it. Encapsulating it in a helper function will help with a later removal. No

Re: [PATCH] drm/virtgpu: Replace dev_private by helper function

2023-06-21 Thread Gerd Hoffmann
On Tue, Jun 20, 2023 at 12:33:28PM +0200, Thomas Zimmermann wrote: > Dereference struct drm_device.dev_private in the helper function > do_virtio_gpu_device(). The dev_private field is deprecated and > drivers are advised not ot use it. Encapsulating it in a helper > function will help with a

Re: [PATCH vhost v10 00/10] virtio core prepares for AF_XDP

2023-06-21 Thread Xuan Zhuo
Hi Jason, Do you have plan to review this? Thanks. ___ Virtualization mailing list Virtualization@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/virtualization