[{"id":1776517,"web_url":"http://patchwork.ozlabs.org/comment/1776517/","msgid":"<1150409a-c526-c64c-f7bd-cdc6ef0d5225@canonical.com>","list_archive_url":null,"date":"2017-09-27T18:11:39","subject":"ACK: [PATCH 0/3] UBUNTU: SAUCE: opennsl: fix static analysis issues","submitter":{"id":2898,"url":"http://patchwork.ozlabs.org/api/people/2898/","name":"Stefan Bader","email":"stefan.bader@canonical.com"},"content":"On 20.09.2017 06:27, Colin King wrote:\n> From: Colin Ian King <colin.king@canonical.com>\n> \n> Static analysis with CoverityScan on the opennsl driver has picked up 2\n> sets of bugs and some redundant code. The following 3 patches address\n> these issues to make the driver static analysis clean.\n> \n> BugLink: https://launchpad.net/bugs/1718388\n> \n> Colin Ian King (3):\n>   opennsl: bcm-knet: check for null sinfo to avoid a null pointer\n>     dereference\n>   opennsl: bcm-knet: remove redundant null checks on dev->name\n>   opennsl: bde: check for out-of-bounds index io.dev\n> \n>  .../systems/bde/linux/user/kernel/linux-user-bde.c | 42 ++++++++++++++++++++++\n>  .../linux/kernel/modules/bcm-knet/bcm-knet.c       |  7 ++--\n>  2 files changed, 46 insertions(+), 3 deletions(-)\n> \nAcked-by: Stefan Bader <stefan.bader@canonical.com>","headers":{"Return-Path":"<kernel-team-bounces@lists.ubuntu.com>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com\n\t(client-ip=91.189.94.19; helo=huckleberry.canonical.com;\n\tenvelope-from=kernel-team-bounces@lists.ubuntu.com;\n\treceiver=<UNKNOWN>)","Received":["from huckleberry.canonical.com (huckleberry.canonical.com\n\t[91.189.94.19])\n\tby ozlabs.org (Postfix) with ESMTP id 3y2QrL2HM9z9sPt;\n\tThu, 28 Sep 2017 04:11:46 +1000 (AEST)","from localhost ([127.0.0.1] helo=huckleberry.canonical.com)\n\tby huckleberry.canonical.com with esmtp (Exim 4.86_2)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1dxGo9-00019E-V4; Wed, 27 Sep 2017 18:11:41 +0000","from youngberry.canonical.com ([91.189.89.112])\n\tby huckleberry.canonical.com with esmtps\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128)\n\t(Exim 4.86_2) (envelope-from <stefan.bader@canonical.com>)\n\tid 1dxGo9-00018x-8a\n\tfor kernel-team@lists.ubuntu.com; Wed, 27 Sep 2017 18:11:41 +0000","from rrcs-69-193-151-51.nyc.biz.rr.com ([69.193.151.51]\n\thelo=[10.155.52.21]) by youngberry.canonical.com with esmtpsa\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16)\n\t(Exim 4.76) (envelope-from <stefan.bader@canonical.com>)\n\tid 1dxGo8-0005zr-VL\n\tfor kernel-team@lists.ubuntu.com; Wed, 27 Sep 2017 18:11:41 +0000"],"Subject":"ACK: [PATCH 0/3] UBUNTU: SAUCE: opennsl: fix static analysis issues","To":"kernel-team@lists.ubuntu.com","References":"<20170920102707.8266-1-colin.king@canonical.com>","From":"Stefan Bader <stefan.bader@canonical.com>","Message-ID":"<1150409a-c526-c64c-f7bd-cdc6ef0d5225@canonical.com>","Date":"Wed, 27 Sep 2017 14:11:39 -0400","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170920102707.8266-1-colin.king@canonical.com>","X-BeenThere":"kernel-team@lists.ubuntu.com","X-Mailman-Version":"2.1.20","Precedence":"list","List-Id":"Kernel team discussions <kernel-team.lists.ubuntu.com>","List-Unsubscribe":"<https://lists.ubuntu.com/mailman/options/kernel-team>,\n\t<mailto:kernel-team-request@lists.ubuntu.com?subject=unsubscribe>","List-Archive":"<https://lists.ubuntu.com/archives/kernel-team>","List-Post":"<mailto:kernel-team@lists.ubuntu.com>","List-Help":"<mailto:kernel-team-request@lists.ubuntu.com?subject=help>","List-Subscribe":"<https://lists.ubuntu.com/mailman/listinfo/kernel-team>,\n\t<mailto:kernel-team-request@lists.ubuntu.com?subject=subscribe>","Content-Type":"multipart/mixed;\n\tboundary=\"===============7964203788725313634==\"","Errors-To":"kernel-team-bounces@lists.ubuntu.com","Sender":"\"kernel-team\" <kernel-team-bounces@lists.ubuntu.com>"}},{"id":1776519,"web_url":"http://patchwork.ozlabs.org/comment/1776519/","msgid":"<8d284557-8a0f-6700-0866-50dd548988a6@canonical.com>","list_archive_url":null,"date":"2017-09-27T18:13:05","subject":"Re: [Xenial SRU PATCH 0/3] UBUNTU: SAUCE: opennsl: fix static\n\tanalysis issues","submitter":{"id":2898,"url":"http://patchwork.ozlabs.org/api/people/2898/","name":"Stefan Bader","email":"stefan.bader@canonical.com"},"content":"On 20.09.2017 06:27, Colin King wrote:\n> From: Colin Ian King <colin.king@canonical.com>\n> \n> Static analysis with CoverityScan on the opennsl driver has picked up 2\n> sets of bugs and some redundant code. The following 3 patches address\n> these issues to make the driver static analysis clean.\n> \n> BugLink: https://launchpad.net/bugs/1718388\n> \n> Colin Ian King (3):\n>   opennsl: bcm-knet: check for null sinfo to avoid a null pointer\n>     dereference\n>   opennsl: bcm-knet: remove redundant null checks on dev->name\n>   opennsl: bde: check for out-of-bounds index io.dev\n> \n>  .../systems/bde/linux/user/kernel/linux-user-bde.c | 42 ++++++++++++++++++++++\n>  .../linux/kernel/modules/bcm-knet/bcm-knet.c       |  7 ++--\n>  2 files changed, 46 insertions(+), 3 deletions(-)\n> \n\nJust to point out the Xenial target...","headers":{"Return-Path":"<kernel-team-bounces@lists.ubuntu.com>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com\n\t(client-ip=91.189.94.19; helo=huckleberry.canonical.com;\n\tenvelope-from=kernel-team-bounces@lists.ubuntu.com;\n\treceiver=<UNKNOWN>)","Received":["from huckleberry.canonical.com (huckleberry.canonical.com\n\t[91.189.94.19])\n\tby ozlabs.org (Postfix) with ESMTP id 3y2Qt13ttPz9sPt;\n\tThu, 28 Sep 2017 04:13:13 +1000 (AEST)","from localhost ([127.0.0.1] helo=huckleberry.canonical.com)\n\tby huckleberry.canonical.com with esmtp (Exim 4.86_2)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1dxGpZ-0002r7-9v; Wed, 27 Sep 2017 18:13:09 +0000","from youngberry.canonical.com ([91.189.89.112])\n\tby huckleberry.canonical.com with esmtps\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128)\n\t(Exim 4.86_2) (envelope-from <stefan.bader@canonical.com>)\n\tid 1dxGpX-0002qP-Cn\n\tfor kernel-team@lists.ubuntu.com; Wed, 27 Sep 2017 18:13:07 +0000","from rrcs-69-193-151-51.nyc.biz.rr.com ([69.193.151.51]\n\thelo=[10.155.52.21]) by youngberry.canonical.com with esmtpsa\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16)\n\t(Exim 4.76) (envelope-from <stefan.bader@canonical.com>)\n\tid 1dxGpX-00065O-3G\n\tfor kernel-team@lists.ubuntu.com; Wed, 27 Sep 2017 18:13:07 +0000"],"Subject":"Re: [Xenial SRU PATCH 0/3] UBUNTU: SAUCE: opennsl: fix static\n\tanalysis issues","To":"kernel-team@lists.ubuntu.com","References":"<20170920102707.8266-1-colin.king@canonical.com>","From":"Stefan Bader <stefan.bader@canonical.com>","Message-ID":"<8d284557-8a0f-6700-0866-50dd548988a6@canonical.com>","Date":"Wed, 27 Sep 2017 14:13:05 -0400","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.3.0","MIME-Version":"1.0","In-Reply-To":"<20170920102707.8266-1-colin.king@canonical.com>","X-BeenThere":"kernel-team@lists.ubuntu.com","X-Mailman-Version":"2.1.20","Precedence":"list","List-Id":"Kernel team discussions <kernel-team.lists.ubuntu.com>","List-Unsubscribe":"<https://lists.ubuntu.com/mailman/options/kernel-team>,\n\t<mailto:kernel-team-request@lists.ubuntu.com?subject=unsubscribe>","List-Archive":"<https://lists.ubuntu.com/archives/kernel-team>","List-Post":"<mailto:kernel-team@lists.ubuntu.com>","List-Help":"<mailto:kernel-team-request@lists.ubuntu.com?subject=help>","List-Subscribe":"<https://lists.ubuntu.com/mailman/listinfo/kernel-team>,\n\t<mailto:kernel-team-request@lists.ubuntu.com?subject=subscribe>","Content-Type":"multipart/mixed;\n\tboundary=\"===============0980455825061750904==\"","Errors-To":"kernel-team-bounces@lists.ubuntu.com","Sender":"\"kernel-team\" <kernel-team-bounces@lists.ubuntu.com>"}},{"id":1783136,"web_url":"http://patchwork.ozlabs.org/comment/1783136/","msgid":"<20171009183012.fqnvy3db2l4llqcs@calabresa>","list_archive_url":null,"date":"2017-10-09T18:30:13","subject":"NACK: [PATCH 0/3] UBUNTU: SAUCE: opennsl: fix static analysis issues","submitter":{"id":70574,"url":"http://patchwork.ozlabs.org/api/people/70574/","name":"Thadeu Lima de Souza Cascardo","email":"cascardo@canonical.com"},"content":"On Wed, Sep 20, 2017 at 11:27:04AM +0100, Colin King wrote:\n> From: Colin Ian King <colin.king@canonical.com>\n> \n> Static analysis with CoverityScan on the opennsl driver has picked up 2\n> sets of bugs and some redundant code. The following 3 patches address\n> these issues to make the driver static analysis clean.\n> \n> BugLink: https://launchpad.net/bugs/1718388\n> \n> Colin Ian King (3):\n>   opennsl: bcm-knet: check for null sinfo to avoid a null pointer\n>     dereference\n>   opennsl: bcm-knet: remove redundant null checks on dev->name\n>   opennsl: bde: check for out-of-bounds index io.dev\n> \n>  .../systems/bde/linux/user/kernel/linux-user-bde.c | 42 ++++++++++++++++++++++\n>  .../linux/kernel/modules/bcm-knet/bcm-knet.c       |  7 ++--\n>  2 files changed, 46 insertions(+), 3 deletions(-)\n\nThe OpenNSL driver has received an update, and not only paths have\nchanged, but code as well. Even though I managed to apply and resolve\nconflicts for this series, I think it's better to try to send this\nupstream so next OpenNSL updates will not only have those fixes applied\nalready, but we won't have to deal with new conflicts.\n\nSo, I am leaving this out of this cycle for now. Can you try to get\nthose applied upstream, then?\n\nThanks.\nCascardo.","headers":{"Return-Path":"<kernel-team-bounces@lists.ubuntu.com>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com\n\t(client-ip=91.189.94.19; helo=huckleberry.canonical.com;\n\tenvelope-from=kernel-team-bounces@lists.ubuntu.com;\n\treceiver=<UNKNOWN>)","Received":["from huckleberry.canonical.com (huckleberry.canonical.com\n\t[91.189.94.19])\n\tby ozlabs.org (Postfix) with ESMTP id 3y9phR1zhwz9sRq;\n\tTue, 10 Oct 2017 05:30:31 +1100 (AEDT)","from localhost ([127.0.0.1] helo=huckleberry.canonical.com)\n\tby huckleberry.canonical.com with esmtp (Exim 4.86_2)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1e1con-0006z1-Uk; Mon, 09 Oct 2017 18:30:21 +0000","from youngberry.canonical.com ([91.189.89.112])\n\tby huckleberry.canonical.com with esmtps\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128)\n\t(Exim 4.86_2) (envelope-from <cascardo@canonical.com>)\n\tid 1e1con-0006yt-5B\n\tfor kernel-team@lists.ubuntu.com; Mon, 09 Oct 2017 18:30:21 +0000","from [177.94.55.56] (helo=calabresa)\n\tby youngberry.canonical.com with esmtpsa\n\t(TLS1.0:RSA_AES_256_CBC_SHA1:32)\n\t(Exim 4.76) (envelope-from <cascardo@canonical.com>)\n\tid 1e1com-0006qr-El; Mon, 09 Oct 2017 18:30:20 +0000"],"Date":"Mon, 9 Oct 2017 15:30:13 -0300","From":"Thadeu Lima de Souza Cascardo <cascardo@canonical.com>","To":"Colin King <colin.king@canonical.com>","Subject":"NACK: [PATCH 0/3] UBUNTU: SAUCE: opennsl: fix static analysis issues","Message-ID":"<20171009183012.fqnvy3db2l4llqcs@calabresa>","References":"<20170920102707.8266-1-colin.king@canonical.com>","MIME-Version":"1.0","Content-Disposition":"inline","In-Reply-To":"<20170920102707.8266-1-colin.king@canonical.com>","User-Agent":"NeoMutt/20170113 (1.7.2)","X-BeenThere":"kernel-team@lists.ubuntu.com","X-Mailman-Version":"2.1.20","Precedence":"list","List-Id":"Kernel team discussions <kernel-team.lists.ubuntu.com>","List-Unsubscribe":"<https://lists.ubuntu.com/mailman/options/kernel-team>,\n\t<mailto:kernel-team-request@lists.ubuntu.com?subject=unsubscribe>","List-Archive":"<https://lists.ubuntu.com/archives/kernel-team>","List-Post":"<mailto:kernel-team@lists.ubuntu.com>","List-Help":"<mailto:kernel-team-request@lists.ubuntu.com?subject=help>","List-Subscribe":"<https://lists.ubuntu.com/mailman/listinfo/kernel-team>,\n\t<mailto:kernel-team-request@lists.ubuntu.com?subject=subscribe>","Cc":"kernel-team@lists.ubuntu.com","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"kernel-team-bounces@lists.ubuntu.com","Sender":"\"kernel-team\" <kernel-team-bounces@lists.ubuntu.com>"}},{"id":1783169,"web_url":"http://patchwork.ozlabs.org/comment/1783169/","msgid":"<7d84e864-24e0-63af-edc7-bd5131acafb1@canonical.com>","list_archive_url":null,"date":"2017-10-09T19:05:18","subject":"Re: NACK: [PATCH 0/3] UBUNTU: SAUCE: opennsl: fix static analysis\n\tissues","submitter":{"id":2900,"url":"http://patchwork.ozlabs.org/api/people/2900/","name":"Colin Ian King","email":"colin.king@canonical.com"},"content":"On 09/10/17 19:30, Thadeu Lima de Souza Cascardo wrote:\n> On Wed, Sep 20, 2017 at 11:27:04AM +0100, Colin King wrote:\n>> From: Colin Ian King <colin.king@canonical.com>\n>>\n>> Static analysis with CoverityScan on the opennsl driver has picked up 2\n>> sets of bugs and some redundant code. The following 3 patches address\n>> these issues to make the driver static analysis clean.\n>>\n>> BugLink: https://launchpad.net/bugs/1718388\n>>\n>> Colin Ian King (3):\n>>   opennsl: bcm-knet: check for null sinfo to avoid a null pointer\n>>     dereference\n>>   opennsl: bcm-knet: remove redundant null checks on dev->name\n>>   opennsl: bde: check for out-of-bounds index io.dev\n>>\n>>  .../systems/bde/linux/user/kernel/linux-user-bde.c | 42 ++++++++++++++++++++++\n>>  .../linux/kernel/modules/bcm-knet/bcm-knet.c       |  7 ++--\n>>  2 files changed, 46 insertions(+), 3 deletions(-)\n> \n> The OpenNSL driver has received an update, and not only paths have\n> changed, but code as well. Even though I managed to apply and resolve\n> conflicts for this series, I think it's better to try to send this\n> upstream so next OpenNSL updates will not only have those fixes applied\n> already, but we won't have to deal with new conflicts.\n> \n> So, I am leaving this out of this cycle for now. Can you try to get\n> those applied upstream, then?\n> \n> Thanks.\n> Cascardo.\n> \nI've sent these upsteam, just waiting for them to land.\n\nColin","headers":{"Return-Path":"<kernel-team-bounces@lists.ubuntu.com>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com\n\t(client-ip=91.189.94.19; helo=huckleberry.canonical.com;\n\tenvelope-from=kernel-team-bounces@lists.ubuntu.com;\n\treceiver=<UNKNOWN>)","Received":["from huckleberry.canonical.com (huckleberry.canonical.com\n\t[91.189.94.19])\n\tby ozlabs.org (Postfix) with ESMTP id 3y9qSk5Jhmz9t4r;\n\tTue, 10 Oct 2017 06:05:26 +1100 (AEDT)","from localhost ([127.0.0.1] helo=huckleberry.canonical.com)\n\tby huckleberry.canonical.com with esmtp (Exim 4.86_2)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1e1dMe-0004jT-SH; Mon, 09 Oct 2017 19:05:20 +0000","from youngberry.canonical.com ([91.189.89.112])\n\tby huckleberry.canonical.com with esmtps\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128)\n\t(Exim 4.86_2) (envelope-from <colin.king@canonical.com>)\n\tid 1e1dMd-0004j6-51\n\tfor kernel-team@lists.ubuntu.com; Mon, 09 Oct 2017 19:05:19 +0000","from cpc104638-craw9-2-0-cust581.16-3.cable.virginm.net\n\t([82.33.66.70] helo=[192.168.0.11])\n\tby youngberry.canonical.com with esmtpsa\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16)\n\t(Exim 4.76) (envelope-from <colin.king@canonical.com>)\n\tid 1e1dMc-0001Wo-Sx; Mon, 09 Oct 2017 19:05:18 +0000"],"Subject":"Re: NACK: [PATCH 0/3] UBUNTU: SAUCE: opennsl: fix static analysis\n\tissues","To":"Thadeu Lima de Souza Cascardo <cascardo@canonical.com>","References":"<20170920102707.8266-1-colin.king@canonical.com>\n\t<20171009183012.fqnvy3db2l4llqcs@calabresa>","From":"Colin Ian King <colin.king@canonical.com>","Message-ID":"<7d84e864-24e0-63af-edc7-bd5131acafb1@canonical.com>","Date":"Mon, 9 Oct 2017 20:05:18 +0100","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.4.0","MIME-Version":"1.0","In-Reply-To":"<20171009183012.fqnvy3db2l4llqcs@calabresa>","Content-Language":"en-US","X-BeenThere":"kernel-team@lists.ubuntu.com","X-Mailman-Version":"2.1.20","Precedence":"list","List-Id":"Kernel team discussions <kernel-team.lists.ubuntu.com>","List-Unsubscribe":"<https://lists.ubuntu.com/mailman/options/kernel-team>,\n\t<mailto:kernel-team-request@lists.ubuntu.com?subject=unsubscribe>","List-Archive":"<https://lists.ubuntu.com/archives/kernel-team>","List-Post":"<mailto:kernel-team@lists.ubuntu.com>","List-Help":"<mailto:kernel-team-request@lists.ubuntu.com?subject=help>","List-Subscribe":"<https://lists.ubuntu.com/mailman/listinfo/kernel-team>,\n\t<mailto:kernel-team-request@lists.ubuntu.com?subject=subscribe>","Cc":"kernel-team@lists.ubuntu.com","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"kernel-team-bounces@lists.ubuntu.com","Sender":"\"kernel-team\" <kernel-team-bounces@lists.ubuntu.com>"}},{"id":1796063,"web_url":"http://patchwork.ozlabs.org/comment/1796063/","msgid":"<1496dc5f-aafb-ef60-4c60-358e62fe6fda@canonical.com>","list_archive_url":null,"date":"2017-10-30T16:05:12","subject":"APPLIED/cmnt: [PATCH 0/3] UBUNTU: SAUCE: opennsl: fix static\n\tanalysis issues","submitter":{"id":71419,"url":"http://patchwork.ozlabs.org/api/people/71419/","name":"Kleber Sacilotto de Souza","email":"kleber.souza@canonical.com"},"content":"Applied to xenial/master-next branch, adapting for new version path and\ncontext. Thanks.","headers":{"Return-Path":"<kernel-team-bounces@lists.ubuntu.com>","X-Original-To":"incoming@patchwork.ozlabs.org","Delivered-To":"patchwork-incoming@bilbo.ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com\n\t(client-ip=91.189.94.19; helo=huckleberry.canonical.com;\n\tenvelope-from=kernel-team-bounces@lists.ubuntu.com;\n\treceiver=<UNKNOWN>)","Received":["from huckleberry.canonical.com (huckleberry.canonical.com\n\t[91.189.94.19])\n\tby ozlabs.org (Postfix) with ESMTP id 3yQfTD5k8Pz9t2t;\n\tTue, 31 Oct 2017 03:05:20 +1100 (AEDT)","from localhost ([127.0.0.1] helo=huckleberry.canonical.com)\n\tby huckleberry.canonical.com with esmtp (Exim 4.86_2)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1e9CYv-0006Xh-2K; Mon, 30 Oct 2017 16:05:17 +0000","from youngberry.canonical.com ([91.189.89.112])\n\tby huckleberry.canonical.com with esmtps\n\t(TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128)\n\t(Exim 4.86_2) (envelope-from <kleber.souza@canonical.com>)\n\tid 1e9CYt-0006Wt-Iz\n\tfor kernel-team@lists.ubuntu.com; Mon, 30 Oct 2017 16:05:15 +0000","from mail-wr0-f200.google.com ([209.85.128.200])\n\tby youngberry.canonical.com with esmtps\n\t(TLS1.0:RSA_AES_128_CBC_SHA1:16)\n\t(Exim 4.76) (envelope-from <kleber.souza@canonical.com>)\n\tid 1e9CYt-0002Gy-Bm\n\tfor kernel-team@lists.ubuntu.com; Mon, 30 Oct 2017 16:05:15 +0000","by mail-wr0-f200.google.com with SMTP id z55so8351222wrz.2\n\tfor <kernel-team@lists.ubuntu.com>;\n\tMon, 30 Oct 2017 09:05:15 -0700 (PDT)","from ?IPv6:2a02:8109:a540:7e8:8926:2094:ede9:dddc?\n\t([2a02:8109:a540:7e8:8926:2094:ede9:dddc])\n\tby smtp.gmail.com with ESMTPSA id\n\td30sm12701705ede.10.2017.10.30.09.05.13\n\t(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);\n\tMon, 30 Oct 2017 09:05:13 -0700 (PDT)"],"X-Google-DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed;\n\td=1e100.net; s=20161025;\n\th=x-gm-message-state:subject:to:references:from:message-id:date\n\t:user-agent:mime-version:in-reply-to:content-language\n\t:content-transfer-encoding;\n\tbh=1xfc+CPBZ+imz96652+EoK9s5/mixEsRl1+zIIyPTLo=;\n\tb=E3WOOcxqEAbkyX1ee2fKloC40v7TL+TJWcKtbWMqFKQUAX+Gx19Dl6iH4S5GdvcVh6\n\tQB8nI2obRwsIuDAwrQTLHniPZos5SMFnjD7lFmPSGqXp8OA273+hMzWG1/n0TtxWgVAV\n\tUTJrfPNBu7stEmtTOE8X4Zu08MHn5V+zP3SF50IghdjQU9v0GeV0E8Unhwx2EqXW896A\n\tWT0ZLxwbR7PJ0/eGQc+2STOlTphPBRkCLg1BvMbwNte4GSe+OlHMQm61WFUjp60XuA2X\n\taDoaO5UQ0QhlucXOju8omgDN9mLNp6NGk5YVU8Hb/CXnjkiH4ChH1GcKKMwPGrRvPoSr\n\trOXw==","X-Gm-Message-State":"AMCzsaUFpSBWP70G6bMkMHnDFq2tguDDMDRT+o+dfYLUfFhT6fHUp55w\n\tvYLn9uoB2QF0PlvE3NNCTneXg4XRPQs1djXMfnsuzjKUSqDEhUmjiozG8WyIKW1NSfK4bgAGcIU\n\tpqjvbPE045NHWvaP18eLf2IJuHuNlE1foAbSyMbq57A==","X-Received":["by 10.80.165.248 with SMTP id b53mr12957892edc.186.1509379514825;\n\tMon, 30 Oct 2017 09:05:14 -0700 (PDT)","by 10.80.165.248 with SMTP id b53mr12957872edc.186.1509379514646;\n\tMon, 30 Oct 2017 09:05:14 -0700 (PDT)"],"X-Google-Smtp-Source":"ABhQp+TBxNjT51Y1QiDbYtq97hVUkc8b22WZFT+MhIuZ3fIfoJgverGw7W18pKkf2BX8LdsiosBAeQ==","Subject":"APPLIED/cmnt: [PATCH 0/3] UBUNTU: SAUCE: opennsl: fix static\n\tanalysis issues","To":"Colin King <colin.king@canonical.com>, kernel-team@lists.ubuntu.com","References":"<20170920102707.8266-1-colin.king@canonical.com>","From":"Kleber Souza <kleber.souza@canonical.com>","Message-ID":"<1496dc5f-aafb-ef60-4c60-358e62fe6fda@canonical.com>","Date":"Mon, 30 Oct 2017 17:05:12 +0100","User-Agent":"Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101\n\tThunderbird/52.4.0","MIME-Version":"1.0","In-Reply-To":"<20170920102707.8266-1-colin.king@canonical.com>","Content-Language":"en-US","X-BeenThere":"kernel-team@lists.ubuntu.com","X-Mailman-Version":"2.1.20","Precedence":"list","List-Id":"Kernel team discussions <kernel-team.lists.ubuntu.com>","List-Unsubscribe":"<https://lists.ubuntu.com/mailman/options/kernel-team>,\n\t<mailto:kernel-team-request@lists.ubuntu.com?subject=unsubscribe>","List-Archive":"<https://lists.ubuntu.com/archives/kernel-team>","List-Post":"<mailto:kernel-team@lists.ubuntu.com>","List-Help":"<mailto:kernel-team-request@lists.ubuntu.com?subject=help>","List-Subscribe":"<https://lists.ubuntu.com/mailman/listinfo/kernel-team>,\n\t<mailto:kernel-team-request@lists.ubuntu.com?subject=subscribe>","Content-Type":"text/plain; charset=\"utf-8\"","Content-Transfer-Encoding":"base64","Errors-To":"kernel-team-bounces@lists.ubuntu.com","Sender":"\"kernel-team\" <kernel-team-bounces@lists.ubuntu.com>"}}]