[Xen-devel] [PATCH] xen/biomerge: Use true and false for boolean values

2018-08-04 Thread Gustavo A. R. Silva
Return statements in functions returning bool should use true or false instead of an integer value. This code was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva --- drivers/xen/biomerge.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[Xen-devel] [PATCH] xen-blkfront: use true and false for boolean values

2018-08-04 Thread Gustavo A. R. Silva
Return statements in functions returning bool should use true or false instead of an integer value. This code was detected with the help of Coccinelle. Signed-off-by: Gustavo A. R. Silva --- drivers/block/xen-blkfront.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[Xen-devel] libxl__build_hvm type confusion

2018-08-04 Thread Marek Marczykowski-Górecki
Hi, libxl__domain_build calls libxl__build_hvm for both LIBXL_DOMAIN_TYPE_HVM and LIBXL_DOMAIN_TYPE_PVH, but libxl__build_hvm uses fields from b_info->u.hvm, which looks like invalid thing to do. Should those field be moved out of that union? Additionally I think some asserts in every function

[Xen-devel] [distros-debian-stretch test] 75046: tolerable FAIL

2018-08-04 Thread Platform Team regression test user
flight 75046 distros-debian-stretch real [real] http://osstest.xensource.com/osstest/logs/75046/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking: test-amd64-amd64-i386-stretch-netboot-pygrub 10 debian-di-install fail like 75019

[Xen-devel] [PATCH 4.14 15/23] x86/entry/64: Remove %ebx handling from error_entry/exit

2018-08-04 Thread Greg Kroah-Hartman
4.14-stable review patch. If anyone has any objections, please let me know. -- From: Andy Lutomirski commit b3681dd548d06deb2e1573890829dff4b15abf46 upstream. error_entry and error_exit communicate the user vs. kernel status of the frame using %ebx. This is unnecessary --

[Xen-devel] [PATCH 4.17 19/31] x86/entry/64: Remove %ebx handling from error_entry/exit

2018-08-04 Thread Greg Kroah-Hartman
4.17-stable review patch. If anyone has any objections, please let me know. -- From: Andy Lutomirski commit b3681dd548d06deb2e1573890829dff4b15abf46 upstream. error_entry and error_exit communicate the user vs. kernel status of the frame using %ebx. This is unnecessary --

[Xen-devel] Patch "x86/entry/64: Remove %ebx handling from error_entry/exit" has been added to the 4.17-stable tree

2018-08-04 Thread gregkh
This is a note to let you know that I've just added the patch titled x86/entry/64: Remove %ebx handling from error_entry/exit to the 4.17-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

[Xen-devel] Patch "x86/entry/64: Remove %ebx handling from error_entry/exit" has been added to the 4.14-stable tree

2018-08-04 Thread gregkh
This is a note to let you know that I've just added the patch titled x86/entry/64: Remove %ebx handling from error_entry/exit to the 4.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: