From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id B06F9A0C4B for ; Mon, 13 Sep 2021 09:19:22 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9B021410E6; Mon, 13 Sep 2021 09:19:22 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id C65E940151 for ; Mon, 13 Sep 2021 09:19:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1631517559; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=aZcLOVK55bue2VIUJ9cLBH6ejIzvazfCqhIX+QRNplI=; b=gwfWbKJ8014G5mBscsRppkZT63qwTPLZLUIJTbIbBr2SEGYH2Os1g/uB1w7+flJuKSnqnZ 3Q2qE27q/OeiZXepp0pFa0POD/jQ9ivmoyxrQD13GmsB/qHr4TmXn5sEyyvuWrpfE9mODG uWK+GktDDdqvIhzsjJSp43yllY6+/qA= Received: from mail-lj1-f198.google.com (mail-lj1-f198.google.com [209.85.208.198]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-261-sc7j2SzJN4eN5rPUzJig7g-1; Mon, 13 Sep 2021 03:19:17 -0400 X-MC-Unique: sc7j2SzJN4eN5rPUzJig7g-1 Received: by mail-lj1-f198.google.com with SMTP id d19-20020a2e8913000000b001c2cf57d9b7so3758832lji.16 for ; Mon, 13 Sep 2021 00:19:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=aZcLOVK55bue2VIUJ9cLBH6ejIzvazfCqhIX+QRNplI=; b=yZq4hZyyzkqeDqcX0IxBswKwtYzg7O//DoT7vtzLYvkMQEew+eKO+jvpl4F5gO0kBJ YKQvV5JpjGTEJjzA88WRLSxsPtfmlrQuIyHPiU63VhEVBsMa9I7eUFb5JKhuyHDFWDxu 6VeLg0Rj4iwwEG9gQ4zJD0oop0+cozxQa2ttqHpSjCtnB5YPaexHxz8LJcllMcmsNBLE Rl9twhqL0ZH17qz2Juf9QSrFh1R22YuXzhHIpEykv35tnF99gH5rzog3krq7ZCYazNQW OMHbcJP7u+OizOKsGVNJQauahVRyhURa1KlSU6t+zhSgdJmqo7wKfUwt8pHy75R77xj9 zITg== X-Gm-Message-State: AOAM5334ZLnE4WxwC1oqkOosdlpflQhGj1YE1gCW4QJyhkl86EtuIq/s an9pn7BAcWle9YeoqGjsENaTDOzXehlaiG0y+Aul+o+dmdLAFaZd0NHjcouRR5rycbBvLp4MEwQ CYIUihPlypKI1b4I6z6iA6O0= X-Received: by 2002:a05:6512:3095:: with SMTP id z21mr7705008lfd.265.1631517555560; Mon, 13 Sep 2021 00:19:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwhBGiy76+Gr2j4k1IxPNk4+2QPC4sLJ8mlflQ9z9Bq15PW3Gc8sJbi+QWHUdjX6MBSnnsFZ05Y5cUAbcCDKq4= X-Received: by 2002:a05:6512:3095:: with SMTP id z21mr7704986lfd.265.1631517555210; Mon, 13 Sep 2021 00:19:15 -0700 (PDT) MIME-Version: 1.0 References: <20210623161246.49474-1-drc@linux.vnet.ibm.com> <20210902221514.3215704-1-drc@linux.vnet.ibm.com> In-Reply-To: <20210902221514.3215704-1-drc@linux.vnet.ibm.com> From: David Marchand Date: Mon, 13 Sep 2021 09:19:04 +0200 Message-ID: To: David Christensen Cc: dev , dpdk stable Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-stable] [PATCH] eal/ppc: ignore gcc 10 stringop-overflow warnings X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Fri, Sep 3, 2021 at 12:15 AM David Christensen wrote: > > Suppress gcc warning "warning: writing 16 bytes into a region of > size 0" for users of the POWER rte_memcpy() function. Existing > rte_memcpy() code takes different code paths based on the actual > size of the move so the warning is already addressed. See also > commit b5b3ea803e47 ("eal/x86: ignore gcc 10 stringop-overflow warnings") > Cc: stable@dpdk.org > Signed-off-by: David Christensen Applied, thanks. -- David Marchand