{"id":22367,"url":"https://patchwork.libcamera.org/api/1.1/patches/22367/?format=json","web_url":"https://patchwork.libcamera.org/patch/22367/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/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":"<20241216172827.1055088-1-barnabas.pocze@ideasonboard.com>","date":"2024-12-16T17:28:24","name":"[libcamera-ci,RFC,v2,1/4] Enable `UDMABUF` in the kernel","commit_ref":null,"pull_url":null,"state":"superseded","archived":false,"hash":"06fdfcdd8aff52016fb4db110f50fc4a6cea6993","submitter":{"id":216,"url":"https://patchwork.libcamera.org/api/1.1/people/216/?format=json","name":"Barnabás Pőcze","email":"barnabas.pocze@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/22367/mbox/","series":[{"id":4897,"url":"https://patchwork.libcamera.org/api/1.1/series/4897/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=4897","date":"2024-12-16T17:28:24","name":"[libcamera-ci,RFC,v2,1/4] Enable `UDMABUF` in the kernel","version":2,"mbox":"https://patchwork.libcamera.org/series/4897/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/22367/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/22367/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 07CE9C32F6\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon, 16 Dec 2024 17:28:33 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 242E767F8E;\n\tMon, 16 Dec 2024 18:28:32 +0100 (CET)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 44AA067F7D\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 16 Dec 2024 18:28:31 +0100 (CET)","from pb-laptop.local (185.221.140.157.nat.pool.zt.hu\n\t[185.221.140.157])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 75DC9675;\n\tMon, 16 Dec 2024 18:27:54 +0100 (CET)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"qkJd/fJR\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1734370074;\n\tbh=xvs8tRgIUlKtM8w4KWlWl3txd5DLK4YPHmsjgQl+i58=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=qkJd/fJRHklJ3SVAzxcPjKLiriBWgteMLOaMF8NDstgKI6Ngno43WFzQODwVEQHbn\n\tAdz9aqPrtw57gwv3SJmzvma4j9KtYBogsXEoCcasJ65E9wslJ4+EecCMLtkUvPqBTM\n\t3P5N+YfIGa89eCbJl53nhKgNvMTWPT0wvSqzzIq4=","From":"=?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= <barnabas.pocze@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Cc":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","Subject":"[libcamera-ci] [RFC PATCH v2 1/4] Enable `UDMABUF` in the kernel","Date":"Mon, 16 Dec 2024 18:28:24 +0100","Message-ID":"<20241216172827.1055088-1-barnabas.pocze@ideasonboard.com>","X-Mailer":"git-send-email 2.47.1","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","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":"This is necessary to test `DmaBufAllocator`, as well as the\n\"virtual\" pipeline handler since it uses the former to allocate\nbuffers in `PipelineHandler::exportFrameBuffers()`.\n\nSigned-off-by: Barnabás Pőcze <barnabas.pocze@ideasonboard.com>\nReviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n .gitlab-ci/build-kernel.sh | 1 +\n gitlab-ci.yml              | 2 +-\n 2 files changed, 2 insertions(+), 1 deletion(-)\n\n--\n2.47.1","diff":"diff --git a/.gitlab-ci/build-kernel.sh b/.gitlab-ci/build-kernel.sh\nindex f413693..569f3db 100755\n--- a/.gitlab-ci/build-kernel.sh\n+++ b/.gitlab-ci/build-kernel.sh\n@@ -51,6 +51,7 @@ kernel_config() {\n \t\tVIDEO_VIM2M\n \t\tVIDEO_VIMC\n \t\tVIDEO_VIVID\n+\t\tUDMABUF\n \t)\n\n \t./scripts/config ${disable[@]/#/--disable }\ndiff --git a/gitlab-ci.yml b/gitlab-ci.yml\nindex 601759c..6d26680 100644\n--- a/gitlab-ci.yml\n+++ b/gitlab-ci.yml\n@@ -65,7 +65,7 @@ include:\n .libcamera-ci.debian:12:\n   variables:\n     FDO_DISTRIBUTION_VERSION: 'bookworm'\n-    FDO_DISTRIBUTION_TAG: '2024-11-05.1'\n+    FDO_DISTRIBUTION_TAG: '2024-12-12.1'\n\n .libcamera-ci.debian:13:\n   variables:\n","prefixes":["libcamera-ci","RFC","v2","1/4"]}