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 A969C43C8E for ; Tue, 12 Mar 2024 09:59:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id A2C4F40E40; Tue, 12 Mar 2024 09:59:39 +0100 (CET) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 25DED402D8 for ; Tue, 12 Mar 2024 09:59:38 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1710233977; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hgojgIaj3vEbJkB73HKX1ypio94PuW0geJArqm9Xr38=; b=LR/ZEI80kOW9vxqXNdKjdzrEoIc/p/N7ocjaMR+yiyho8pMPQtw8SMIt8rWST9tKeT3mmz XkLjF6Fut/1DySn8Ojuo6OHnIcLNtzFLAQ3GfJVsz27eOt4Px3JHQsIJVUSEaKaP2ViPu3 xnkoA3D5axh8GJ7lHCJ8A40/97f/0NE= Received: from mail-lj1-f199.google.com (mail-lj1-f199.google.com [209.85.208.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-659-fRr34dqPOhKyFRHzil_b4g-1; Tue, 12 Mar 2024 04:59:34 -0400 X-MC-Unique: fRr34dqPOhKyFRHzil_b4g-1 Received: by mail-lj1-f199.google.com with SMTP id 38308e7fff4ca-2d449d2db37so9401741fa.3 for ; Tue, 12 Mar 2024 01:59:34 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1710233973; x=1710838773; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=hgojgIaj3vEbJkB73HKX1ypio94PuW0geJArqm9Xr38=; b=lb3ySUiIqxmxyDy2yXu6hBN8kgwS0JaS+kJpAsI3RFn/n0/nA03NkgQMqdJCEFGz3N RsWVOVd6nu4sadSc5lcGy/DC7LTi3ilph7N79wgfQ8t6iRXv03QdbtgBniw+fms0i9j6 6vU0s7+Or5mWCKKxtdGNpfE6jaHaMktwYsGa8Wg/Oqfs/HiYRKmtqGlntkuLe3R3u+L6 GHYZrn+TtF3cCeS4nP8VGbwOvvdduf5v3yMBnDEdfbJCI2hT+FHRke8TzII5ZmgGR/vr rATcMQO6k8enQmIisFuOsb5C5pG/NZGjriwtTndiGLqub49pNKIGLrao+KKg7LR9Qkqq I7NQ== X-Forwarded-Encrypted: i=1; AJvYcCUxvP/Lxk7B/5JRwpC8WVWqyuujknEU5Zthm0do3H/8c0tTziC9vKa7FCMPJPDOVEMTgTClvtgQcQIghXwSgQw= X-Gm-Message-State: AOJu0YxaRLxhMZuxhHWjWKViYCkPeM2Hx1nccua3wYsEUmjH+cufpoQr 8AqRboyCdfLkSoaybIiBvkSS1eTSSctNoaU+5tsIECqYzHPi2FuwcZ1tCektHkYRsG3jIhsVacn Wuj7HOlWXANCt83E3HigLW9rZ1kw55J9OZcnLS08IfXMy2ei+06z7aAH5feOEM/AsTwWv+wWExS e477MAVdlctbzQkk7N3Ws= X-Received: by 2002:a05:651c:686:b0:2d4:57c5:886d with SMTP id x6-20020a05651c068600b002d457c5886dmr536023ljb.1.1710233972925; Tue, 12 Mar 2024 01:59:32 -0700 (PDT) X-Google-Smtp-Source: AGHT+IFPt064sJBxAdtgEjNG+2T/+ACmLpRpnyDC1zMsREeCVL1FisJMQ2RI+RXlp7ytuBIQCcVlzFPv1HZyGSTFqDg= X-Received: by 2002:a05:651c:686:b0:2d4:57c5:886d with SMTP id x6-20020a05651c068600b002d457c5886dmr536017ljb.1.1710233972634; Tue, 12 Mar 2024 01:59:32 -0700 (PDT) MIME-Version: 1.0 References: <20240312084914.92056-1-jslaby@suse.cz> In-Reply-To: <20240312084914.92056-1-jslaby@suse.cz> From: David Marchand Date: Tue, 12 Mar 2024 09:59:20 +0100 Message-ID: Subject: Re: [PATCH stable-22.11] kni: fix build with Linux 6.8 To: Jiri Slaby Cc: Ferruh Yigit , dev@dpdk.org, Kevin Traynor , Luca Boccassi , "Xueming(Steven) Li" , dpdk stable X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 Hello Jiri, On Tue, Mar 12, 2024 at 9:57=E2=80=AFAM Jiri Slaby wrote: > > strlcpy() was removed in commit d26270061ae6 (string: Remove strlcpy()), = use > strscpy() instead. > > The patches fixes this: > kernel/linux/kni/kni_net.c: In function =E2=80=98kni_get_drvinfo=E2=80=99= : > kernel/linux/kni/kni_net.c:835:9: error: implicit declaration of function= =E2=80=98strlcpy=E2=80=99; did you mean =E2=80=98strscpy=E2=80=99? > > Intended esp. for stable/22.11. It should go wherever kni is still in > the tree. Thanks for the patch. Cc: stable and LTS maintainers. > > Signed-off-by: Jiri Slaby --=20 David Marchand