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 4A59A42CBC for ; Thu, 15 Jun 2023 03:33:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 44FD440E0F; Thu, 15 Jun 2023 03:33:20 +0200 (CEST) Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com [209.85.221.52]) by mails.dpdk.org (Postfix) with ESMTP id 7F12740DDA for ; Thu, 15 Jun 2023 03:33:18 +0200 (CEST) Received: by mail-wr1-f52.google.com with SMTP id ffacd0b85a97d-31114b46d62so195353f8f.3 for ; Wed, 14 Jun 2023 18:33:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686792798; x=1689384798; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=31DI1AFzCPeK21q0vjc0QGeVMYLqoCCriCvYXqA4B6E=; b=Hbk9B7c8s4nhjLlJRnEmMy0YjBlphgFEUcdlsmd0/5yQO07l0vofwrGE4sZ2va50Mx WrMIKO/CyElA1trh2De2Hetkcpogd6USLG9OqWsrsDZ6pyngmrwza+P9xAtf5aAGbUQy 3r8WUagVMnM9SM6GE6+V3hoMMyPwMeOka2Rg3icCzUkaSyIRoSDDhN2qTXVs4WKS+WcW mJfg4WVin9n8lG8WoHcbITceoEPIoOk1vzvihE3t7jRU9Goa7xZLLdoWOokxmf6mOPpC N+93q2I/03JO9qYphLPR7bAGmUyNr2XoCmYMWYWKUykNb7aqb6zxqd9VjlF0JR7gd/Te sH7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686792798; x=1689384798; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=31DI1AFzCPeK21q0vjc0QGeVMYLqoCCriCvYXqA4B6E=; b=kWWWilNSWHsw/0zmJYrUbBLZXai8Std13VXa4oXowsb6uN0IqEIDglRqfWg75i5J6U EGcaOW7080ON+cevQebsX3VqqprKngbvP9fcgUtJ/c3+D6QES05hOoFMgQmYJ62QpGjr 3gVh7MY3neII05tsChStqr57QzY3hN4gzsm19fYEKD/OJ7zemftXjcWOrpEeynKteOLb vuhlF8MaXj7NjNtDHHEAVfwTEBAuytLIrmJN/wVCbB3GgnH6HafKJB1WoBHcWfvJa2CS WBwBmBN1dhrB0+Sck8k88/1+cv53dszMd4g/TXpQbLtQ3SjUwA/PDaCBtv+GXPqcg3KI nS8g== X-Gm-Message-State: AC+VfDwoDia4EBJpW2Zp7dqjjZGjaTw3WK/T5rejCrKWYr0AvUItvAjo FWQB+PB+RFU7AW2e/47JntU= X-Google-Smtp-Source: ACHHUZ7MnUk7yhbA5FaCpoMKoDl/e2mD+UN7sFqM3812xVI6Aalw8uWXBBMEoOSsxKfsoHj8z7Hllw== X-Received: by 2002:adf:e688:0:b0:311:108f:16d0 with SMTP id r8-20020adfe688000000b00311108f16d0mr1348726wrm.4.1686792798167; Wed, 14 Jun 2023 18:33:18 -0700 (PDT) Received: from localhost ([137.220.119.58]) by smtp.gmail.com with ESMTPSA id 12-20020a05600c228c00b003f4e3ed98ffsm18854717wmf.35.2023.06.14.18.33.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Jun 2023 18:33:17 -0700 (PDT) From: luca.boccassi@gmail.com To: Bruce Richardson Cc: John Baldwin , Tyler Retzlaff , dpdk stable Subject: patch 'kernel/freebsd: fix function parameter list' has been queued to stable release 20.11.9 Date: Thu, 15 Jun 2023 02:32:01 +0100 Message-Id: <20230615013258.1439718-6-luca.boccassi@gmail.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230615013258.1439718-1-luca.boccassi@gmail.com> References: <20230615013258.1439718-1-luca.boccassi@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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 Hi, FYI, your patch has been queued to stable release 20.11.9 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 06/17/23. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasing (ie: not only metadata diffs), please double check that the rebase was correctly done. Queued patches are on a temporary branch at: https://github.com/bluca/dpdk-stable This queued commit can be viewed at: https://github.com/bluca/dpdk-stable/commit/4bf90a103246f283e2ff19d1394008b22f1f1f7f Thanks. Luca Boccassi --- >From 4bf90a103246f283e2ff19d1394008b22f1f1f7f Mon Sep 17 00:00:00 2001 From: Bruce Richardson Date: Mon, 22 May 2023 10:22:41 +0100 Subject: [PATCH] kernel/freebsd: fix function parameter list [ upstream commit 12b7ef3c4a6262e1c0f747bd0037a3a8df38ab4c ] Functions which take no parameters should explicitly have "(void)" as the parameter list, rather than "()". Reported upstream on FreeBSD ports collection [1]. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271524 Fixes: 764bf26873b9 ("add FreeBSD support") Reported-by: John Baldwin Signed-off-by: Bruce Richardson Acked-by: Tyler Retzlaff --- kernel/freebsd/contigmem/contigmem.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/freebsd/contigmem/contigmem.c b/kernel/freebsd/contigmem/contigmem.c index bd72f4d620..7dd87599d9 100644 --- a/kernel/freebsd/contigmem/contigmem.c +++ b/kernel/freebsd/contigmem/contigmem.c @@ -111,7 +111,7 @@ static struct cdevsw contigmem_ops = { }; static int -contigmem_load() +contigmem_load(void) { char index_string[8], description[32]; int i, error = 0; @@ -178,7 +178,7 @@ error: } static int -contigmem_unload() +contigmem_unload(void) { int i; -- 2.39.2 --- Diff of the applied patch vs upstream commit (please double-check if non-empty: --- --- - 2023-06-15 01:56:35.072487523 +0100 +++ 0006-kernel-freebsd-fix-function-parameter-list.patch 2023-06-15 01:56:34.495539730 +0100 @@ -1 +1 @@ -From 12b7ef3c4a6262e1c0f747bd0037a3a8df38ab4c Mon Sep 17 00:00:00 2001 +From 4bf90a103246f283e2ff19d1394008b22f1f1f7f Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit 12b7ef3c4a6262e1c0f747bd0037a3a8df38ab4c ] + @@ -14 +15,0 @@ -Cc: stable@dpdk.org