{"id":22380,"url":"https://patchwork.libcamera.org/api/1.1/patches/22380/?format=json","web_url":"https://patchwork.libcamera.org/patch/22380/","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":"<20241217153153.140417-1-barnabas.pocze@ideasonboard.com>","date":"2024-12-17T15:31:50","name":"[libcamera-ci,RFC,v3,1/4] Enable `UDMABUF` in the kernel","commit_ref":null,"pull_url":null,"state":"accepted","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/22380/mbox/","series":[{"id":4906,"url":"https://patchwork.libcamera.org/api/1.1/series/4906/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=4906","date":"2024-12-17T15:31:50","name":"[libcamera-ci,RFC,v3,1/4] Enable `UDMABUF` in the kernel","version":3,"mbox":"https://patchwork.libcamera.org/series/4906/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/22380/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/22380/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 881AEC32F6\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue, 17 Dec 2024 15:31:59 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id B8D6167FDE;\n\tTue, 17 Dec 2024 16:31:58 +0100 (CET)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 66A2A67F0D\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 17 Dec 2024 16:31:56 +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 DBAC83E;\n\tTue, 17 Dec 2024 16:31:18 +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=\"SSO/tV99\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1734449479;\n\tbh=xvs8tRgIUlKtM8w4KWlWl3txd5DLK4YPHmsjgQl+i58=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=SSO/tV999jz5CVpm7b2Dd/HlzeiarZEGcuTC6jdsrkasdb9ESG+xmPbo11wUGxUPo\n\tBSRE8breFQcwVwwFCQAF4G3Ou/11jupGCNUGWEInHUW0qPEut2JzE0SF3l8aIRWpw7\n\ti1Gvg/8lzYtosjRLaZmlRi4MnaX1efRg20Cksxd0=","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 v3 1/4] Enable `UDMABUF` in the kernel","Date":"Tue, 17 Dec 2024 16:31:50 +0100","Message-ID":"<20241217153153.140417-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","v3","1/4"]}