Cover Letter Detail
Show a cover letter.
GET /api/1.1/covers/15317/?format=api
{ "id": 15317, "url": "https://patchwork.libcamera.org/api/1.1/covers/15317/?format=api", "web_url": "https://patchwork.libcamera.org/cover/15317/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20220201123803.281397-1-kieran.bingham@ideasonboard.com>", "date": "2022-02-01T12:38:01", "name": "[libcamera-devel,v4,0/2] libcamera: pipeline_handler: Register requests", "submitter": { "id": 4, "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api", "name": "Kieran Bingham", "email": "kieran.bingham@ideasonboard.com" }, "mbox": "https://patchwork.libcamera.org/cover/15317/mbox/", "series": [ { "id": 2908, "url": "https://patchwork.libcamera.org/api/1.1/series/2908/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=2908", "date": "2022-02-01T12:38:01", "name": "libcamera: pipeline_handler: Register requests", "version": 4, "mbox": "https://patchwork.libcamera.org/series/2908/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/15317/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 F0469BDCBF\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue, 1 Feb 2022 12:38:08 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 3BC22609E3;\n\tTue, 1 Feb 2022 13:38:08 +0100 (CET)", "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id E07B0609B9\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 1 Feb 2022 13:38:06 +0100 (CET)", "from Monstersaurus.ksquared.org.uk.beta.tailscale.net\n\t(cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 6EED8332;\n\tTue, 1 Feb 2022 13:38:06 +0100 (CET)" ], "Authentication-Results": "lancelot.ideasonboard.com;\n\tdkim=fail reason=\"signature verification failed\" (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"XjQsdUkF\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1643719086;\n\tbh=Sh9pg1ykN++i9faF8vsRjXENwuUdCsDqbHjNXylfVHk=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=XjQsdUkF00rsxHwl5m9mjvwgmyIynpxHWP3ldjeXpTnP7W0JbtKw1G5hV06sBVJxk\n\tX8LqEQseyEHDLAWqFi9O3rL2RY79UIfCxmoKfywKlaoGoah7r2ne9y4txfCwSG1BXA\n\tEFPAVypIy/R0weSkkwYkyPn8uPrT9ddZLYalWZxY=", "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>", "To": "libcamera devel <libcamera-devel@lists.libcamera.org>", "Date": "Tue, 1 Feb 2022 12:38:01 +0000", "Message-Id": "<20220201123803.281397-1-kieran.bingham@ideasonboard.com>", "X-Mailer": "git-send-email 2.32.0", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH v4 0/2] libcamera: pipeline_handler:\n\tRegister requests", "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": "Provide a new call on pipeline handlers allowing the Camera to register\na request with the pipeline handler after it is constructed.\n\nThis allows us to perform one-time operations such as connecting\nrelevant signals on the request to the pipeline handler.\n\nUse this new call to move the prepared signal connection away from\nqueueRequest where it was repeatedly connecting the signal, leading to\nbugs which exhibited excessively long shutdown times when any\nsubstantial number of frames had been processed. This is reported to\nhave taken more than 10 minutes to close down the pipeline after a 2\nhour capture run.\n\nFinally remove support for the same signal being connected to an object\nmultiple times and add an assertion to the object class to ensure that\nwe catch and prevent this from happening again.\n\nThis underlying bug was identified from :\n https://github.com/raspberrypi/libcamera-apps/issues/217\n\nAnd should resolve the issue there.\n\nUnlike v1 of this series which used a different assertion method, this\npasses CTS without any regressions.\n\n\nKieran Bingham (2):\n libcamera: pipeline_handler: Register requests\n libcamera: base: object: Prevent the same signal being connected more\n than once\n\n include/libcamera/internal/pipeline_handler.h | 1 +\n src/libcamera/base/object.cpp | 12 +++++++++++\n src/libcamera/base/signal.cpp | 7 ++++---\n src/libcamera/camera.cpp | 13 +++++++++---\n src/libcamera/pipeline_handler.cpp | 20 ++++++++++++++++---\n test/signal.cpp | 17 ++++++++++------\n 6 files changed, 55 insertions(+), 15 deletions(-)" }