[Qemu-devel] [PATCH v2 01/13] signal/all: remove __get/__put_user return value reading

2014-06-06 Thread riku . voipio
From: Riku Voipio riku.voi...@linaro.org Remove all the simple cases of reading the return value of __get_user and __put_user. We set err = 0 in sparc versions of do_sigreturn and sparc64_set_context to avoid compile error, but else this patch is just general removal of err |= __get_user ...

Re: [Qemu-devel] [PATCH v2 01/13] signal/all: remove __get/__put_user return value reading

2014-06-06 Thread Eric Blake
On 06/06/2014 03:46 AM, riku.voi...@linaro.org wrote: From: Riku Voipio riku.voi...@linaro.org Remove all the simple cases of reading the return value of __get_user and __put_user. You may want to investigate your patch mail setup. Your threading was broken - this (and the other 12 patches)