Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8BD37C636D4 for ; Tue, 7 Feb 2023 16:18:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232630AbjBGQSi (ORCPT ); Tue, 7 Feb 2023 11:18:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41238 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232556AbjBGQSf (ORCPT ); Tue, 7 Feb 2023 11:18:35 -0500 Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 132F321966; Tue, 7 Feb 2023 08:18:34 -0800 (PST) Received: from pps.filterd (m0098404.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 317FP5Bs011886; Tue, 7 Feb 2023 16:18:32 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ibm.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=pp1; bh=72gAxDZ/sy65q5jsvYPj880CmIPWhy0WvH5PyoqDNm0=; b=TH21kFhuBu9/nXbmBKaOsxD+Ib6vp2ilmqnPpQXzPFn2xt6NofW/lipAPr1IGd3UyFRj /5qHZsjGJmHkdbVPYiXoOv37gN1iCUmen50dMh2nbDikRq6vsYG2r/+YzbGPRk6pIfLw leKUlMxOoDrT6apTTSLMg4JPDU8P4zxoG4FJz7Odh+7RyCaxV6t+LqGKjv7drqdvfdgC Y0QR5TMfqXtSgk8TCdF9aDtGXXlCXSOyCOF+LGMuoXggmr2yL68Rj7eeMGiUNBoBy9qL 7+wPfVF6qIPVNQ+8KteJAQjPgy2KVLTGmJ0elBRnurNtHxiq4zX3fTAHtOaMG5+SRzCb GA== Received: from pps.reinject (localhost [127.0.0.1]) by mx0a-001b2d01.pphosted.com (PPS) with ESMTPS id 3nks911wjg-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 07 Feb 2023 16:18:31 +0000 Received: from m0098404.ppops.net (m0098404.ppops.net [127.0.0.1]) by pps.reinject (8.17.1.5/8.17.1.5) with ESMTP id 317FPJSw013000; Tue, 7 Feb 2023 16:18:31 GMT Received: from ppma02fra.de.ibm.com (47.49.7a9f.ip4.static.sl-reverse.com [159.122.73.71]) by mx0a-001b2d01.pphosted.com (PPS) with ESMTPS id 3nks911wgv-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 07 Feb 2023 16:18:31 +0000 Received: from pps.filterd (ppma02fra.de.ibm.com [127.0.0.1]) by ppma02fra.de.ibm.com (8.17.1.19/8.17.1.19) with ESMTP id 317Fnp30026580; Tue, 7 Feb 2023 16:18:28 GMT Received: from smtprelay07.fra02v.mail.ibm.com ([9.218.2.229]) by ppma02fra.de.ibm.com (PPS) with ESMTPS id 3nhf06tq8w-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 07 Feb 2023 16:18:28 +0000 Received: from smtpav06.fra02v.mail.ibm.com (smtpav06.fra02v.mail.ibm.com [10.20.54.105]) by smtprelay07.fra02v.mail.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id 317GIP0i44827134 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 7 Feb 2023 16:18:25 GMT Received: from smtpav06.fra02v.mail.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 048AB20043; Tue, 7 Feb 2023 16:18:25 +0000 (GMT) Received: from smtpav06.fra02v.mail.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 40A2520049; Tue, 7 Feb 2023 16:18:24 +0000 (GMT) Received: from [9.171.52.227] (unknown [9.171.52.227]) by smtpav06.fra02v.mail.ibm.com (Postfix) with ESMTP; Tue, 7 Feb 2023 16:18:24 +0000 (GMT) Message-ID: Date: Tue, 7 Feb 2023 17:18:24 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH v7 14/14] KVM: s390: selftest: memop: Add cmpxchg tests Content-Language: en-US To: Janis Schoetterl-Glausch , Christian Borntraeger , Claudio Imbrenda , Heiko Carstens , Vasily Gorbik , Alexander Gordeev Cc: David Hildenbrand , Jonathan Corbet , kvm@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-s390@vger.kernel.org, Paolo Bonzini , Shuah Khan , Sven Schnelle References: <20230206164602.138068-1-scgl@linux.ibm.com> <20230206164602.138068-15-scgl@linux.ibm.com> From: Janosch Frank In-Reply-To: <20230206164602.138068-15-scgl@linux.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-TM-AS-GCONF: 00 X-Proofpoint-GUID: d0XMUOgXSW8yndUXBOeS70a09FuMi89_ X-Proofpoint-ORIG-GUID: vvFdIflMj-ncub3dFlK9xLUkWSxh-D2C X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.122.1 definitions=2023-02-07_07,2023-02-06_03,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 spamscore=0 clxscore=1015 malwarescore=0 impostorscore=0 adultscore=0 mlxlogscore=722 suspectscore=0 phishscore=0 bulkscore=0 lowpriorityscore=0 priorityscore=1501 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2302070143 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2/6/23 17:46, Janis Schoetterl-Glausch wrote: > Test successful exchange, unsuccessful exchange, storage key protection > and invalid arguments. > > Signed-off-by: Janis Schoetterl-Glausch I've had checkpatch have a look at this and there's an extra \n and a else after a return as well as a false-positive. Could you provide me with a fixed patch as a reply to this mail?