From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752352AbeACLzs (ORCPT + 1 other); Wed, 3 Jan 2018 06:55:48 -0500 Received: from mout.web.de ([217.72.192.78]:53192 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751413AbeACLzr (ORCPT ); Wed, 3 Jan 2018 06:55:47 -0500 Subject: [PATCH] Coccinelle: Rename the script for a transformation of memory allocations To: cocci@systeme.lip6.fr, Gilles Muller , Himanshu Jha , Julia Lawall , Masahiro Yamada , Michal Marek , Nicolas Palix Cc: LKML , kernel-janitors@vger.kernel.org, Amitoj Kaur Chawla References: From: SF Markus Elfring Message-ID: <6423882b-20df-61fd-d7c6-ac1bb4ec891d@users.sourceforge.net> Date: Wed, 3 Jan 2018 12:55:36 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:ePMyEYEIShtM+S732xaYj5lcu4Utna+asRQeMvnDnE1ZuqZHrT5 5g+bConJ9WhAlhnH9s44BKoxhr6Q2aBwnl6dKmxNYkVpUcEmmbBul6Mk0H30YV0HwJk2Slv KpTlJ9upiF+MmlwELwiWmwrT3zrzCF0uWBSql+JFQyetntcYaMICUBd03JDYBnbOiZl3+5I UlEiJds1hWYEPiQBTkTGA== X-UI-Out-Filterresults: notjunk:1;V01:K0:yYaKGv62/yc=:wnI3ozK3UYnGcyOkJKAqtB 7BvmpPoRNyeCshuM5lmuSHhUSBhtNm3m+5bCCNQVkHO1m92a4hAtfzhFRL8h70pcv9MZrz55H LnFlfyijzf6npzJhCexnqVmtgrjfYUfe9+k9NVaMvNp6rJiHtXHqG7ZmPI//VxVAqA940h/DG 2gF4BWX6McJ5NjyShTj2cGTUs0nEE85Z/yOsMbbed29gYC2XdeGMeZpNslS/qOiuVU/+fo+cj o++9cwyVoJRvc5Fbiiid1omZdCmwkLza1fX8QiizG39aSaqG3HTvzRGJfSsh9zRn8CqFn0Ox1 iC8kxlHr8wAwmpmxcipi7IbCp827mX0wqKfc2+KnBg2QUIzhwI7++vLIT8goFTuAtJi1iJxVF FDrKrsQ0n9EKbpPaoCDfvj3NLJhrK1bnpgTx573d5Re5UpOiFFr8yTysilxNuaxBRiI8OUP/N mJ28F5fJz8rZobapF5b8nc+cRTHlKonic/Ff2CKF7OoA4CVoCxj+R3vzX7+G0pZokGDgPMs1B eKPfADo9VFmFIP7Q7QPEnofU9tQmPI2Tb8++q+t0tFWC1NbKDBvdmFy1CDX1IWaidWJSPDAss 6MLLABTeXFlcDT6nx9kj4RK1o5+KUHMBkiV5FJSlUBaUsRy6kYLM60AHu6IsSHBZSim38kDrs f0m2MLva7wbXcHnK2L88VcL0KBAlK7yoGa3PJiIOUjBolFXlr3ymqcLClNIF8W/K0yNsA/uAE k6YKJSEzBxAJTJ3/RwEoVmRaDpe5dnL4uL9vy6YspFoqaSGBDM3bfiDgi2CBVeA16MStTGoFm one/nqqwA88uTwhOCId3bnqjapsC9kVY75Kc5UV6r8XfIG/MFE= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: From: Markus Elfring Date: Wed, 3 Jan 2018 12:43:45 +0100 A script for the semantic patch language was extended in a significant way. An other file name is more appropriate then to indicate the provided functionality. Thus rename this file. Signed-off-by: Markus Elfring --- ...kzalloc-simple.cocci => use zalloc functions with extra changes.cocci} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/coccinelle/api/alloc/{kzalloc-simple.cocci => use zalloc functions with extra changes.cocci} (100%) diff --git a/scripts/coccinelle/api/alloc/kzalloc-simple.cocci b/scripts/coccinelle/api/alloc/use zalloc functions with extra changes.cocci similarity index 100% rename from scripts/coccinelle/api/alloc/kzalloc-simple.cocci rename to scripts/coccinelle/api/alloc/use zalloc functions with extra changes.cocci -- 2.15.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: SF Markus Elfring Date: Wed, 03 Jan 2018 11:55:36 +0000 Subject: [PATCH] Coccinelle: Rename the script for a transformation of memory allocations Message-Id: <6423882b-20df-61fd-d7c6-ac1bb4ec891d@users.sourceforge.net> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: cocci@systeme.lip6.fr, Gilles Muller , Himanshu Jha , Julia Lawall , Masahiro Yamada , Michal Marek , Nicolas Palix Cc: LKML , kernel-janitors@vger.kernel.org, Amitoj Kaur Chawla From: Markus Elfring Date: Wed, 3 Jan 2018 12:43:45 +0100 A script for the semantic patch language was extended in a significant way. An other file name is more appropriate then to indicate the provided functionality. Thus rename this file. Signed-off-by: Markus Elfring --- ...kzalloc-simple.cocci => use zalloc functions with extra changes.cocci} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename scripts/coccinelle/api/alloc/{kzalloc-simple.cocci => use zalloc functions with extra changes.cocci} (100%) diff --git a/scripts/coccinelle/api/alloc/kzalloc-simple.cocci b/scripts/coccinelle/api/alloc/use zalloc functions with extra changes.cocci similarity index 100% rename from scripts/coccinelle/api/alloc/kzalloc-simple.cocci rename to scripts/coccinelle/api/alloc/use zalloc functions with extra changes.cocci -- 2.15.1