From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f54.google.com (mail-wm0-f54.google.com [74.125.82.54]) by dpdk.org (Postfix) with ESMTP id 09C3B3989 for ; Fri, 18 May 2018 11:47:33 +0200 (CEST) Received: by mail-wm0-f54.google.com with SMTP id l1-v6so14024034wmb.2 for ; Fri, 18 May 2018 02:47:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=i/B8zEa5xgayTgwnOIu3e8YKxLOQRnSZxIpvriTH230=; b=gyL7MNhryEDfKnehbwJdi6p+wlRLXXDCFFIA3XHS07L/sEuKF898QLc7etOgsVZlGI jh3E7KnmymBsaDcMPyiUgdN9ajyarqNJoLzefgZ9dYj41SVBif3yX9LCC0ikUzOtLv/h /llX6vKJvy//DDeJLYEyM+iOBHkNQ3x3xRtDopPBBpH0BGLG7Zw5kkWMuxO3j7/aVD6x rNRZvhEmg3uIpmcWUvj+1uArkUDaJgGPOkoa6JCPolN7Q4iuwqJ1hrbEBzaI9HqKslxo kFppThKFpSj1fOBoby9oRG/c4WlXGulwFgrZg5h9aLHRrswFxx1/QZpaIiK+d3NFEAhE tMiQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=i/B8zEa5xgayTgwnOIu3e8YKxLOQRnSZxIpvriTH230=; b=Jz8Itzot1bUFQ1djaBskA3ZgX2ZBrG1WhJJJv9WWVNmyY7LFsjhRwA1ZhSp7jIuFpS eef1O3ZZZuudrjZSH+TF6f+bKXxU0f9LL0q9stm0P4H/zZa8kXYsH0p4vuQ48AKRxV/m gMykn680YGaQMuK3i/Y8+LRt7hsLgeJZ6KCe93hthDRuhMkbbTIekYJYtbvrM1atWNPG Y5VM4DGjSUP4hTEzPYi9u9+7DN21W2xcrH8qN+JUzAojK30eVPItf3UDU7tCU0fmIZT8 e2exO6OzwCSaXCqqkqyIjvrYzc9yV4HCBzRh2gFPsBpR4wApXgiJbcbqa82WwK1WABO6 bCPw== X-Gm-Message-State: ALKqPweo5Bn7Q8ij+zBzL/0zyMvX3cVXWcL27Ak4YFHz9eIRDxwd5rew D+zUKokstaWtYNxCcGsFlpF1ardA3VM= X-Google-Smtp-Source: AB8JxZrQjlCewnvU3OTTQGWaf12b++v+MHPWMfz7C6fVZsAov/Iebi6HZ2FJOnv7PtVRrkaJI3h7Ww== X-Received: by 2002:a1c:1bcc:: with SMTP id b195-v6mr3905986wmb.63.1526636852409; Fri, 18 May 2018 02:47:32 -0700 (PDT) Received: from localhost ([2a00:23c5:be9a:5200:ce4c:82c0:d567:ecbb]) by smtp.gmail.com with ESMTPSA id z66-v6sm7625735wme.13.2018.05.18.02.47.31 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 18 May 2018 02:47:31 -0700 (PDT) From: luca.boccassi@gmail.com To: dpdk stable Cc: Andrew Rybchenko , Andy Green , Cristian Dumitrescu , Declan Doherty , Ferruh Yigit , Kirill Rybalchenko , Matan Azrad , Pablo de Lara , Reshma Pattan , Stephen Hemminger , Thomas Monjalon Date: Fri, 18 May 2018 10:47:26 +0100 Message-Id: <20180518094726.30066-1-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20180501104927.10291-1-luca.boccassi@gmail.com> References: <20180501104927.10291-1-luca.boccassi@gmail.com> Subject: [dpdk-stable] please help backporting some patches to LTS release 16.11.7 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 May 2018 09:47:33 -0000 Hi commit authors (and maintainers), I didn't manage to apply following commits from upstream to stable branch 16.11: conflict happens. I'm wondering can the authors check the following list and backport those patches belong to you? FYI, branch 16.11 is located at tree: git://dpdk.org/dpdk-stable It'd be great if you could do that in one or two weeks. Also, please add a heading line like below before the commit log body: [ backported from upstream commit xxx ] Example: http://dpdk.org/browse/dpdk-stable/commit/?h=16.07&id=c4831394c7d1944d8ec27d52c22997f20d19718e Also please mention the target LTS in the subject line, as we have more than one at the same time, for example: [PATCH 16.11] foo/bar: fix baz With git send-email, this can be achieved by appending the parameter: --subject-prefix='16.11' Please let me know if you have any comments, say, need more time, or it's worthless to packport it. And please send it to "stable@dpdk.org", but not "dev@dpdk.org". Thanks. Luca Boccassi --- 52f711f7b Andy Green bus/pci: fix size of driver name buffer fe5f777b5 Andy Green bus/pci: replace strncpy by strlcpy f28742ba0 Andy Green net/qede: fix strncpy 0fa4f3eee Andy Green net/qede: replace strncpy by strlcpy 1bdea6110 Kirill Rybalchenko examples/ipsec-secgw: fix IP address parsing bafa9aa0d Matan Azrad ethdev: fix port removal notification timing 59056833c Matan Azrad net/bonding: fix slave activation simultaneously ae943ebe1 Reshma Pattan examples/ipsec-secgw: replace strncpy with strlcpy