Cover Letter Detail
Show a cover letter.
GET /api/covers/23990/?format=api
{ "id": 23990, "url": "https://patchwork.libcamera.org/api/covers/23990/?format=api", "web_url": "https://patchwork.libcamera.org/cover/23990/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/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": "<20250728113641.238256-1-barnabas.pocze@ideasonboard.com>", "date": "2025-07-28T11:36:35", "name": "[v6,0/6] libcamera: process: Remove `ProcessManager` singleton", "submitter": { "id": 216, "url": "https://patchwork.libcamera.org/api/people/216/?format=api", "name": "Barnabás Pőcze", "email": "barnabas.pocze@ideasonboard.com" }, "mbox": "https://patchwork.libcamera.org/cover/23990/mbox/", "series": [ { "id": 5342, "url": "https://patchwork.libcamera.org/api/series/5342/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5342", "date": "2025-07-28T11:36:35", "name": "libcamera: process: Remove `ProcessManager` singleton", "version": 6, "mbox": "https://patchwork.libcamera.org/series/5342/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/23990/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 A4647C3237\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon, 28 Jul 2025 11:36:49 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 8F3726915F;\n\tMon, 28 Jul 2025 13:36:47 +0200 (CEST)", "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 9D8FC6904C\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 28 Jul 2025 13:36:45 +0200 (CEST)", "from pb-laptop.local (185.221.140.39.nat.pool.zt.hu\n\t[185.221.140.39])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 7C6224A4\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 28 Jul 2025 13:36:03 +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=\"ddan2Dd/\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1753702563;\n\tbh=5Xhi38LaSXAeo9z5+Uh8HE6vObEIRtA5dGdPqTAxrV8=;\n\th=From:To:Subject:Date:From;\n\tb=ddan2Dd/GUzV9m6hwPr4qf0fNlLbY6RL80ssliDN6MMUTVD6DwnjqNynLCy1H3OSu\n\tq6UfXVuA2dUdsABhj/IuxNQP2Y7sqhAeItBXvfgjsPLAZxtUUwNC4tAIdXtdLmIIgZ\n\tOrWtnz53jM/Y4cqFkmLlWFgFcSxbXI9IxPtcO510=", "From": "=?utf-8?q?Barnab=C3=A1s_P=C5=91cze?= <barnabas.pocze@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Subject": "[PATCH v6 0/6] libcamera: process: Remove `ProcessManager` singleton", "Date": "Mon, 28 Jul 2025 13:36:35 +0200", "Message-ID": "<20250728113641.238256-1-barnabas.pocze@ideasonboard.com>", "X-Mailer": "git-send-email 2.50.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": "The main goal is to remove the need for the ProcessManager singleton. That\nis achieved by using pidfd + clone3(), which raises the minimum\nkernel version to 5.4. There are also additional misc. changes.\n---\nchanges in v6:\n * first couple patches merged\n * rebase\n\nchanges in v5:\n * send the actually intended version...\n\nchanges in v4:\n * address review comments\n\nv5: https://patchwork.libcamera.org/cover/23252/\nv4: https://patchwork.libcamera.org/cover/23242/\nv3: https://patchwork.libcamera.org/cover/23013/\nv2: https://patchwork.libcamera.org/patch/22609/\nv1: https://patchwork.libcamera.org/patch/22522/\n\n\nBarnabás Pőcze (6):\n libcamera: process: Use `pid_` member to decide if running\n libcamera: process: start(): Use span instead of vector\n libcamera: process: closeAllFdsExcept(): Take vector by value\n libcamera: process: Move `closeAllFdsExcept()`\n libcamera: process: Use `close_range()` when available\n libcamera: process: Remove `ProcessManager` singleton\n\n include/libcamera/internal/camera_manager.h | 1 -\n include/libcamera/internal/process.h | 42 +--\n meson.build | 6 +-\n src/libcamera/ipc_pipe_unixsocket.cpp | 9 +-\n src/libcamera/process.cpp | 304 +++++++-------------\n test/ipc/unixsocket_ipc.cpp | 2 -\n test/log/log_process.cpp | 2 -\n test/process/process_test.cpp | 7 +-\n 8 files changed, 113 insertions(+), 260 deletions(-)\n\n--\n2.50.1" }