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 B6F4DA00C2 for ; Fri, 17 Jun 2022 07:04:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A6AC6410FC; Fri, 17 Jun 2022 07:04:30 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mails.dpdk.org (Postfix) with ESMTP id 44D2040698 for ; Fri, 17 Jun 2022 07:04:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1655442268; 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=h0CoB8BkWCTTQdqxDCS6orEIyNw17qggLzZ2DyQ0V+A=; b=hJBLX2ZgW/ONKJyJOuTNBLkRVecnBqWz1Avjha4j9227EmoDqaKJVHCs9K8/CWhPXUOkDs jc1XeLxZS0jQCKDYPx6NlxNhKf3a/8N1jQmCRIIV0qb2g98fYZBIF2nXCmOoU4cvlYmDU9 yGteRrX2jgtSKsHbLeRX1wyIQRLniFs= Received: from mail-lf1-f71.google.com (mail-lf1-f71.google.com [209.85.167.71]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-54-dqN-8rBPMQqN1MpQHYULSA-1; Fri, 17 Jun 2022 01:04:27 -0400 X-MC-Unique: dqN-8rBPMQqN1MpQHYULSA-1 Received: by mail-lf1-f71.google.com with SMTP id br5-20020a056512400500b00479a5157134so1794042lfb.5 for ; Thu, 16 Jun 2022 22:04:26 -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=h0CoB8BkWCTTQdqxDCS6orEIyNw17qggLzZ2DyQ0V+A=; b=MqcSQVeow2ObmTr1oDuS0kxQWV64vSfsI2M5KBjbx/Xhlgsk/cLaLmI18lOkh92iWg NPYJVYt3EOCRVMTgUms2fdC0FsAEifEA0t5tbu2RzXKjHR539vW2kb1iB0tCxurepIZp Vn3WgQRx7vYnjC9t/mDIAEEeZjJN8p9j8vt5tmvcmSQcLE2OHikHBmsAfp/2n5E6ET+/ 8FDizDdydzS3Q8kRnipYsGCZvYPBD5DW+XrTXkm8dEkSWFFMakFKM6jsndHC5vHwn2Ge lkQ2J4Zfb6oYgh8FVzzwrHEbaaIvoHuI0n9mc8oscYAzRoESqkCwZ98pauQxlyDo4I/R YThg== X-Gm-Message-State: AJIora/WJaA/SflAI7vjRxmb7oovPjySfwfDOU/glDL16NI+CoT5VX8e FjtORYexyIyDDBHI7t5Md1yTs2SvqrJGjUgcN+46Db2sz7+iJrIrrxkKsjBA/3pK8ahaE1rbrC7 NzZfLhY4oL+SzxHo41Q6NJfY= X-Received: by 2002:a05:6512:3130:b0:479:385f:e2ac with SMTP id p16-20020a056512313000b00479385fe2acmr4623404lfd.575.1655442265607; Thu, 16 Jun 2022 22:04:25 -0700 (PDT) X-Google-Smtp-Source: AGRyM1vSBTG5DWxOiCEzJOuk/N6MX3/Nf093Pm82TTFn3vROvpA15W/vgakwe7GhbYlmgn9n2eIn2nGV55VlXXf0SAU= X-Received: by 2002:a05:6512:3130:b0:479:385f:e2ac with SMTP id p16-20020a056512313000b00479385fe2acmr4623396lfd.575.1655442265387; Thu, 16 Jun 2022 22:04:25 -0700 (PDT) MIME-Version: 1.0 References: <20220616103304.132368-1-wenxuanx.wu@intel.com> In-Reply-To: From: David Marchand Date: Fri, 17 Jun 2022 07:04:14 +0200 Message-ID: Subject: Re: [PATCH] ice/base: fix gcc 12 warning stringop-overflow To: "Wu, WenxuanX" Cc: "Yang, Qiming" , "Zhang, Qi Z" , dev , Thomas Monjalon , Stephen Hemminger , 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" 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 On Fri, Jun 17, 2022 at 3:29 AM Wu, WenxuanX wrote: > > Thanks, do I need to send a new version to resolve formatting issues? You are not a new contributor, please pay attention to such details. To answer your question, I don't think there is a need for a new version unless someone has a better idea for fixing. Maintainer who applies the fix will handle it. -- David Marchand