From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5794C327C16 for ; Mon, 24 Nov 2025 19:45:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764013510; cv=none; b=EIgDyjvBLKvne1jtmM8zHm6XlILPOQ0VEuFm4bztXMKeFQwZDQ3wvMQOdy/+9KJoolYMQdAw5y1KALce6s/+lrM8mVkOnzJ4b4uC2NZCWGJkVUm4vbx/HIcf64ar4eFw25aJvvmKy/hottMFsUOJdUtFbp4ZZEaNZwVeEyiOE6U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764013510; c=relaxed/simple; bh=f2y7eo38yC/1lx5V3MylKrP9n9Jsl8oI8vUn8UUJJws=; h=Message-ID:Date:MIME-Version:Subject:To:References:From: In-Reply-To:Content-Type; b=P2JTTUt9cAljgqtSjW9W3QFCDddwOKRIOlGsBHH5koWRyas0kKInC2U44+XzcQCRhnm1W8ojmOlJRiozCRz8jZtILHjU0GOsfaIGIfKeTQ1QBUpoX9aa2HBfJWwfQnDEoXOrBEOQ0YgCVWBLhq4/fLVGJDY9dyGN5DfbolYw2i4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ONZ8dMDr; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ONZ8dMDr" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ABAD7C4CEF1; Mon, 24 Nov 2025 19:45:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764013509; bh=f2y7eo38yC/1lx5V3MylKrP9n9Jsl8oI8vUn8UUJJws=; h=Date:Subject:To:References:From:In-Reply-To:From; b=ONZ8dMDrCtiEw2jlS6Esh1rqesyQ4eLZhTgzgpEK/KAdEXQBJCtXoryYkM2PCLT6C C5HIWe3AzoJgSq74hbItQsOEd0rHLSeutU4NQ13PZQ5kJojo/WJcdaw+4HCfcrZRV0 cpl7yjo4XUxoCYwXf/LR9qpnbzObLUUGo6QpB6zVFC/b+4HnNCS67FOW8rVvM8xy04 k1QjW4asfrq+4nPyvlz4hZPG+ELT7zA7ro7fwC6jYWMGOx97z9kJ0hcDvOV3xsjtMB nazKz6X6sLUpSMbQxkEwf+LPPMuPjzosVTQqbY5KFS8eAXRRtYUYQdyBwKMzKkwp99 FO0NFvzn2l3lA== Message-ID: Date: Mon, 24 Nov 2025 20:45:03 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] MAINTAINERS: Downgrade ocxl to Odd Fixes To: Andrew Donnellan , Frederic Barrat , Christophe Lombard , Arnd Bergmann , Greg Kroah-Hartman , linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org References: <20251120-ocxl-odd-fixes-v1-1-8b766f114621@linux.ibm.com> From: "Christophe Leroy (CS GROUP)" Content-Language: fr-FR In-Reply-To: <20251120-ocxl-odd-fixes-v1-1-8b766f114621@linux.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Hi, Le 20/11/2025 à 04:16, Andrew Donnellan a écrit : > There hasn't been any substantive work on the ocxl driver since 2020, and > all patches since then have been minor fixes or part of treewide or > arch-wide changes. Frederic and I are no longer spending much time on this > driver. > > Downgrade the status of the ocxl driver to Odd Fixes, to reflect the > current reality. There one patch in patchwork at the time being, will you handle it ? "ocxl: Fix race leading to use-after-free in file operations" https://patchwork.ozlabs.org/project/linuxppc-dev/patch/20251024010228.1667904-1-danisjiang@gmail.com/ Christophe > > Signed-off-by: Andrew Donnellan > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index ea8194ac8970d0e34421670b663347b4678a34de..3d558554f074916364b013855dc0a82cfb6e73f2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -18755,7 +18755,7 @@ OCXL (Open Coherent Accelerator Processor Interface OpenCAPI) DRIVER > M: Frederic Barrat > M: Andrew Donnellan > L: linuxppc-dev@lists.ozlabs.org > -S: Supported > +S: Odd Fixes > F: Documentation/userspace-api/accelerators/ocxl.rst > F: arch/powerpc/include/asm/pnv-ocxl.h > F: arch/powerpc/platforms/powernv/ocxl.c > > --- > base-commit: 23cb64fb76257309e396ea4cec8396d4a1dbae68 > change-id: 20251120-ocxl-odd-fixes-6a87a68dd270 > > > -- > Andrew Donnellan OzLabs, ADL Canberra > ajd@linux.ibm.com IBM Australia Limited > >