[{"id":1777135,"web_url":"http://patchwork.ozlabs.org/comment/1777135/","msgid":"<CAPDyKFo3LUS4fy0U88nqoMgTKszhBwrjMAJvS_3hn5whCg=Yrg@mail.gmail.com>","list_archive_url":null,"date":"2017-09-28T16:03:57","subject":"Re: [PATCH 1/2] clk/ux500: Delete an error message for a failed\n\tmemory allocation in three functions","submitter":{"id":21036,"url":"http://patchwork.ozlabs.org/api/people/21036/","name":"Ulf Hansson","email":"ulf.hansson@linaro.org"},"content":"On 27 September 2017 at 20:46, SF Markus Elfring\n<elfring@users.sourceforge.net> wrote:\n> From: Markus Elfring <elfring@users.sourceforge.net>\n> Date: Wed, 27 Sep 2017 20:23:58 +0200\n>\n> Omit extra messages for a memory allocation failure in these functions.\n>\n> This issue was detected by using the Coccinelle software.\n>\n> Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>\n\nAcked-by: Ulf Hansson <ulf.hansson@linaro.org>\n\n> ---\n>  drivers/clk/ux500/clk-prcc.c    | 4 +---\n>  drivers/clk/ux500/clk-prcmu.c   | 4 +---\n>  drivers/clk/ux500/clk-sysctrl.c | 4 +---\n>  3 files changed, 3 insertions(+), 9 deletions(-)\n>\n> diff --git a/drivers/clk/ux500/clk-prcc.c b/drivers/clk/ux500/clk-prcc.c\n> index f50592775c9d..5ca07e6d1f64 100644\n> --- a/drivers/clk/ux500/clk-prcc.c\n> +++ b/drivers/clk/ux500/clk-prcc.c\n> @@ -108,10 +108,8 @@ static struct clk *clk_reg_prcc(const char *name,\n>         }\n>\n>         clk = kzalloc(sizeof(struct clk_prcc), GFP_KERNEL);\n> -       if (!clk) {\n> -               pr_err(\"clk_prcc: %s could not allocate clk\\n\", __func__);\n> +       if (!clk)\n>                 return ERR_PTR(-ENOMEM);\n> -       }\n>\n>         clk->base = ioremap(phy_base, SZ_4K);\n>         if (!clk->base)\n> diff --git a/drivers/clk/ux500/clk-prcmu.c b/drivers/clk/ux500/clk-prcmu.c\n> index 6e3e16b2e5ca..c137934f23ab 100644\n> --- a/drivers/clk/ux500/clk-prcmu.c\n> +++ b/drivers/clk/ux500/clk-prcmu.c\n> @@ -259,10 +259,8 @@ static struct clk *clk_reg_prcmu(const char *name,\n>         }\n>\n>         clk = kzalloc(sizeof(struct clk_prcmu), GFP_KERNEL);\n> -       if (!clk) {\n> -               pr_err(\"clk_prcmu: %s could not allocate clk\\n\", __func__);\n> +       if (!clk)\n>                 return ERR_PTR(-ENOMEM);\n> -       }\n>\n>         clk->cg_sel = cg_sel;\n>         clk->is_prepared = 1;\n> diff --git a/drivers/clk/ux500/clk-sysctrl.c b/drivers/clk/ux500/clk-sysctrl.c\n> index 8a4e93ce1e42..e0a834c08a04 100644\n> --- a/drivers/clk/ux500/clk-sysctrl.c\n> +++ b/drivers/clk/ux500/clk-sysctrl.c\n> @@ -140,10 +140,8 @@ static struct clk *clk_reg_sysctrl(struct device *dev,\n>         }\n>\n>         clk = devm_kzalloc(dev, sizeof(struct clk_sysctrl), GFP_KERNEL);\n> -       if (!clk) {\n> -               dev_err(dev, \"clk_sysctrl: could not allocate clk\\n\");\n> +       if (!clk)\n>                 return ERR_PTR(-ENOMEM);\n> -       }\n>\n>         /* set main clock registers */\n>         clk->reg_sel[0] = reg_sel[0];\n> --\n> 2.14.2\n>\n>\n> _______________________________________________\n> linux-arm-kernel mailing list\n> linux-arm-kernel@lists.infradead.org\n> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel","headers":{"Return-Path":"<linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org>","X-Original-To":"incoming-imx@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming-imx@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.infradead.org\n\t(client-ip=65.50.211.133; helo=bombadil.infradead.org;\n\tenvelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org;\n\treceiver=<UNKNOWN>)","ozlabs.org; dkim=pass (2048-bit key;\n\tunprotected) header.d=lists.infradead.org\n\theader.i=@lists.infradead.org header.b=\"nU/M7vIz\"; \n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=linaro.org header.i=@linaro.org\n\theader.b=\"a/De21tb\"; dkim-atps=neutral"],"Received":["from bombadil.infradead.org (bombadil.infradead.org\n\t[65.50.211.133])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256\n\tbits)) (No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3y2zz05Dkgz9t6K\n\tfor <incoming-imx@patchwork.ozlabs.org>;\n\tFri, 29 Sep 2017 02:04:28 +1000 (AEST)","from localhost ([127.0.0.1] helo=bombadil.infradead.org)\n\tby bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux))\n\tid 1dxbIX-0004Tz-Eo; Thu, 28 Sep 2017 16:04:25 +0000","from mail-io0-x22a.google.com ([2607:f8b0:4001:c06::22a])\n\tby bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux))\n\tid 1dxbIS-0004Ng-W9 for linux-arm-kernel@lists.infradead.org;\n\tThu, 28 Sep 2017 16:04:23 +0000","by mail-io0-x22a.google.com with SMTP id w94so1986895ioi.7\n\tfor <linux-arm-kernel@lists.infradead.org>;\n\tThu, 28 Sep 2017 09:04:00 -0700 (PDT)","by 10.2.181.165 with HTTP; Thu, 28 Sep 2017 09:03:57 -0700 (PDT)"],"DKIM-Signature":["v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;\n\td=lists.infradead.org; s=bombadil.20170209; h=Sender:\n\tContent-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post:\n\tList-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:\n\tReferences:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description:\n\tResent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:\n\tList-Owner; bh=qHhWc2FRWnBb8prxDLL0hlJNz7C6p223WRTCrmQYMU0=;\n\tb=nU/M7vIzNgsvqB\n\tOJd3LFX5OvyLACPPcr+hdLMPrc+YGRe7zVsc/pyfpKz//jydIADiW3otBn2aERikYCCSmHoILvw80\n\t1DU9u+BsB7qHiLU7lPhNAtbfkVFjxcjY7KfbQuJ1nXt7AcSr+S+eNQFfnenr26Z9720h1dtLJ60Y9\n\tN0eAnd1tsGYhgs8yDlbSues1uFHiLLMbLl4njC65vwft6KmxrbVKH16wd9e4Bhe8JamF4mxpN72QZ\n\tn68kYRfO3xLCNu7bL8M1yD0ZDrzJcbzaHy4KXVdQieU8hJiu6k3UZinPCcscxmz2PT6evc1N6heuy\n\tALqorgGYq7PI7aElST/A==;","v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google;\n\th=mime-version:in-reply-to:references:from:date:message-id:subject:to\n\t:cc; bh=63GvtWDbQi1aWRdIl1HCF0Qi83IGWbn1I2TiRG9YPE8=;\n\tb=a/De21tbJ5QFMylHuZsOtKIFmktLox62PxyRUiB3fFE8Z5dQlJHGssIGeWWyMi67Nv\n\tF6+YrmndFPOjZS26JJNVWg+xfxQv6Dxc381djHmlfVg5X0oV7x2mXSEeurgWeKnY8uB5\n\tL9fJkLrwSHU6JNTIi9FEvS245xLY8P0XXKoME="],"X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:mime-version:in-reply-to:references:from:date\n\t:message-id:subject:to:cc;\n\tbh=63GvtWDbQi1aWRdIl1HCF0Qi83IGWbn1I2TiRG9YPE8=;\n\tb=Dux+heJRlyBdGp54F6mymz9KKcGUg6IeFkgjfdTzZNktaC/hC/W8Tb3R0MnO4NkSY4\n\tpEDYZQTngcHEGIVjhBBGteaqmHNSb4lG0gSTnSopz1u4Ld7FuBhuhhrcrL3GqTgIvtqr\n\ta5W6eidFJskC8rPGtaJ8RSFIe0FuTs3ilVehm8l3mWrZI0Fh/ww5JQtuP1kxyY7hMBK8\n\tPEzQLAxgmv/MLchh2ixoPcFalhVt4qROiS0wIvplolJotDb4U7jgJgDQZKywLdnSRmWp\n\t5w1MpR8hmN4idyuot1/2P6oP+xJd6qDzbmcfTOBxf4oFKjcpnVL8MdbtXhXaBqc9Fvq3\n\tdWBQ==","X-Gm-Message-State":"AMCzsaX3k+ghRy1Po1pjvbFs5SSiniiBCSu60VRLn/oUffEv4E3YKQcb\n\trJB3yeJ7OVu7lsheMmPInKO5C3VvgjqcqXnDfuaVMw==","X-Google-Smtp-Source":"AOwi7QBB+Y/XiT9hEYtl3XznJv93weocjKKor3Y/7/ibanKQ8k4iWMcJ8SbIpovUpLyoA9ycR+uX2CREW2eMV4Tc8Pg=","X-Received":"by 10.107.88.22 with SMTP id m22mr7745156iob.284.1506614638538; \n\tThu, 28 Sep 2017 09:03:58 -0700 (PDT)","MIME-Version":"1.0","In-Reply-To":"<db799483-7084-8e93-2bfe-2da0e426d08b@users.sourceforge.net>","References":"<d23a685d-f8a0-f4ca-078a-414d7b8674ca@users.sourceforge.net>\n\t<db799483-7084-8e93-2bfe-2da0e426d08b@users.sourceforge.net>","From":"Ulf Hansson <ulf.hansson@linaro.org>","Date":"Thu, 28 Sep 2017 18:03:57 +0200","Message-ID":"<CAPDyKFo3LUS4fy0U88nqoMgTKszhBwrjMAJvS_3hn5whCg=Yrg@mail.gmail.com>","Subject":"Re: [PATCH 1/2] clk/ux500: Delete an error message for a failed\n\tmemory allocation in three functions","To":"SF Markus Elfring <elfring@users.sourceforge.net>","X-CRM114-Version":"20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 ","X-CRM114-CacheID":"sfid-20170928_090421_092095_E3738881 ","X-CRM114-Status":"GOOD (  14.54  )","X-Spam-Score":"-2.7 (--)","X-Spam-Report":"SpamAssassin version 3.4.1 on bombadil.infradead.org summary:\n\tContent analysis details:   (-2.7 points)\n\tpts rule name              description\n\t---- ----------------------\n\t--------------------------------------------------\n\t-0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/,\n\tlow\n\ttrust [2607:f8b0:4001:c06:0:0:0:22a listed in] [list.dnswl.org]\n\t-0.0 SPF_PASS               SPF: sender matches SPF record\n\t-1.9 BAYES_00               BODY: Bayes spam probability is 0 to 1%\n\t[score: 0.0000]\n\t-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature\n\t0.1 DKIM_SIGNED            Message has a DKIM or DK signature,\n\tnot necessarily valid\n\t-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from\n\tauthor's domain","X-BeenThere":"linux-arm-kernel@lists.infradead.org","X-Mailman-Version":"2.1.21","Precedence":"list","List-Unsubscribe":"<http://lists.infradead.org/mailman/options/linux-arm-kernel>,\n\t<mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe>","List-Archive":"<http://lists.infradead.org/pipermail/linux-arm-kernel/>","List-Post":"<mailto:linux-arm-kernel@lists.infradead.org>","List-Help":"<mailto:linux-arm-kernel-request@lists.infradead.org?subject=help>","List-Subscribe":"<http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>,\n\t<mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe>","Cc":"Stephen Boyd <sboyd@codeaurora.org>,\n\tMichael Turquette <mturquette@baylibre.com>,\n\tkernel-janitors@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,\n\tlinux-clk <linux-clk@vger.kernel.org>, \n\t\"linux-arm-kernel@lists.infradead.org\"\n\t<linux-arm-kernel@lists.infradead.org>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Sender":"\"linux-arm-kernel\" <linux-arm-kernel-bounces@lists.infradead.org>","Errors-To":"linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org","List-Id":"linux-imx-kernel.lists.patchwork.ozlabs.org"}},{"id":1777136,"web_url":"http://patchwork.ozlabs.org/comment/1777136/","msgid":"<CAPDyKFozYOX3P=pgHsWWV+2dsmwQVUc4d422Buf8+frChyPpig@mail.gmail.com>","list_archive_url":null,"date":"2017-09-28T16:04:18","subject":"Re: [PATCH 2/2] clk/ux500: Improve a size determination in three\n\tfunctions","submitter":{"id":21036,"url":"http://patchwork.ozlabs.org/api/people/21036/","name":"Ulf Hansson","email":"ulf.hansson@linaro.org"},"content":"On 27 September 2017 at 20:47, SF Markus Elfring\n<elfring@users.sourceforge.net> wrote:\n> From: Markus Elfring <elfring@users.sourceforge.net>\n> Date: Wed, 27 Sep 2017 20:30:53 +0200\n>\n> Replace the specification of data structures by pointer dereferences\n> as the parameter for the operator \"sizeof\" to make the corresponding size\n> determination a bit safer according to the Linux coding style convention.\n>\n> This issue was detected by using the Coccinelle software.\n>\n> Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>\n\nAcked-by: Ulf Hansson <ulf.hansson@linaro.org>\n\n> ---\n>  drivers/clk/ux500/clk-prcc.c    | 2 +-\n>  drivers/clk/ux500/clk-prcmu.c   | 2 +-\n>  drivers/clk/ux500/clk-sysctrl.c | 2 +-\n>  3 files changed, 3 insertions(+), 3 deletions(-)\n>\n> diff --git a/drivers/clk/ux500/clk-prcc.c b/drivers/clk/ux500/clk-prcc.c\n> index 5ca07e6d1f64..7cfb59c9136d 100644\n> --- a/drivers/clk/ux500/clk-prcc.c\n> +++ b/drivers/clk/ux500/clk-prcc.c\n> @@ -107,7 +107,7 @@ static struct clk *clk_reg_prcc(const char *name,\n>                 return ERR_PTR(-EINVAL);\n>         }\n>\n> -       clk = kzalloc(sizeof(struct clk_prcc), GFP_KERNEL);\n> +       clk = kzalloc(sizeof(*clk), GFP_KERNEL);\n>         if (!clk)\n>                 return ERR_PTR(-ENOMEM);\n>\n> diff --git a/drivers/clk/ux500/clk-prcmu.c b/drivers/clk/ux500/clk-prcmu.c\n> index c137934f23ab..9d1f2d4550ad 100644\n> --- a/drivers/clk/ux500/clk-prcmu.c\n> +++ b/drivers/clk/ux500/clk-prcmu.c\n> @@ -258,7 +258,7 @@ static struct clk *clk_reg_prcmu(const char *name,\n>                 return ERR_PTR(-EINVAL);\n>         }\n>\n> -       clk = kzalloc(sizeof(struct clk_prcmu), GFP_KERNEL);\n> +       clk = kzalloc(sizeof(*clk), GFP_KERNEL);\n>         if (!clk)\n>                 return ERR_PTR(-ENOMEM);\n>\n> diff --git a/drivers/clk/ux500/clk-sysctrl.c b/drivers/clk/ux500/clk-sysctrl.c\n> index e0a834c08a04..7c0403b733ae 100644\n> --- a/drivers/clk/ux500/clk-sysctrl.c\n> +++ b/drivers/clk/ux500/clk-sysctrl.c\n> @@ -139,7 +139,7 @@ static struct clk *clk_reg_sysctrl(struct device *dev,\n>                 return ERR_PTR(-EINVAL);\n>         }\n>\n> -       clk = devm_kzalloc(dev, sizeof(struct clk_sysctrl), GFP_KERNEL);\n> +       clk = devm_kzalloc(dev, sizeof(*clk), GFP_KERNEL);\n>         if (!clk)\n>                 return ERR_PTR(-ENOMEM);\n>\n> --\n> 2.14.2\n>\n>\n> _______________________________________________\n> linux-arm-kernel mailing list\n> linux-arm-kernel@lists.infradead.org\n> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel","headers":{"Return-Path":"<linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org>","X-Original-To":"incoming-imx@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming-imx@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.infradead.org\n\t(client-ip=65.50.211.133; helo=bombadil.infradead.org;\n\tenvelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org;\n\treceiver=<UNKNOWN>)","ozlabs.org; dkim=pass (2048-bit key;\n\tunprotected) header.d=lists.infradead.org\n\theader.i=@lists.infradead.org header.b=\"O92Pdxx8\"; \n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=linaro.org header.i=@linaro.org\n\theader.b=\"A/9e0/LJ\"; dkim-atps=neutral"],"Received":["from bombadil.infradead.org (bombadil.infradead.org\n\t[65.50.211.133])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256\n\tbits)) (No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3y2zzZ00tFz9t5l\n\tfor <incoming-imx@patchwork.ozlabs.org>;\n\tFri, 29 Sep 2017 02:04:57 +1000 (AEST)","from localhost ([127.0.0.1] helo=bombadil.infradead.org)\n\tby bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux))\n\tid 1dxbIx-0004mW-DG; Thu, 28 Sep 2017 16:04:51 +0000","from mail-it0-x235.google.com ([2607:f8b0:4001:c0b::235])\n\tby bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux))\n\tid 1dxbIm-0004Si-7O for linux-arm-kernel@lists.infradead.org;\n\tThu, 28 Sep 2017 16:04:49 +0000","by mail-it0-x235.google.com with SMTP id 85so2005535ith.2\n\tfor <linux-arm-kernel@lists.infradead.org>;\n\tThu, 28 Sep 2017 09:04:19 -0700 (PDT)","by 10.2.181.165 with HTTP; Thu, 28 Sep 2017 09:04:18 -0700 (PDT)"],"DKIM-Signature":["v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;\n\td=lists.infradead.org; s=bombadil.20170209; h=Sender:\n\tContent-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post:\n\tList-Archive:List-Unsubscribe:List-Id:To:Subject:Message-ID:Date:From:\n\tReferences:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description:\n\tResent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:\n\tList-Owner; bh=fDw/JCEpanZSTqO0qu/exZfzRcOXrRxbaqEN0eW3jW0=;\n\tb=O92Pdxx8Umypsh\n\t+qzQqaAbGOp1jnYs3vjcJDzkO5UTfvMcs3BR6qqJiBgXxk23vdwExVLf3WbB+0x2Hp6crJBt7uABr\n\tbukNxUpx5O/GTLZPOQBK9GWkWWBMhpFlEiFfbQ2I9rxIaBavf5TOwAA7t5GP1GuF5AVrmwwKwcpHO\n\t4SCMv5SR/M7HwQ4djzWB+1b+8hoM88vVsGuIxCa5K+D0JPyUT2ylqBTCTVJyppFflYUs6T6ITHYAf\n\tItvdNu46ZO+yBpcGozivbMza9WSXjMGlANsZMnW0q7rjuFsiPBCdRP2E0xrgAIa9zAQ6JvYhVSyfJ\n\t3Esy8HyST/RkYG8kdkvQ==;","v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google;\n\th=mime-version:in-reply-to:references:from:date:message-id:subject:to\n\t:cc; bh=CQ35xHci90Cng5/rW6c36JAM7iPqsgNy0f0SYSJr3G4=;\n\tb=A/9e0/LJHm14kaanHnswd/Ad3PuWaTzn6Rk8GgmiWnx54rXwdokCOT8unUil24hKoY\n\tend83mBzfVyxh76CE87/dnOGOiWdkNh7ONKA7NMFXqEFxTMOMjY0d85sF4YeDP/aDB/J\n\tO+CWpRHiV27YI7ycbR0CFqobq8PXBBhv/YTNA="],"X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:mime-version:in-reply-to:references:from:date\n\t:message-id:subject:to:cc;\n\tbh=CQ35xHci90Cng5/rW6c36JAM7iPqsgNy0f0SYSJr3G4=;\n\tb=TPS16jIHM8C4n5EY1h3VUWxSBCLMXMxaVhfw1eZpq9bot/0MJJgVtYNvhsOuwOxrtA\n\tGCHVXbwBAeGOF7iuDm/o27A+Q557LgBVnswc/J5/D965ELEUTWmNvfHCJidad6YfBCN1\n\tnCab2JnjpTXjTYFmPsz1pcUgr7AWEEjJ9oX783t0/VZBdiLHh+oZ8QRa87RGruGOUDfO\n\tCsf34gxnWbEF4JQ0w0Th+eXpSbd3E2bblHUOlksChsvo3YULEtMBnQhVyp6V73/XJmkQ\n\tJJgV1tZkTcqIXEz+IT+P0Z5Z43CsH13cjD35xbZUfbCrhgu6PjDhb9LcmW7vOPGmYXQR\n\t6gVA==","X-Gm-Message-State":"AMCzsaUTsn9Pz2Z7cmHBgCmilt149/EjGyXoaCvCJ9+qsP2ueEnTQpvg\n\tZuW4FeNth1PUtWnNRcw8WvXmHtV/WoyaDzyezvZ1LA==","X-Google-Smtp-Source":"AOwi7QCH3EdlZLa1Pjw4QuzL0304SE99Oiv+NbHJmdesUYulcdRA1wTxN3Rbvu07hfQIgSQ1agUnRqiKaAGP8TJ6gb4=","X-Received":"by 10.36.189.14 with SMTP id x14mr2231547ite.30.1506614659175;\n\tThu, 28 Sep 2017 09:04:19 -0700 (PDT)","MIME-Version":"1.0","In-Reply-To":"<1991a7d3-59b8-1a5f-dcef-a0a493e3829d@users.sourceforge.net>","References":"<d23a685d-f8a0-f4ca-078a-414d7b8674ca@users.sourceforge.net>\n\t<1991a7d3-59b8-1a5f-dcef-a0a493e3829d@users.sourceforge.net>","From":"Ulf Hansson <ulf.hansson@linaro.org>","Date":"Thu, 28 Sep 2017 18:04:18 +0200","Message-ID":"<CAPDyKFozYOX3P=pgHsWWV+2dsmwQVUc4d422Buf8+frChyPpig@mail.gmail.com>","Subject":"Re: [PATCH 2/2] clk/ux500: Improve a size determination in three\n\tfunctions","To":"SF Markus Elfring <elfring@users.sourceforge.net>","X-CRM114-Version":"20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 ","X-CRM114-CacheID":"sfid-20170928_090440_756283_B69864E3 ","X-CRM114-Status":"GOOD (  13.39  )","X-Spam-Score":"-2.7 (--)","X-Spam-Report":"SpamAssassin version 3.4.1 on bombadil.infradead.org summary:\n\tContent analysis details:   (-2.7 points)\n\tpts rule name              description\n\t---- ----------------------\n\t--------------------------------------------------\n\t-0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/,\n\tlow\n\ttrust [2607:f8b0:4001:c0b:0:0:0:235 listed in] [list.dnswl.org]\n\t-0.0 SPF_PASS               SPF: sender matches SPF record\n\t-1.9 BAYES_00               BODY: Bayes spam probability is 0 to 1%\n\t[score: 0.0000]\n\t-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature\n\t0.1 DKIM_SIGNED            Message has a DKIM or DK signature,\n\tnot necessarily valid\n\t-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from\n\tauthor's domain","X-BeenThere":"linux-arm-kernel@lists.infradead.org","X-Mailman-Version":"2.1.21","Precedence":"list","List-Unsubscribe":"<http://lists.infradead.org/mailman/options/linux-arm-kernel>,\n\t<mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe>","List-Archive":"<http://lists.infradead.org/pipermail/linux-arm-kernel/>","List-Post":"<mailto:linux-arm-kernel@lists.infradead.org>","List-Help":"<mailto:linux-arm-kernel-request@lists.infradead.org?subject=help>","List-Subscribe":"<http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>,\n\t<mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe>","Cc":"Stephen Boyd <sboyd@codeaurora.org>,\n\tMichael Turquette <mturquette@baylibre.com>,\n\tkernel-janitors@vger.kernel.org, LKML <linux-kernel@vger.kernel.org>,\n\tlinux-clk <linux-clk@vger.kernel.org>, \n\t\"linux-arm-kernel@lists.infradead.org\"\n\t<linux-arm-kernel@lists.infradead.org>","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Sender":"\"linux-arm-kernel\" <linux-arm-kernel-bounces@lists.infradead.org>","Errors-To":"linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org","List-Id":"linux-imx-kernel.lists.patchwork.ozlabs.org"}},{"id":1804044,"web_url":"http://patchwork.ozlabs.org/comment/1804044/","msgid":"<20171114015927.GQ11955@codeaurora.org>","list_archive_url":null,"date":"2017-11-14T01:59:27","subject":"Re: [PATCH 2/2] clk/ux500: Improve a size determination in three\n\tfunctions","submitter":{"id":6071,"url":"http://patchwork.ozlabs.org/api/people/6071/","name":"Stephen Boyd","email":"sboyd@codeaurora.org"},"content":"On 09/27, SF Markus Elfring wrote:\n> From: Markus Elfring <elfring@users.sourceforge.net>\n> Date: Wed, 27 Sep 2017 20:30:53 +0200\n> \n> Replace the specification of data structures by pointer dereferences\n> as the parameter for the operator \"sizeof\" to make the corresponding size\n> determination a bit safer according to the Linux coding style convention.\n> \n> This issue was detected by using the Coccinelle software.\n> \n> Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>\n> ---\n\nApplied to clk-next","headers":{"Return-Path":"<linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org>","X-Original-To":"incoming-imx@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming-imx@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.infradead.org\n\t(client-ip=65.50.211.133; helo=bombadil.infradead.org;\n\tenvelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org;\n\treceiver=<UNKNOWN>)","ozlabs.org; dkim=pass (2048-bit key;\n\tunprotected) header.d=lists.infradead.org\n\theader.i=@lists.infradead.org header.b=\"R3cfpIqC\"; \n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=codeaurora.org header.i=@codeaurora.org\n\theader.b=\"ojEjioHD\"; \n\tdkim=fail reason=\"signature verification failed\" (1024-bit key)\n\theader.d=codeaurora.org header.i=@codeaurora.org header.b=\"ojEjioHD\"; \n\tdkim-atps=neutral","pdx-caf-mail.web.codeaurora.org;\n\tdmarc=none (p=none dis=none) header.from=codeaurora.org","pdx-caf-mail.web.codeaurora.org;\n\tspf=none smtp.mailfrom=sboyd@codeaurora.org"],"Received":["from bombadil.infradead.org (bombadil.infradead.org\n\t[65.50.211.133])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256\n\tbits)) (No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3ybW0n2KXQz9s7G\n\tfor <incoming-imx@patchwork.ozlabs.org>;\n\tTue, 14 Nov 2017 12:59:53 +1100 (AEDT)","from localhost ([127.0.0.1] helo=bombadil.infradead.org)\n\tby bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux))\n\tid 1eEQVw-0007D9-SK; Tue, 14 Nov 2017 01:59:48 +0000","from smtp.codeaurora.org ([198.145.29.96])\n\tby bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux))\n\tid 1eEQVt-0007BG-3H for linux-arm-kernel@lists.infradead.org;\n\tTue, 14 Nov 2017 01:59:46 +0000","by smtp.codeaurora.org (Postfix, from userid 1000)\n\tid 6926860849; Tue, 14 Nov 2017 01:59:28 +0000 (UTC)","from localhost (i-global254.qualcomm.com [199.106.103.254])\n\t(using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits))\n\t(No client certificate requested)\n\t(Authenticated sender: sboyd@smtp.codeaurora.org)\n\tby smtp.codeaurora.org (Postfix) with ESMTPSA id E0A6260730;\n\tTue, 14 Nov 2017 01:59:27 +0000 (UTC)"],"DKIM-Signature":["v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;\n\td=lists.infradead.org; s=bombadil.20170209; h=Sender:\n\tContent-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post:\n\tList-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:\n\tMessage-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description:\n\tResent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:\n\tList-Owner; bh=T0BAWzNLHt2DdifdGlNDITE6aNjQJSx3wKyDtItzxBA=;\n\tb=R3cfpIqCqEEHb9\n\tjS7tnEm9mKZ2P9/41hl1o62xjQAZwO5zq3WRZBIxwp1VWop9ga2t91WLcQSpTlfvLfl8VpXK6YL7b\n\tbI2paJA5ZjhTMniZQpsSm3PvSKJi83F2xAu9elT3XBF+DxS9OwvRqRmCCanS2A/mA5X1BQJGiukqb\n\tq9OJ3mN/fyWfdjFh738OF+RrpDAyVwWx5UlA2cg7zjbe52oXsVN4u7F9outHDTn9YBL4XSjCK7Bbh\n\tRJJCA13GznqFk5vcg+NaHxsPbirgdWxxPRrTCyIjSa/5YwH78wsqZKNgnZfOD/Vug2Ch/alQMYbr8\n\tesZHngNeEQ67tmlD74Kg==;","v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org;\n\ts=default; t=1510624768;\n\tbh=k11PJvBQfDOALMUmbckhkEfZHwtBN3aF1AZ6tgsbdaA=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=ojEjioHD8Te7iBgKZkJWs5A2Ia7dyCtk2viti+XtgIpdIZ2DEMiiLUZnQoubm4n/o\n\trYCj/jFYZ5/r7CZIhtyFQdYQRdJOnjHzHQKUwByn6kwU/oaJq68aN+bSZsBUFjgh5G\n\txgkYFqlIpbJDW6W0c4din6W3DT7Fo0a6wxygaKzA=","v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org;\n\ts=default; t=1510624768;\n\tbh=k11PJvBQfDOALMUmbckhkEfZHwtBN3aF1AZ6tgsbdaA=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=ojEjioHD8Te7iBgKZkJWs5A2Ia7dyCtk2viti+XtgIpdIZ2DEMiiLUZnQoubm4n/o\n\trYCj/jFYZ5/r7CZIhtyFQdYQRdJOnjHzHQKUwByn6kwU/oaJq68aN+bSZsBUFjgh5G\n\txgkYFqlIpbJDW6W0c4din6W3DT7Fo0a6wxygaKzA="],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on\n\tpdx-caf-mail.web.codeaurora.org","X-Spam-Level":"","X-Spam-Status":"No, score=-2.8 required=2.0 tests=ALL_TRUSTED,BAYES_00,\n\tDKIM_SIGNED,\n\tT_DKIM_INVALID autolearn=no autolearn_force=no version=3.4.0","DMARC-Filter":"OpenDMARC Filter v1.3.2 smtp.codeaurora.org E0A6260730","Date":"Mon, 13 Nov 2017 17:59:27 -0800","From":"Stephen Boyd <sboyd@codeaurora.org>","To":"SF Markus Elfring <elfring@users.sourceforge.net>","Subject":"Re: [PATCH 2/2] clk/ux500: Improve a size determination in three\n\tfunctions","Message-ID":"<20171114015927.GQ11955@codeaurora.org>","References":"<d23a685d-f8a0-f4ca-078a-414d7b8674ca@users.sourceforge.net>\n\t<1991a7d3-59b8-1a5f-dcef-a0a493e3829d@users.sourceforge.net>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<1991a7d3-59b8-1a5f-dcef-a0a493e3829d@users.sourceforge.net>","User-Agent":"Mutt/1.5.21 (2010-09-15)","X-CRM114-Version":"20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 ","X-CRM114-CacheID":"sfid-20171113_175945_230254_DA804CA6 ","X-CRM114-Status":"UNSURE (   9.97  )","X-CRM114-Notice":"Please train this message.","X-Spam-Score":"-4.3 (----)","X-Spam-Report":"SpamAssassin version 3.4.1 on bombadil.infradead.org summary:\n\tContent analysis details:   (-4.3 points)\n\tpts rule name              description\n\t---- ----------------------\n\t--------------------------------------------------\n\t-2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/,\n\tmedium trust [198.145.29.96 listed in list.dnswl.org]\n\t-0.0 SPF_PASS               SPF: sender matches SPF record\n\t-0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay\n\tdomain\n\t-1.9 BAYES_00               BODY: Bayes spam probability is 0 to 1%\n\t[score: 0.0000]\n\t-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature\n\t0.1 DKIM_SIGNED            Message has a DKIM or DK signature,\n\tnot necessarily valid\n\t-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from\n\tauthor's domain","X-BeenThere":"linux-arm-kernel@lists.infradead.org","X-Mailman-Version":"2.1.21","Precedence":"list","List-Unsubscribe":"<http://lists.infradead.org/mailman/options/linux-arm-kernel>,\n\t<mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe>","List-Archive":"<http://lists.infradead.org/pipermail/linux-arm-kernel/>","List-Post":"<mailto:linux-arm-kernel@lists.infradead.org>","List-Help":"<mailto:linux-arm-kernel-request@lists.infradead.org?subject=help>","List-Subscribe":"<http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>,\n\t<mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe>","Cc":"Ulf Hansson <ulf.hansson@linaro.org>,\n\tMichael Turquette <mturquette@baylibre.com>,\n\tkernel-janitors@vger.kernel.org, \n\tLKML <linux-kernel@vger.kernel.org>, linux-clk@vger.kernel.org,\n\tlinux-arm-kernel@lists.infradead.org","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Sender":"\"linux-arm-kernel\" <linux-arm-kernel-bounces@lists.infradead.org>","Errors-To":"linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org","List-Id":"linux-imx-kernel.lists.patchwork.ozlabs.org"}},{"id":1804045,"web_url":"http://patchwork.ozlabs.org/comment/1804045/","msgid":"<20171114015929.GR11955@codeaurora.org>","list_archive_url":null,"date":"2017-11-14T01:59:29","subject":"Re: [PATCH 1/2] clk/ux500: Delete an error message for a failed\n\tmemory allocation in three functions","submitter":{"id":6071,"url":"http://patchwork.ozlabs.org/api/people/6071/","name":"Stephen Boyd","email":"sboyd@codeaurora.org"},"content":"On 09/27, SF Markus Elfring wrote:\n> From: Markus Elfring <elfring@users.sourceforge.net>\n> Date: Wed, 27 Sep 2017 20:23:58 +0200\n> \n> Omit extra messages for a memory allocation failure in these functions.\n> \n> This issue was detected by using the Coccinelle software.\n> \n> Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>\n> ---\n\nApplied to clk-next","headers":{"Return-Path":"<linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org>","X-Original-To":"incoming-imx@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming-imx@bilbo.ozlabs.org","Authentication-Results":["ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.infradead.org\n\t(client-ip=65.50.211.133; helo=bombadil.infradead.org;\n\tenvelope-from=linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org;\n\treceiver=<UNKNOWN>)","ozlabs.org; dkim=pass (2048-bit key;\n\tunprotected) header.d=lists.infradead.org\n\theader.i=@lists.infradead.org header.b=\"OhobgLZK\"; \n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=codeaurora.org header.i=@codeaurora.org\n\theader.b=\"WKFKKpZO\"; \n\tdkim=fail reason=\"signature verification failed\" (1024-bit key)\n\theader.d=codeaurora.org header.i=@codeaurora.org header.b=\"WKFKKpZO\"; \n\tdkim-atps=neutral","pdx-caf-mail.web.codeaurora.org;\n\tdmarc=none (p=none dis=none) header.from=codeaurora.org","pdx-caf-mail.web.codeaurora.org;\n\tspf=none smtp.mailfrom=sboyd@codeaurora.org"],"Received":["from bombadil.infradead.org (bombadil.infradead.org\n\t[65.50.211.133])\n\t(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256\n\tbits)) (No client certificate requested)\n\tby ozlabs.org (Postfix) with ESMTPS id 3ybW2G6RyDz9s7G\n\tfor <incoming-imx@patchwork.ozlabs.org>;\n\tTue, 14 Nov 2017 13:01:10 +1100 (AEDT)","from localhost ([127.0.0.1] helo=bombadil.infradead.org)\n\tby bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux))\n\tid 1eEQXE-00015A-JX; Tue, 14 Nov 2017 02:01:08 +0000","from smtp.codeaurora.org ([198.145.29.96])\n\tby bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux))\n\tid 1eEQVw-0007BR-PR for linux-arm-kernel@lists.infradead.org;\n\tTue, 14 Nov 2017 01:59:50 +0000","by smtp.codeaurora.org (Postfix, from userid 1000)\n\tid A8D986080B; Tue, 14 Nov 2017 01:59:30 +0000 (UTC)","from localhost (i-global254.qualcomm.com [199.106.103.254])\n\t(using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits))\n\t(No client certificate requested)\n\t(Authenticated sender: sboyd@smtp.codeaurora.org)\n\tby smtp.codeaurora.org (Postfix) with ESMTPSA id 44211607E2;\n\tTue, 14 Nov 2017 01:59:30 +0000 (UTC)"],"DKIM-Signature":["v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed;\n\td=lists.infradead.org; s=bombadil.20170209; h=Sender:\n\tContent-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post:\n\tList-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:\n\tMessage-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description:\n\tResent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:\n\tList-Owner; bh=T7hQQegHQrZqEHP2X+LKitcPLKqCYz+Q/Ib8TkzSwgU=;\n\tb=OhobgLZKAcCdb4\n\tHRvuw8aDv2PQaM4pG3arX/p4mEvvZr72f0ruA2q1+ZnBFGqwcMGCxoBgbm+jCg2C+uhjgNMAZD9iR\n\tJBMKO1kmZ43GCcpIHS2xOw9yME7si2Lp66MSw0IcdVT6QMKSqcAShnBSKA2jQNAxjds5c2fG1IdK3\n\tEZlQquaazbaSpyRfNJ5S5v/GZDZq9GZtltTKLEF97QmtamfV1b10bWcWP05bA+F66goplMJRzsArD\n\tjrbfOM9vgPPEvp+bJX8atIUmSM+5DqaQAzxs7bw5IEF0I0mK3x9QRqsFnsLgV+Yf42xDe8G5TmJqI\n\tlZ5atUzfFTsg5NEbjpxA==;","v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org;\n\ts=default; t=1510624770;\n\tbh=dVFtStMyfUECX089w2maYG3SLZtJZfAFckSZPsL73Vw=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=WKFKKpZOqI4rqhUigsicQGJvGNkcwnsnwOVU1/mydRn5hVedrt8vhPmuCYBep6GCI\n\tMQa9WHP6G4bxXoBqS7jfwJDhKdiIekLJpBakNDY6F2y/67oC+abkWBJYyAxHCuQ9Y5\n\tGgryTy/fP8qvmfnLxemNTdQn5fahyeoSCTtCxF6k=","v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org;\n\ts=default; t=1510624770;\n\tbh=dVFtStMyfUECX089w2maYG3SLZtJZfAFckSZPsL73Vw=;\n\th=Date:From:To:Cc:Subject:References:In-Reply-To:From;\n\tb=WKFKKpZOqI4rqhUigsicQGJvGNkcwnsnwOVU1/mydRn5hVedrt8vhPmuCYBep6GCI\n\tMQa9WHP6G4bxXoBqS7jfwJDhKdiIekLJpBakNDY6F2y/67oC+abkWBJYyAxHCuQ9Y5\n\tGgryTy/fP8qvmfnLxemNTdQn5fahyeoSCTtCxF6k="],"X-Spam-Checker-Version":"SpamAssassin 3.4.0 (2014-02-07) on\n\tpdx-caf-mail.web.codeaurora.org","X-Spam-Level":"","X-Spam-Status":"No, score=-2.8 required=2.0 tests=ALL_TRUSTED,BAYES_00,\n\tDKIM_SIGNED,\n\tT_DKIM_INVALID autolearn=no autolearn_force=no version=3.4.0","DMARC-Filter":"OpenDMARC Filter v1.3.2 smtp.codeaurora.org 44211607E2","Date":"Mon, 13 Nov 2017 17:59:29 -0800","From":"Stephen Boyd <sboyd@codeaurora.org>","To":"SF Markus Elfring <elfring@users.sourceforge.net>","Subject":"Re: [PATCH 1/2] clk/ux500: Delete an error message for a failed\n\tmemory allocation in three functions","Message-ID":"<20171114015929.GR11955@codeaurora.org>","References":"<d23a685d-f8a0-f4ca-078a-414d7b8674ca@users.sourceforge.net>\n\t<db799483-7084-8e93-2bfe-2da0e426d08b@users.sourceforge.net>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<db799483-7084-8e93-2bfe-2da0e426d08b@users.sourceforge.net>","User-Agent":"Mutt/1.5.21 (2010-09-15)","X-CRM114-Version":"20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 ","X-CRM114-CacheID":"sfid-20171113_175949_076506_14819632 ","X-CRM114-Status":"UNSURE (   9.98  )","X-CRM114-Notice":"Please train this message.","X-Spam-Score":"-4.3 (----)","X-Spam-Report":"SpamAssassin version 3.4.1 on bombadil.infradead.org summary:\n\tContent analysis details:   (-4.3 points)\n\tpts rule name              description\n\t---- ----------------------\n\t--------------------------------------------------\n\t-2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/,\n\tmedium trust [198.145.29.96 listed in list.dnswl.org]\n\t-0.0 SPF_PASS               SPF: sender matches SPF record\n\t-0.0 RP_MATCHES_RCVD Envelope sender domain matches handover relay\n\tdomain\n\t-1.9 BAYES_00               BODY: Bayes spam probability is 0 to 1%\n\t[score: 0.0000]\n\t-0.1 DKIM_VALID Message has at least one valid DKIM or DK signature\n\t0.1 DKIM_SIGNED            Message has a DKIM or DK signature,\n\tnot necessarily valid\n\t-0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from\n\tauthor's domain","X-BeenThere":"linux-arm-kernel@lists.infradead.org","X-Mailman-Version":"2.1.21","Precedence":"list","List-Unsubscribe":"<http://lists.infradead.org/mailman/options/linux-arm-kernel>,\n\t<mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe>","List-Archive":"<http://lists.infradead.org/pipermail/linux-arm-kernel/>","List-Post":"<mailto:linux-arm-kernel@lists.infradead.org>","List-Help":"<mailto:linux-arm-kernel-request@lists.infradead.org?subject=help>","List-Subscribe":"<http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>,\n\t<mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe>","Cc":"Ulf Hansson <ulf.hansson@linaro.org>,\n\tMichael Turquette <mturquette@baylibre.com>,\n\tkernel-janitors@vger.kernel.org, \n\tLKML <linux-kernel@vger.kernel.org>, linux-clk@vger.kernel.org,\n\tlinux-arm-kernel@lists.infradead.org","Content-Type":"text/plain; charset=\"us-ascii\"","Content-Transfer-Encoding":"7bit","Sender":"\"linux-arm-kernel\" <linux-arm-kernel-bounces@lists.infradead.org>","Errors-To":"linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org","List-Id":"linux-imx-kernel.lists.patchwork.ozlabs.org"}}]