From patchwork Thu Feb 23 15:05:57 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mohammad Rafi Shaik X-Patchwork-Id: 656048 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 B8778C64ED6 for ; Thu, 23 Feb 2023 15:07:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234328AbjBWPHN (ORCPT ); Thu, 23 Feb 2023 10:07:13 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234103AbjBWPHL (ORCPT ); Thu, 23 Feb 2023 10:07:11 -0500 Received: from mx0a-0031df01.pphosted.com (mx0a-0031df01.pphosted.com [205.220.168.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7577E4FA90; Thu, 23 Feb 2023 07:07:10 -0800 (PST) Received: from pps.filterd (m0279866.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 31NBQMic026433; Thu, 23 Feb 2023 15:06:54 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h=from : to : cc : subject : date : message-id : mime-version : content-transfer-encoding : content-type; s=qcppdkim1; bh=7uIhawmQkaPseunUd8li9MO6h7BjISD/9Xf2jTA73KI=; b=Ifri6NrAVhFEdM/Yr1eVh5hWuPcF1GmR04hCteu++efbrXSU0R2yqJjx6qFZ4lX0xWUv LjLJWbO52AGNzLy7HUEJbQav0NbRfZ0/NX13uLsJNW00sZMKAFW482dKIQw/vJ/ailgd biMnIbwo/Mn7yNKvWQXSciYZXeuQwZcIwkwj5GTsO1uJOgVoX3AIlkdNVSw1tRhId0zR 6B1kxu32rywjVh0T5pTxsMACQf3kUYZaTpcJT4AJyYyBJIL9skd4SqNVEhLHT6KdkmeR B4CTq9XpaST9+qxI2K+b1AwYrrti7i5mJhTxmrK/NN65lNjunbzid6W8afdwLrk2CKnH KQ== Received: from nalasppmta05.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3nwydksp1p-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 23 Feb 2023 15:06:53 +0000 Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA05.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 31NF6qG2000626 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 23 Feb 2023 15:06:52 GMT Received: from hu-mohs-hyd.qualcomm.com (10.80.80.8) by nalasex01b.na.qualcomm.com (10.47.209.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.41; Thu, 23 Feb 2023 07:06:46 -0800 From: Mohammad Rafi Shaik To: , , , , , , , , , , , , , , , , , , , , CC: Mohammad Rafi Shaik Subject: [PATCH v5 0/2] Update section header name check Date: Thu, 23 Feb 2023 20:35:57 +0530 Message-ID: <20230223150559.2429562-1-quic_mohs@quicinc.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01b.na.qualcomm.com (10.47.209.197) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: t1eqflrB5aFKWrCey3kDAjuWFD8FhcNU X-Proofpoint-GUID: t1eqflrB5aFKWrCey3kDAjuWFD8FhcNU X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.219,Aquarius:18.0.930,Hydra:6.0.562,FMLib:17.11.170.22 definitions=2023-02-23_09,2023-02-23_01,2023-02-09_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 clxscore=1011 lowpriorityscore=0 priorityscore=1501 phishscore=0 mlxlogscore=861 bulkscore=0 impostorscore=0 spamscore=0 adultscore=0 mlxscore=0 suspectscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2302230123 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Update section header name check and corresponding documentation. Changes since v4: -- Rephrase commit message. Changes since v3: -- Rephrase commit message. Changes since v2: -- Update the commit message with example. -- Update the documentation text appropriately. Changes since v1: -- Update the commit message. -- Use strstarts instead of strstr. -- Update documentation file. Srinivasa Rao Mandadapu (2): remoteproc: elf_loader: Update resource table name check docs: remoteproc: Update section header name requirement Documentation/staging/remoteproc.rst | 5 ++++- drivers/remoteproc/remoteproc_elf_loader.c | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-)