[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5a595e1d-d59d-9289-2e9b-5bffb6fc6b12@redhat.com>
Date: Mon, 23 Jan 2017 10:19:56 +0100
From: Paolo Bonzini <pbonzini@...hat.com>
To: Christian Borntraeger <borntraeger@...ibm.com>,
SF Markus Elfring <elfring@...rs.sourceforge.net>,
kvm@...r.kernel.org, linux-s390@...r.kernel.org,
Cornelia Huck <cornelia.huck@...ibm.com>,
Heiko Carstens <heiko.carstens@...ibm.com>,
Martin Schwidefsky <schwidefsky@...ibm.com>,
Radim Krčmář <rkrcmar@...hat.com>
Cc: LKML <linux-kernel@...r.kernel.org>,
kernel-janitors@...r.kernel.org
Subject: Re: [PATCH] KVM: s390: Move two error code assignments in
kvm_vm_ioctl_get_dirty_log()
On 23/01/2017 09:22, Christian Borntraeger wrote:
> Patches that changes open coded things to common helpers or things like
> kmalloc_array where appropriate or things that make the code more robust
> are fine and welcome, but I am not going to take this as it just shuffles
> things around. It does not fix anything and it does not improve the code,
> but it certainly carries the risk of breaking something (yes in this case
> it looks perfectly fine, though).
Besides,
r = -ESOMETHING;
if (...)
return r;
is the way it's done everywhere else in KVM.
Paolo
Powered by blists - more mailing lists