Re: [Xen-devel] [PATCH] xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug message

2018-11-06 Thread Juergen Gross
On 02/11/2018 15:04, Liam Merwick wrote: > If a call to xenmem_reservation_increase() in gnttab_dma_free_pages() > fails it triggers a message "Failed to decrease reservation..." which > should be "Failed to increase reservation..." > > Fixes: 9bdc7304f536 ('xen/grant-table: Allow allocating

Re: [Xen-devel] [PATCH] xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug message

2018-11-02 Thread Juergen Gross
On 02/11/2018 15:04, Liam Merwick wrote: > If a call to xenmem_reservation_increase() in gnttab_dma_free_pages() > fails it triggers a message "Failed to decrease reservation..." which > should be "Failed to increase reservation..." > > Fixes: 9bdc7304f536 ('xen/grant-table: Allow allocating

[Xen-devel] [PATCH] xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug message

2018-11-02 Thread Liam Merwick
If a call to xenmem_reservation_increase() in gnttab_dma_free_pages() fails it triggers a message "Failed to decrease reservation..." which should be "Failed to increase reservation..." Fixes: 9bdc7304f536 ('xen/grant-table: Allow allocating buffers suitable for DMA') Reported-by: Ross Philipson