Show a cover letter.

GET /api/covers/2879/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2879,
    "url": "https://patchwork.libcamera.org/api/covers/2879/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/2879/",
    "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": "<20200227030001.333291-1-helen.koike@collabora.com>",
    "date": "2020-02-27T02:59:59",
    "name": "[libcamera-devel,0/2] rkisp1: don't enable immutable link",
    "submitter": {
        "id": 20,
        "url": "https://patchwork.libcamera.org/api/people/20/?format=api",
        "name": "Helen Koike",
        "email": "helen.koike@collabora.com"
    },
    "mbox": "https://patchwork.libcamera.org/cover/2879/mbox/",
    "series": [
        {
            "id": 692,
            "url": "https://patchwork.libcamera.org/api/series/692/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=692",
            "date": "2020-02-27T02:59:59",
            "name": "rkisp1: don't enable immutable link",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/692/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/2879/comments/",
    "headers": {
        "Return-Path": "<helen.koike@collabora.com>",
        "Received": [
            "from bhuna.collabora.co.uk (bhuna.collabora.co.uk\n\t[IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id ABD7C60429\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 27 Feb 2020 04:00:12 +0100 (CET)",
            "from [127.0.0.1] (localhost [127.0.0.1])\n\t(Authenticated sender: koike) with ESMTPSA id 906CF293DC8"
        ],
        "From": "Helen Koike <helen.koike@collabora.com>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Cc": "kernel@collabora.com, tfiga@chromium.org, niklas.soderlund@ragnatech.se, \n\tdafna.hirschfeld@collabora.com",
        "Date": "Wed, 26 Feb 2020 23:59:59 -0300",
        "Message-Id": "<20200227030001.333291-1-helen.koike@collabora.com>",
        "X-Mailer": "git-send-email 2.25.0",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH 0/2] rkisp1: don't enable immutable link",
        "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>",
        "X-List-Received-Date": "Thu, 27 Feb 2020 03:00:12 -0000"
    },
    "content": "The following patch was merged in the Linux kernel media tree:\n3eed7385bff6 (\"media: staging: media: rkisp1: make links immutable by default\")\n\nWhich causes the topology configuration in libcamera to fail, since it tries to\nenable immutable links.\n\nThis patchset fixes the rkisp1-capture.sh scrips and the pipeline\nhandler.\n\nQuestion: I was wondering how releases are being mananged by libcamera.\nDoes this patchset needs to wait for the patch mentioned above to reach\nmainline kernel?\n\nHelen Koike (2):\n  utils: rkisp1: don't enable immutable link\n  libcamera: pipeline: rkisp1: don't enable immutable link\n\n src/libcamera/pipeline/rkisp1/rkisp1.cpp | 8 --------\n utils/rkisp1/rkisp1-capture.sh           | 1 -\n 2 files changed, 9 deletions(-)"
}