[PATCH] x86/vmware: Do not trace vmware_sched_clock()

2018-11-09 Thread Steven Rostedt
From: Steven Rostedt (VMware) When running function tracing on a Linux guest running on VMware Workstation, the guest would crash. This is due to tracing of the sched_clock internal call of the VMware vmware_sched_clock(), which causes an infinite recursion within the tracing code (clock calls

Re: [PATCH v4 3/4] drm/virtio: add in/out fence support for explicit synchronization

2018-11-09 Thread Gerd Hoffmann
On Mon, Nov 05, 2018 at 05:25:05PM +, Emil Velikov wrote: > On Mon, 5 Nov 2018 at 11:42, Robert Foss wrote: > > > > When the execbuf call receives an in-fence it will get the dma_fence > > related to that fence fd and wait on it before submitting the draw call. > > > > On the out-fence side

Re: [PATCH net-next v2 3/5] virtio_ring: add packed ring support

2018-11-09 Thread Jason Wang
On 2018/11/9 下午12:00, Michael S. Tsirkin wrote: On Fri, Nov 09, 2018 at 10:30:50AM +0800, Jason Wang wrote: On 2018/11/8 下午11:56, Michael S. Tsirkin wrote: On Thu, Nov 08, 2018 at 07:51:48PM +0800, Tiwei Bie wrote: On Thu, Nov 08, 2018 at 04:18:25PM +0800, Jason Wang wrote: On 2018/11/8

Re: [PATCH net-next v2 3/5] virtio_ring: add packed ring support

2018-11-09 Thread Jason Wang
On 2018/11/9 上午11:58, Michael S. Tsirkin wrote: On Fri, Nov 09, 2018 at 10:25:28AM +0800, Jason Wang wrote: On 2018/11/8 下午10:14, Michael S. Tsirkin wrote: On Thu, Nov 08, 2018 at 04:18:25PM +0800, Jason Wang wrote: On 2018/11/8 上午9:38, Tiwei Bie wrote: + + if (vq->vq.num_free <