From patchwork Sat Jun 1 22:03:18 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 20182 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 4E8D4BDE6B for ; Sat, 1 Jun 2024 22:03:40 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 8D297634CE; Sun, 2 Jun 2024 00:03:38 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Q8sylQKK"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 936C4634C9 for ; Sun, 2 Jun 2024 00:03:35 +0200 (CEST) Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id A048A4E6; Sun, 2 Jun 2024 00:03:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1717279409; bh=RbF57dedrGmzlrYR4n4aixxzYg5sDuE1s30E/SEPwvI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Q8sylQKKjCk2hT2uKRK8aiNNfb4imLNic3nJ/nGQfaIIrEW4z7Z8IFsCOikrIQWpP oHgbBm9deEfYUn7A7PYWTpA5G1WAcPl3hgqsCDEfLR+1Ofe1MdT29/+cpw/UuLx/Pk Hfgp9XT14NVY03AZ/iUo5jD/xyA2mLwfrxnxQWuU= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Cc: Kieran Bingham , Hans de Goede Subject: [PATCH 1/3] update-kernel-headers: Add linux/udmabuf.h to headers to sync Date: Sun, 2 Jun 2024 01:03:18 +0300 Message-ID: <20240601220320.6484-2-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.44.2 In-Reply-To: <20240601220320.6484-1-laurent.pinchart@ideasonboard.com> References: <20240601220320.6484-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" From: Hans de Goede linux/udmabuf.h will be used by upcoming DmaBufAllocator changes and it is not available on some older kernels. Add it to the headers to sync. Signed-off-by: Hans de Goede Reviewed-by: Kieran Bingham Reviewed-by: Laurent Pinchart Signed-off-by: Laurent Pinchart --- utils/update-kernel-headers.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/update-kernel-headers.sh b/utils/update-kernel-headers.sh index 590986d2b7e2..8405be0ac923 100755 --- a/utils/update-kernel-headers.sh +++ b/utils/update-kernel-headers.sh @@ -52,6 +52,7 @@ headers=" linux/media-bus-format.h linux/media.h linux/rkisp1-config.h + linux/udmabuf.h linux/v4l2-common.h linux/v4l2-controls.h linux/v4l2-mediabus.h