From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 9B32E5F2B; Wed, 1 Aug 2018 15:09:47 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 01 Aug 2018 06:09:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,432,1526367600"; d="scan'208";a="79615036" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga002.jf.intel.com with ESMTP; 01 Aug 2018 06:09:45 -0700 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 1 Aug 2018 06:09:45 -0700 Received: from BGSMSX108.gar.corp.intel.com (10.223.4.192) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 1 Aug 2018 06:09:45 -0700 Received: from bgsmsx101.gar.corp.intel.com ([169.254.1.124]) by BGSMSX108.gar.corp.intel.com ([169.254.8.68]) with mapi id 14.03.0319.002; Wed, 1 Aug 2018 18:39:42 +0530 From: "Varghese, Vipin" To: dev , Gavin Hu , "dev@dpdk.org" CC: "honnappa.nagarahalli@arm.com" , "stable@dpdk.org" Thread-Topic: [dpdk-stable] [PATCH] devtools: trap SIGINT is not recognizable to dash Thread-Index: AQHUKYQb20CHaalfG0O3/GPhV13yIKSq3mLw Date: Wed, 1 Aug 2018 13:09:41 +0000 Message-ID: <4C9E0AB70F954A408CC4ADDBF0F8FA7D4D26BD5A@BGSMSX101.gar.corp.intel.com> References: <20180801052257.14869-1-gavin.hu@arm.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMmIwMzUwYjgtZDIxMi00YjBlLWEyYmQtYzI5NGI0NWZiYjhkIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiQlI1U2xVc3dTdkVhQlwvZ3lwREtkSEp6VVRmbGVIQTBoMlFqK2JESzl5bFwvWG5NSnZhejMrUENlYzVQWWpMVWhDIn0= dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.223.10.10] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] devtools: trap SIGINT is not recognizable to dash X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Aug 2018 13:09:48 -0000 Checked with Ubuntu 16.04.4 LTS, it works. Acked-by: Vipin Varghese > -----Original Message----- > From: dev > Sent: Wednesday, August 1, 2018 4:10 PM > To: Gavin Hu ; dev@dpdk.org > Cc: honnappa.nagarahalli@arm.com; stable@dpdk.org > Subject: Re: [dpdk-dev] [dpdk-stable] [PATCH] devtools: trap SIGINT is no= t > recognizable to dash >=20 >=20 >=20 > > -----Original Message----- > > From: stable [mailto:stable-bounces@dpdk.org] On Behalf Of Gavin Hu > > Sent: Wednesday, August 1, 2018 6:23 AM > > To: dev@dpdk.org > > Cc: honnappa.nagarahalli@arm.com; gavin.hu@arm.com; stable@dpdk.org > > Subject: [dpdk-stable] [PATCH] devtools: trap SIGINT is not > > recognizable to dash > > > > When running checkpatch.sh, it generates the following error on some > > linux distributions(like Debian) with Dash as the default shell interpr= eter. > > trap: SIGINT: bad trap > > > > The fix is to replace SIGINT with INT signal, it works for both bash > > and dash. > > > > Fixes: 4bec48184e ("devtools: add checks for ABI symbol addition") > > Cc: stable@dpdk.org > > > > Signed-off-by: Gavin Hu > > Reviewed-by: Honnappa Nagarahalli >=20 > Acked-by: John McNamara >=20