Cover Letter Detail
Show a cover letter.
GET /api/covers/11409/?format=api
{ "id": 11409, "url": "https://patchwork.libcamera.org/api/covers/11409/?format=api", "web_url": "https://patchwork.libcamera.org/cover/11409/", "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": "<20210301065226.11095-1-paul.elder@ideasonboard.com>", "date": "2021-03-01T06:52:23", "name": "[libcamera-devel,v9,0/3] IPA isolation tests", "submitter": { "id": 17, "url": "https://patchwork.libcamera.org/api/people/17/?format=api", "name": "Paul Elder", "email": "paul.elder@ideasonboard.com" }, "mbox": "https://patchwork.libcamera.org/cover/11409/mbox/", "series": [ { "id": 1733, "url": "https://patchwork.libcamera.org/api/series/1733/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1733", "date": "2021-03-01T06:52:23", "name": "IPA isolation tests", "version": 9, "mbox": "https://patchwork.libcamera.org/series/1733/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/11409/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 729E2BD808\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon, 1 Mar 2021 06:52:37 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id BAD4468A81;\n\tMon, 1 Mar 2021 07:52:36 +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 4BD3B602EC\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 1 Mar 2021 07:52:35 +0100 (CET)", "from pyrite.rasen.tech (unknown\n\t[IPv6:2400:4051:61:600:2c71:1b79:d06d:5032])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id B552A332;\n\tMon, 1 Mar 2021 07:52:33 +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=\"urHFsccQ\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1614581554;\n\tbh=1yFI46Rt9Johw3PLVZ1yLsKRKRVNQ9XIXeYfQxxz0Ec=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=urHFsccQv7hmGnmj8zftOY+Ttb8t8LaFFgORCgOdJBQ4NM7fG/RR6KxL1whbuGaD7\n\tGZoykzd7MspGLoKpmt502I2LagUZdTwhrI0+Mnzi+Y1AMKp16SSw767xmoMK2rhWFy\n\tn8aenSgF+WuHEUlGATnH9M6wv0+hDwi0B3BpQT7Q=", "From": "Paul Elder <paul.elder@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Mon, 1 Mar 2021 15:52:23 +0900", "Message-Id": "<20210301065226.11095-1-paul.elder@ideasonboard.com>", "X-Mailer": "git-send-email 2.27.0", "MIME-Version": "1.0", "Subject": "[libcamera-devel] [PATCH v9 0/3] IPA isolation tests", "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>", "Content-Type": "text/plain; charset=\"us-ascii\"", "Content-Transfer-Encoding": "7bit", "Errors-To": "libcamera-devel-bounces@lists.libcamera.org", "Sender": "\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>" }, "content": "This used to be part 3 of the IPA isolation series. The documentation\nhas been broken out (v8 waiting for review), and this series only\ncontains tests for IPA isolation.\n\n1/3 tests the IPADataSerializer and 2/3 tests the IPCUnixSocket, both\nin the same manner as how the generated IPA proxies would use them.\n\n3/3 tests the generated serializer. v7 adds a test to test\n(de)serialization of a vector of *generated* structs.\n\nChanges in v9:\n- just lots of style fixes in the tests\n\nChanges in v8:\n- (from v7.1) fix bullet points and update wordings in the ipa writer\n guide\n\nChanges in v7:\n- add test to test serdes of a vector of *generated* structs\n- remove printing values of vectors/maps\n- use the new sendSync/sendAsync API\n- update IPA guide\n\nChanges in v6:\n- no longer need to initialize rpi ControlInfoMap, and no longer\n necessary it pass it to the ControlList serializer\n- update documentation about the required namespacing, customizable\n start(), and that {pipeline_name}.h is no longer required\n- use namespacing in the mojom file and test\n\n\nPaul Elder (4):\n tests: Add IPADataSerializer test\n tests: Add test for IPCPipeUnixSocket\n Documentation: Add IPA writers guide\n tests: Test IPA serializer generation\n\n Documentation/guides/ipa.rst | 474 ++++++++++++++++++\n Documentation/index.rst | 1 +\n Documentation/meson.build | 1 +\n test/ipc/meson.build | 3 +-\n test/ipc/unixsocket_ipc.cpp | 233 +++++++++\n .../generated_serializer_test.cpp | 156 ++++++\n .../generated_serializer/meson.build | 49 ++\n .../generated_serializer/vimc.mojom | 33 ++\n .../ipa_data_serializer_test.cpp | 378 ++++++++++++++\n test/serialization/meson.build | 5 +-\n 10 files changed, 1331 insertions(+), 2 deletions(-)\n create mode 100644 Documentation/guides/ipa.rst\n create mode 100644 test/ipc/unixsocket_ipc.cpp\n create mode 100644 test/serialization/generated_serializer/generated_serializer_test.cpp\n create mode 100644 test/serialization/generated_serializer/meson.build\n create mode 100644 test/serialization/generated_serializer/vimc.mojom\n create mode 100644 test/serialization/ipa_data_serializer_test.cpp" }