{"id":22722,"url":"https://patchwork.libcamera.org/api/1.1/covers/22722/?format=json","web_url":"https://patchwork.libcamera.org/cover/22722/","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":"<20250203104318.135628-1-pobrn@protonmail.com>","date":"2025-02-03T10:43:20","name":"[v1,0/3] libcamera: pipeline: virtual: Fill buffer's metadata","submitter":{"id":133,"url":"https://patchwork.libcamera.org/api/1.1/people/133/?format=json","name":"Pőcze Barnabás","email":"pobrn@protonmail.com"},"mbox":"https://patchwork.libcamera.org/cover/22722/mbox/","series":[{"id":4987,"url":"https://patchwork.libcamera.org/api/1.1/series/4987/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=4987","date":"2025-02-03T10:43:20","name":"libcamera: pipeline: virtual: Fill buffer's metadata","version":1,"mbox":"https://patchwork.libcamera.org/series/4987/mbox/"}],"comments":"https://patchwork.libcamera.org/api/covers/22722/comments/","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 53CACC3260\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon,  3 Feb 2025 10:43:26 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 793D668585;\n\tMon,  3 Feb 2025 11:43:25 +0100 (CET)","from mail-40131.protonmail.ch (mail-40131.protonmail.ch\n\t[185.70.40.131])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 4C5A96034B\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon,  3 Feb 2025 11:43:24 +0100 (CET)"],"Authentication-Results":"lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (2048-bit key;\n\tunprotected) header.d=protonmail.com header.i=@protonmail.com\n\theader.b=\"F7LORgLP\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com;\n\ts=protonmail3; t=1738579403; x=1738838603;\n\tbh=ttHuV2qvnTLl9/osqTRoflQ5V7L+zx9wqZqm8fGu92w=;\n\th=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date:\n\tSubject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector:\n\tList-Unsubscribe:List-Unsubscribe-Post;\n\tb=F7LORgLPhvoW26yuRadlyEDIl/9njmTwu8sCDxVObNag/cqdk3JXnbaFAc/gCcBYL\n\tQWP0vNZQM2UcWQa1FiecIad0JXJOsJh5WPwa1epW4AHhIsWG3Q/gvEemmOMvqWMvEL\n\t7aKqJ+WPfSxa5dz3XoksTJO4LD7mKLa4iFdEcyOEzKVuQZJEiHQSKFfldBSq2LT+UM\n\tPWhqihtD2rN3LxKmUPq40TDkKH8XV13du/Pwe/LH1epgMhhOltmZQv899vHMaYdAMy\n\tcIAJGiQJEtrr3HX/ilDLUDPsqjknDt5Wlxmz+Edd4J0f8WgtMHvn/u/MGRJpkQ+p8M\n\tslTa0/Lx07bkA==","Date":"Mon, 03 Feb 2025 10:43:20 +0000","To":"libcamera-devel@lists.libcamera.org","From":"=?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= <pobrn@protonmail.com>","Subject":"[PATCH v1 0/3] libcamera: pipeline: virtual: Fill buffer's metadata","Message-ID":"<20250203104318.135628-1-pobrn@protonmail.com>","Feedback-ID":"20568564:user:proton","X-Pm-Message-ID":"41fcf76c2ddba9a1229fc7370b91d87a27fea7b7","MIME-Version":"1.0","Content-Type":"text/plain; charset=utf-8","Content-Transfer-Encoding":"quoted-printable","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":"Not filling the metadata is diagnosed by UBSAN. And thus\nthis is needed for https://patchwork.libcamera.org/patch/22407/\n\nBug: https://bugs.libcamera.org/show_bug.cgi?id=245\n\nBarnabás Pőcze (3):\n  libcamera: pipeline: virtual: Simplify error return\n  libcamera: pipeline: virtual: Fill buffer's metadata\n  libcamera: pipeline: virtual: Set `FrameError` on error\n\n src/libcamera/pipeline/virtual/virtual.cpp | 23 ++++++++++++++++++----\n src/libcamera/pipeline/virtual/virtual.h   |  1 +\n 2 files changed, 20 insertions(+), 4 deletions(-)\n\n--\n2.48.1"}