get:
Show a patch.

patch:
Update a patch.

put:
Update a patch.

GET /api/patches/1285/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1285,
    "url": "http://patchwork.ozlabs.org/api/patches/1285/?format=api",
    "web_url": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/1222262942.4257.9.camel@johannes.berg/",
    "project": {
        "id": 2,
        "url": "http://patchwork.ozlabs.org/api/projects/2/?format=api",
        "name": "Linux PPC development",
        "link_name": "linuxppc-dev",
        "list_id": "linuxppc-dev.lists.ozlabs.org",
        "list_email": "linuxppc-dev@lists.ozlabs.org",
        "web_url": "https://github.com/linuxppc/wiki/wiki",
        "scm_url": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git",
        "webscm_url": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/",
        "list_archive_url": "https://lore.kernel.org/linuxppc-dev/",
        "list_archive_url_format": "https://lore.kernel.org/linuxppc-dev/{}/",
        "commit_url_format": "https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/commit/?id={}"
    },
    "msgid": "<1222262942.4257.9.camel@johannes.berg>",
    "list_archive_url": "https://lore.kernel.org/linuxppc-dev/1222262942.4257.9.camel@johannes.berg/",
    "date": "2008-09-24T13:29:02",
    "name": "powerpc: make 64-bit hibernation depend on !64K_PAGES",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": true,
    "hash": "cd1eb379886dd6a890622a920effcc0687e94417",
    "submitter": {
        "id": 265,
        "url": "http://patchwork.ozlabs.org/api/people/265/?format=api",
        "name": "Johannes Berg",
        "email": "johannes@sipsolutions.net"
    },
    "delegate": null,
    "mbox": "http://patchwork.ozlabs.org/project/linuxppc-dev/patch/1222262942.4257.9.camel@johannes.berg/mbox/",
    "series": [],
    "comments": "http://patchwork.ozlabs.org/api/patches/1285/comments/",
    "check": "pending",
    "checks": "http://patchwork.ozlabs.org/api/patches/1285/checks/",
    "tags": {},
    "related": [],
    "headers": {
        "Return-Path": "<linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org>",
        "X-Original-To": [
            "patchwork-incoming@ozlabs.org",
            "linuxppc-dev@ozlabs.org"
        ],
        "Delivered-To": [
            "patchwork-incoming@ozlabs.org",
            "linuxppc-dev@ozlabs.org"
        ],
        "Received": [
            "from ozlabs.org (localhost [127.0.0.1])\n\tby ozlabs.org (Postfix) with ESMTP id 26DE9DE395\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed, 24 Sep 2008 23:30:09 +1000 (EST)",
            "from sipsolutions.net (xc.sipsolutions.net [83.246.72.84])\n\t(using TLSv1 with cipher AES256-SHA (256/256 bits))\n\t(Client did not present a certificate)\n\tby ozlabs.org (Postfix) with ESMTPS id 4E6A5DDE2A\n\tfor <linuxppc-dev@ozlabs.org>; Wed, 24 Sep 2008 23:29:55 +1000 (EST)",
            "by sipsolutions.net with esmtpsa\n\t(TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32)\n\t(Exim 4.69) (envelope-from <johannes@sipsolutions.net>)\n\tid 1KiURC-0005ms-V9; Wed, 24 Sep 2008 15:29:51 +0200"
        ],
        "Subject": "[PATCH] powerpc: make 64-bit hibernation depend on !64K_PAGES",
        "From": "Johannes Berg <johannes@sipsolutions.net>",
        "To": "linuxppc-dev list <linuxppc-dev@ozlabs.org>",
        "Date": "Wed, 24 Sep 2008 15:29:02 +0200",
        "Message-Id": "<1222262942.4257.9.camel@johannes.berg>",
        "Mime-Version": "1.0",
        "X-Mailer": "Evolution 2.22.3.1 ",
        "X-BeenThere": "linuxppc-dev@ozlabs.org",
        "X-Mailman-Version": "2.1.11",
        "Precedence": "list",
        "List-Id": "Linux on PowerPC Developers Mail List <linuxppc-dev.ozlabs.org>",
        "List-Unsubscribe": "<https://ozlabs.org/mailman/options/linuxppc-dev>,\n\t<mailto:linuxppc-dev-request@ozlabs.org?subject=unsubscribe>",
        "List-Archive": "<http://ozlabs.org/pipermail/linuxppc-dev>",
        "List-Post": "<mailto:linuxppc-dev@ozlabs.org>",
        "List-Help": "<mailto:linuxppc-dev-request@ozlabs.org?subject=help>",
        "List-Subscribe": "<https://ozlabs.org/mailman/listinfo/linuxppc-dev>,\n\t<mailto:linuxppc-dev-request@ozlabs.org?subject=subscribe>",
        "Content-Type": "text/plain; charset=\"us-ascii\"",
        "Content-Transfer-Encoding": "7bit",
        "Sender": "linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org",
        "Errors-To": "linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org"
    },
    "content": "For reasons I haven't tried to figure out yet, and which are quite\npossibly my own fault, the hibernation code doesn't work with 64K pages.\nUntil somebody is able to figure out why (if anyone cares; I seem to be\nthe only person on earth actually using this code once a while) make it\ndepend on !PPC_64K_PAGES.\n\nSigned-off-by: Johannes Berg <johannes@sipsolutions.net>\n---",
    "diff": "--- a/arch/powerpc/Kconfig\n+++ b/arch/powerpc/Kconfig\n@@ -194,7 +194,7 @@ config HIBERNATE_32\n \n config HIBERNATE_64\n \tbool\n-\tdepends on BROKEN || (PPC_PMAC64 && EXPERIMENTAL)\n+\tdepends on BROKEN || (PPC_PMAC64 && !PPC_64K_PAGES && EXPERIMENTAL)\n \tdefault y\n \n config ARCH_HIBERNATION_POSSIBLE\n",
    "prefixes": []
}