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 X-Spam-Level: X-Spam-Status: No, score=-11.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,UNPARSEABLE_RELAY,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 54770C49361 for ; Tue, 15 Jun 2021 20:42:24 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 17F85611C0 for ; Tue, 15 Jun 2021 20:42:24 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 17F85611C0 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=mediatek.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=YRqnli0DQ4Qg5x0pUhjijTZ2EmyLXbGA67N3ddEgM4c=; b=rgDBjm7oL4SHZE xo8WzkzB3M0ZsuIZTihGKUlkSMcQ7cuDH/7DJIKM0xwv3XhvGievkehNccdXoAjZIJJ/KLZqlO4e5 1fC+Xx2z/+/fcnF3nk/WW2PmekzRD/DHsZhIpX8mj9ZxvEMDFa7ZvgqFViV/Kow9wklmvumPr5FaT RXMO30YaxNaU/5iEffjSblG1nLBdx92h6QOyI02r2VrITuuewIC/LvGWhoCkdusIki/nEUdtUjP1z uPgHWFuKdCKYRW+TIHKrwT/bNUxEn00p4te6wSsqmjnjabAH6TRPfj0Djtp03WJyoAb6yqb8et9XA xnsr0FCBldV3Ybn3UpjQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltFqp-002rRR-Q5; Tue, 15 Jun 2021 20:40:00 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltBzd-001NsB-5g; Tue, 15 Jun 2021 16:32:50 +0000 X-UUID: bda75922819a4fc6929879228ec273f3-20210615 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:CC:To:From; bh=IGMG9Yg0tfrgmzjxENrtPS4VIzFXkSQD8zRsmAZCtxw=; b=fZhC6+muVcrh30d8zs5B4fVEGHSSJc/8yFY9WW6fZGEY/ZGbplFRTrI44Xhy2Ag508voyPgo2NMF+bBeBjXonN0G4V23HP9n1rmVoYuDGr1uISUxmpug14SxRLhnz1w9vj//l5xJORA+8SMpxpjbAWqwJl+vNpfJ6yOFRbjvfXI=; X-UUID: bda75922819a4fc6929879228ec273f3-20210615 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 825891433; Tue, 15 Jun 2021 09:32:48 -0700 Received: from mtkmbs05n1.mediatek.inc (172.21.101.15) by MTKMBS62N2.mediatek.inc (172.29.193.42) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 15 Jun 2021 09:32:46 -0700 Received: from MTKCAS06.mediatek.inc (172.21.101.30) by mtkmbs05n1.mediatek.inc (172.21.101.15) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Wed, 16 Jun 2021 00:32:45 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by MTKCAS06.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Wed, 16 Jun 2021 00:32:45 +0800 From: Mark-PK Tsai To: CC: , , , , , , , , Subject: Re: [PATCH v2] recordmcount: Correct st_shndx handling Date: Wed, 16 Jun 2021 00:32:45 +0800 Message-ID: <20210615163245.26164-1-mark-pk.tsai@mediatek.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20210615114229.3b1f2c5f@oasis.local.home> References: <20210615114229.3b1f2c5f@oasis.local.home> MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210615_093249_264348_DED3AC0D X-CRM114-Status: GOOD ( 14.11 ) 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org > On Tue, 15 Jun 2021 14:47:20 +0800 > Mark-PK Tsai wrote: > > > One should only use st_shndx when >SHN_UNDEF and > SHN_XINDEX, then use .symtab_shndx. Otherwise use 0. > > > > This handles the case: st_shndx >= SHN_LORESERVE && st_shndx != SHN_XINDEX. > > > > Reported-by: Mark-PK Tsai > > Signed-off-by: Peter Zijlstra (Intel) > > Tested-by: Mark-PK Tsai > > Signed-off-by: Mark-PK Tsai > > Please explain the two signed-off-by's above. If you are just tweaking > Peter's original patch, please add at the start: > > From: Peter Zijlstra (Intel) > > And then just above your signed off by, add what you changed: > > Tested-by: Mark-PK Tsai > [ Changed something ] > Signed-off-by: Mark-PK Tsai > > But state what you changed. > > Thanks! > > -- Steve Sorry for messing up. I've fixed it in v3. Thanks for your comment. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel