From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 64EE3EB64D9 for ; Mon, 10 Jul 2023 06:14:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Content-Type: Content-Transfer-Encoding:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:From:References:CC:To:Subject: MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=X5w+FE64MTk7NsBrGiUQBd4AXb/GRgod5V5/Qt/NAuE=; b=HCF6yFYIkNuV9x ZCmS7Wpu0QwvYrHEHi+F3f49SN/MQy01cZ60O8UlSnoJZNAL+OKs1lSs4wMOogu4RhDBwlrA+A3+o vLjL2RWfqH1eSPe1fDpsmqURYyPCJ38IjnCDxiMtirpjAg0f/arOjA8rAWDy5T8Wsey6SquG7u3tG LSO/0ey1UJzD2eR1AiuadEvrVWRrL6YmnyPgDxWrbFGpL3sJNfpJh3Y+NreXsUifwDcfKPu/wkOkm S/eZnqQo6iuw8NZ6n3z4Yr2d2OpyqlVpUFVPDBqmhHaRJe7MHtv+RV/IPQ6y5jhXTb92qvJJQ7cjq VJrtJo9fl9e8oC83NndA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qIkA3-00AY11-05; Mon, 10 Jul 2023 06:14:15 +0000 Received: from mx0b-0031df01.pphosted.com ([205.220.180.131]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qIkA1-00AY07-0V for linux-arm-kernel@lists.infradead.org; Mon, 10 Jul 2023 06:14:14 +0000 Received: from pps.filterd (m0279872.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 36A4LYno008582; Mon, 10 Jul 2023 06:14:05 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=qcppdkim1; bh=FMve1eQub66kI6fvvmNFMyg8O1f/vSGfF/06s5ulACg=; b=cYbTl9KDBNc2M0dsP+bZ3Pt9qcmBPIc8lZ/VXzjz4nDFPrdCVPXg4MFREgoohbIp1qyA ePkWe/bhNT8tRn8GAkcmCdcD+zuVlK5cfoHHd5LF+lJqrE/YikW1WnkeyKaDUwMFyyZl WbjGL6Po4WUrJPhojoPjX0P9zdjFZLumJBmMdxUrRNptAO6xnQjPGhz9PC1+z2NaRwJj /JiT4bbfGGkosE/EAueoJ3VcmPofDeyS6PygYmL8o6RSeuA/vLiBUrXRRGR88fPPJyig PpbtIcM/rhQ2gRGKnw7H4mx9sBEO1qtRsaKpa19zz1nB//2bb9UGMsra4rf0ByrTVyjy WQ== Received: from nasanppmta05.qualcomm.com (i-global254.qualcomm.com [199.106.103.254]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3rq06d2m3v-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 10 Jul 2023 06:14:05 +0000 Received: from nasanex01a.na.qualcomm.com (nasanex01a.na.qualcomm.com [10.52.223.231]) by NASANPPMTA05.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 36A6E4PJ030970 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 10 Jul 2023 06:14:04 GMT Received: from [10.239.133.73] (10.80.80.8) by nasanex01a.na.qualcomm.com (10.52.223.231) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.30; Sun, 9 Jul 2023 23:14:01 -0700 Message-ID: <4cf8a7f4-e116-be23-f279-cd418410ccee@quicinc.com> Date: Mon, 10 Jul 2023 14:13:58 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.11.2 Subject: Re: [PATCH] arm64: Add the arm64.nolse_atomics command line option To: Randy Dunlap , , , CC: , , , , , , , , References: <20230710055955.36551-1-quic_aiquny@quicinc.com> From: "Aiqun(Maria) Yu" In-Reply-To: X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01a.na.qualcomm.com (10.52.223.231) To nasanex01a.na.qualcomm.com (10.52.223.231) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: gZ53p9fnmwQ1orKYCZUbeJg79TtM-hsk X-Proofpoint-GUID: gZ53p9fnmwQ1orKYCZUbeJg79TtM-hsk X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.957,Hydra:6.0.591,FMLib:17.11.176.26 definitions=2023-07-10_04,2023-07-06_02,2023-05-22_02 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 malwarescore=0 adultscore=0 spamscore=0 lowpriorityscore=0 clxscore=1011 impostorscore=0 mlxscore=0 phishscore=0 priorityscore=1501 suspectscore=0 mlxlogscore=927 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2305260000 definitions=main-2307100056 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230709_231413_312031_71C6A0BB X-CRM114-Status: GOOD ( 14.94 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 7/10/2023 2:07 PM, Randy Dunlap wrote: > Hi-- > > On 7/9/23 22:59, Maria Yu wrote: >> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt >> index 85fb0fa5d091..6ad754549f1d 100644 >> --- a/Documentation/admin-guide/kernel-parameters.txt >> +++ b/Documentation/admin-guide/kernel-parameters.txt >> @@ -433,6 +433,8 @@ >> arm64.nomops [ARM64] Unconditionally disable Memory Copy and Memory >> Set instructions support >> >> + arm64.nolse_atomic [ARM64] Unconditionally disable LSE Atomic support >> + > > These entries should remain in alphabetical order, so arm64.nolse_atomic > should be just after arm64.nobti. Thanks for the quic feedback, will fix this in next patchset. > > Yes, these are not quite in the correct order. :( > > Thanks. > >> ataflop= [HW,M68k] >> >> atarimouse= [HW,MOUSE] Atari Mouse > -- Thx and BRs, Aiqun(Maria) Yu _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel