Cover Letter Detail
Show a cover letter.
GET /api/covers/2196544/?format=api
{ "id": 2196544, "url": "http://patchwork.ozlabs.org/api/covers/2196544/?format=api", "web_url": "http://patchwork.ozlabs.org/project/ubuntu-kernel/cover/257be2b7-1866-49ba-bf9a-f7a813946d69@proxmox.com/", "project": { "id": 15, "url": "http://patchwork.ozlabs.org/api/projects/15/?format=api", "name": "Ubuntu Kernel", "link_name": "ubuntu-kernel", "list_id": "kernel-team.lists.ubuntu.com", "list_email": "kernel-team@lists.ubuntu.com", "web_url": null, "scm_url": null, "webscm_url": null, "list_archive_url": "", "list_archive_url_format": "", "commit_url_format": "" }, "msgid": "<257be2b7-1866-49ba-bf9a-f7a813946d69@proxmox.com>", "list_archive_url": null, "date": "2026-02-14T16:34:14", "name": "[N,0/2] adapt smb client backports to avoid compilation errors", "submitter": { "id": 67098, "url": "http://patchwork.ozlabs.org/api/people/67098/?format=api", "name": "Thomas Lamprecht", "email": "t.lamprecht@proxmox.com" }, "mbox": "http://patchwork.ozlabs.org/project/ubuntu-kernel/cover/257be2b7-1866-49ba-bf9a-f7a813946d69@proxmox.com/mbox/", "series": [ { "id": 492186, "url": "http://patchwork.ozlabs.org/api/series/492186/?format=api", "web_url": "http://patchwork.ozlabs.org/project/ubuntu-kernel/list/?series=492186", "date": "2026-02-14T16:34:14", "name": "adapt smb client backports to avoid compilation errors", "version": 1, "mbox": "http://patchwork.ozlabs.org/series/492186/mbox/" } ], "comments": "http://patchwork.ozlabs.org/api/covers/2196544/comments/", "headers": { "Return-Path": "<kernel-team-bounces@lists.ubuntu.com>", "X-Original-To": "incoming@patchwork.ozlabs.org", "Delivered-To": "patchwork-incoming@legolas.ozlabs.org", "Authentication-Results": "legolas.ozlabs.org;\n spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com\n (client-ip=185.125.189.65; helo=lists.ubuntu.com;\n envelope-from=kernel-team-bounces@lists.ubuntu.com;\n receiver=patchwork.ozlabs.org)", "Received": [ "from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65])\n\t(using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits))\n\t(No client certificate requested)\n\tby legolas.ozlabs.org (Postfix) with ESMTPS id 4fCvxn3Dx1z1xpl\n\tfor <incoming@patchwork.ozlabs.org>; Sun, 15 Feb 2026 03:43:56 +1100 (AEDT)", "from localhost ([127.0.0.1] helo=lists.ubuntu.com)\n\tby lists.ubuntu.com with esmtp (Exim 4.86_2)\n\t(envelope-from <kernel-team-bounces@lists.ubuntu.com>)\n\tid 1vrIkH-0002Ww-3s; Sat, 14 Feb 2026 16:43:49 +0000", "from proxmox-new.maurer-it.com ([94.136.29.106])\n by lists.ubuntu.com with esmtp (Exim 4.86_2)\n (envelope-from <t.lamprecht@proxmox.com>) id 1vrIkG-0002Wn-1S\n for kernel-team@lists.ubuntu.com; Sat, 14 Feb 2026 16:43:48 +0000", "from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1])\n by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 18406837FD\n for <kernel-team@lists.ubuntu.com>; Sat, 14 Feb 2026 17:34:15 +0100 (CET)" ], "Message-ID": "<257be2b7-1866-49ba-bf9a-f7a813946d69@proxmox.com>", "Date": "Sat, 14 Feb 2026 17:34:14 +0100", "MIME-Version": "1.0", "User-Agent": "Mozilla Thunderbird Beta", "Subject": "[N][PATCH 0/2] adapt smb client backports to avoid compilation errors", "From": "Thomas Lamprecht <t.lamprecht@proxmox.com>", "To": "kernel-team@lists.ubuntu.com", "References": "<20260214155458.2475954-1-t.lamprecht@proxmox.com>", "Content-Language": "en-US", "In-Reply-To": "<20260214155458.2475954-1-t.lamprecht@proxmox.com>", "X-Bm-Milter-Handled": "55990f41-d878-4baa-be0a-ee34c49e34d2", "X-Bm-Transport-Timestamp": "1771086850200", "Received-SPF": "pass client-ip=94.136.29.106;\n envelope-from=t.lamprecht@proxmox.com; helo=proxmox-new.maurer-it.com", "X-BeenThere": "kernel-team@lists.ubuntu.com", "X-Mailman-Version": "2.1.20", "Precedence": "list", "List-Id": "Kernel team discussions <kernel-team.lists.ubuntu.com>", "List-Unsubscribe": "<https://lists.ubuntu.com/mailman/options/kernel-team>,\n <mailto:kernel-team-request@lists.ubuntu.com?subject=unsubscribe>", "List-Archive": "<https://lists.ubuntu.com/archives/kernel-team>", "List-Post": "<mailto:kernel-team@lists.ubuntu.com>", "List-Help": "<mailto:kernel-team-request@lists.ubuntu.com?subject=help>", "List-Subscribe": "<https://lists.ubuntu.com/mailman/listinfo/kernel-team>,\n <mailto:kernel-team-request@lists.ubuntu.com?subject=subscribe>", "Content-Type": "text/plain; charset=\"utf-8\"", "Content-Transfer-Encoding": "base64", "Errors-To": "kernel-team-bounces@lists.ubuntu.com", "Sender": "\"kernel-team\" <kernel-team-bounces@lists.ubuntu.com>" }, "content": "Am 14.02.26 um 17:04 schrieb Thomas Lamprecht:\n> I couldn't compile Ubuntu-6.8.0-103.103 due to two smb client fixes not\n> having been correctly adapted during their backport to 6.8, and the more\n> recently tagged Ubuntu-6.8.0-104.104 saw no change in the smb client, so\n> should still apply.\n> \n> Thomas Lamprecht (2):\n> smb client: fix unknown-variable compilation error due to bad backport\n> smb client: switch disable_work_sync with cancel_work_sync to fix\n> backport\n> \n> fs/smb/client/smbdirect.c | 4 ++--\n> 1 file changed, 2 insertions(+), 2 deletions(-)\n> \n\n\nForgot to explicitly include in the subject and here that these apply to the\nNoble release, which is the one using the 6.8 kernel by default." }