[PATCH] iommu: Explicitly include correct DT includes

2023-07-14 Thread Rob Herring
The DT of_device.h and of_platform.h date back to the separate of_platform_bus_type before it as merged into the regular platform bus. As part of that merge prepping Arm DT support 13 years ago, they "temporarily" include each other. They also include platform_device.h and of.h. As a result, there'

Re: [PATCH 0/2] eventfd: simplify signal helpers

2023-07-14 Thread Jason Gunthorpe
On Fri, Jul 14, 2023 at 09:05:21AM +0200, Christian Brauner wrote: > I have no skin in the game aside from having to drop this conversion > which I'm fine to do if there are actually users for this btu really, > that looks a lot like abusing an api that really wasn't designed for > this. Yeah, I

Re: [PATCH vhost v11 10/10] virtio_net: merge dma operation for one page

2023-07-14 Thread Michael S. Tsirkin
On Wed, Jul 12, 2023 at 04:38:24PM +0800, Xuan Zhuo wrote: > On Wed, 12 Jul 2023 16:37:43 +0800, Jason Wang wrote: > > On Wed, Jul 12, 2023 at 4:33 PM Xuan Zhuo > > wrote: > > > > > > On Wed, 12 Jul 2023 15:54:58 +0800, Xuan Zhuo > > > wrote: > > > > On Tue, 11 Jul 2023 10:58:51 +0800, Jason W

Re: [PATCH v1 0/4] virtio-mem: memory unplug/offlining related cleanups

2023-07-14 Thread David Hildenbrand
On 13.07.23 17:03, Michael S. Tsirkin wrote: On Thu, Jul 13, 2023 at 04:55:47PM +0200, David Hildenbrand wrote: Some cleanups+optimizations primarily around offline_and_remove_memory(). Patch #1 drops the "unsafe unplug" feature where we might get stuck in offline_and_remove_memory() forever.

Re: [Freedreno] [PATCH RFC v1 00/52] drm/crtc: Rename struct drm_crtc::dev to drm_dev

2023-07-14 Thread Thomas Zimmermann
Hi Am 13.07.23 um 17:14 schrieb Tvrtko Ursulin: On 13/07/2023 16:09, Thomas Zimmermann wrote: Hi Am 13.07.23 um 16:41 schrieb Sean Paul: On Thu, Jul 13, 2023 at 9:04 AM Uwe Kleine-König wrote: hello Sean, On Wed, Jul 12, 2023 at 02:31:02PM -0400, Sean Paul wrote: I'd really prefer this