From patchwork Wed Dec 21 06:10:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Srinivasa Rao Mandadapu X-Patchwork-Id: 13078476 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 7A778C4167B for ; Wed, 21 Dec 2022 06:11:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234274AbiLUGLS (ORCPT ); Wed, 21 Dec 2022 01:11:18 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36264 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229448AbiLUGLR (ORCPT ); Wed, 21 Dec 2022 01:11:17 -0500 Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 22656D2FA; Tue, 20 Dec 2022 22:11:17 -0800 (PST) Received: from pps.filterd (m0279869.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 2BL3UcOT024632; Wed, 21 Dec 2022 06:11:07 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-type; s=qcppdkim1; bh=Awi+JIG1pgsi1bJiA8m0s/QrQlUryW7+5yjBnK5ibNk=; b=KWl6I3uBtKEkRfdSHtOL8OC/fsfAkHN9pJA8RSLBFzxqMXzXmO8fLEq685nMhT9/Iesc QsBX1Wf0Uko6Y/g6DowGfD+3QLIFeDDnXNlmNnpoRqyxoy7pccF+ZLo2yr/hFQf9KFcr 4E4I+IwwdRomT53lHYtVDAC/QsRO2qtDnDqqPmZ/9m8pn1Gf+m8StLZjtBqpiwDyIStG DU1G9rue9gi/VbNbW41lYZhoaTXwVZKQ3t3uLi2cCkwohYo11EDC/3W0yBoUfJw9gtzB KC2vJN5ZmdM2RutdTisDnSOuwer+s2yonnNKc2UFrxMt42PckPgzSvFmbFhgDFUZlOmR iw== Received: from nalasppmta04.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 3mk83xthtv-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 21 Dec 2022 06:11:06 +0000 Received: from nalasex01a.na.qualcomm.com (nalasex01a.na.qualcomm.com [10.47.209.196]) by NALASPPMTA04.qualcomm.com (8.17.1.5/8.17.1.5) with ESMTPS id 2BL6Av42012734 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 21 Dec 2022 06:10:57 GMT Received: from hu-srivasam-hyd.qualcomm.com (10.80.80.8) by nalasex01a.na.qualcomm.com (10.47.209.196) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.986.36; Tue, 20 Dec 2022 22:10:51 -0800 From: Srinivasa Rao Mandadapu To: , , , , , , , , , , , , , , , , , , , CC: Srinivasa Rao Mandadapu Subject: [PATCH v4 0/2] Update section header name check Date: Wed, 21 Dec 2022 11:40:31 +0530 Message-ID: <1671603033-4359-1-git-send-email-quic_srivasam@quicinc.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01a.na.qualcomm.com (10.47.209.196) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: wnQbb8YFzfHRJhdq2FtgzfgnG6hmzdiP X-Proofpoint-GUID: wnQbb8YFzfHRJhdq2FtgzfgnG6hmzdiP X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.205,Aquarius:18.0.923,Hydra:6.0.545,FMLib:17.11.122.1 definitions=2022-12-21_02,2022-12-20_01,2022-06-22_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 mlxscore=0 mlxlogscore=930 clxscore=1015 bulkscore=0 phishscore=0 impostorscore=0 lowpriorityscore=0 adultscore=0 priorityscore=1501 spamscore=0 suspectscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2212070000 definitions=main-2212210044 Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org Update section header name check and corresponding documentation. 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(-)