{"id":20182,"url":"https://patchwork.libcamera.org/api/patches/20182/?format=json","web_url":"https://patchwork.libcamera.org/patch/20182/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20240601220320.6484-2-laurent.pinchart@ideasonboard.com>","date":"2024-06-01T22:03:18","name":"[1/3] update-kernel-headers: Add linux/udmabuf.h to headers to sync","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"a8a01f0cf99b33406848c2182c1e1eef17b50592","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/20182/mbox/","series":[{"id":4349,"url":"https://patchwork.libcamera.org/api/series/4349/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=4349","date":"2024-06-01T22:03:17","name":"libcamera: Update to the new upstream subdev routing API","version":1,"mbox":"https://patchwork.libcamera.org/series/4349/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/20182/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/20182/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 4E8D4BDE6B\n\tfor <parsemail@patchwork.libcamera.org>;\n\tSat,  1 Jun 2024 22:03:40 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 8D297634CE;\n\tSun,  2 Jun 2024 00:03:38 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 936C4634C9\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSun,  2 Jun 2024 00:03:35 +0200 (CEST)","from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi\n\t[81.175.209.231])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id A048A4E6;\n\tSun,  2 Jun 2024 00:03:29 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"Q8sylQKK\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1717279409;\n\tbh=RbF57dedrGmzlrYR4n4aixxzYg5sDuE1s30E/SEPwvI=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=Q8sylQKKjCk2hT2uKRK8aiNNfb4imLNic3nJ/nGQfaIIrEW4z7Z8IFsCOikrIQWpP\n\toHgbBm9deEfYUn7A7PYWTpA5G1WAcPl3hgqsCDEfLR+1Ofe1MdT29/+cpw/UuLx/Pk\n\tHfgp9XT14NVY03AZ/iUo5jD/xyA2mLwfrxnxQWuU=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Cc":"Kieran Bingham <kieran.bingham@ideasonboard.com>,\n\tHans de Goede <hdegoede@redhat.com>","Subject":"[PATCH 1/3] update-kernel-headers: Add linux/udmabuf.h to headers to\n\tsync","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","Content-Transfer-Encoding":"8bit","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"From: Hans de Goede <hdegoede@redhat.com>\n\nlinux/udmabuf.h will be used by upcoming DmaBufAllocator changes and it\nis not available on some older kernels.\n\nAdd it to the headers to sync.\n\nSigned-off-by: Hans de Goede <hdegoede@redhat.com>\nReviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>\nReviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n utils/update-kernel-headers.sh | 1 +\n 1 file changed, 1 insertion(+)","diff":"diff --git a/utils/update-kernel-headers.sh b/utils/update-kernel-headers.sh\nindex 590986d2b7e2..8405be0ac923 100755\n--- a/utils/update-kernel-headers.sh\n+++ b/utils/update-kernel-headers.sh\n@@ -52,6 +52,7 @@ headers=\"\n \tlinux/media-bus-format.h\n \tlinux/media.h\n \tlinux/rkisp1-config.h\n+\tlinux/udmabuf.h\n \tlinux/v4l2-common.h\n \tlinux/v4l2-controls.h\n \tlinux/v4l2-mediabus.h\n","prefixes":["1/3"]}