From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-179.mta1.migadu.com (out-179.mta1.migadu.com [95.215.58.179]) (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 A05A736A01E for ; Thu, 2 Jul 2026 08:57:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.179 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782982639; cv=none; b=p0dYIVSHjilKm7ia84+GV3QmDGf0ilXko3AYcXck7Fu6MR3gb2BDK01iYVRowx/74FmFOEMBJi21R1RWa7VpAZu4AZ1b8FpTlDybE6+WCB0fghV92P+3fzs1J17mxp4XKcCdx3u5iA93kRPhNweLnnVkiT+Wxpv0TiBUhq4+2U0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782982639; c=relaxed/simple; bh=fxSCO2GdJyXSHVxXmZ0U0WEI4suXaRLlh1IVsJ7O6I4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=pKdosohnWxjuiHm9U89FzAlOeZegwo3rTkCue9Awkcc+FeNPFfgj2zVtxY7YH0cnWb5NLh16S5vUelAnU/APK/QSh8efeOXw/IuMPnMRNZukuMBEUYKJFIYxtoFDVhN474m9KNwrjOF1v6CXJRiyQh769I4TU28GGWKtcGui51Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=ouWKTYuU; arc=none smtp.client-ip=95.215.58.179 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="ouWKTYuU" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1782982635; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=3sxuk0UjzqETJkfItxGtGAW5fllnePIahg7Ixhcanyg=; b=ouWKTYuU3iEJzcYtRZmHM/pwELKQy0Wv/N9VquqcX0msCV8y2tEPgKWbAXXAwmwKSsH5Hw K/va5IpB2SOktoOAjADWN6L+xkqXBiO687D+y0ac/G7GSFNDV648pjmdib24xbYlzPd6jm bm6ldd9Zh9+teMoRQWOImXuWkPMhZLQ= From: Zenghui Yu To: linux-kernel@vger.kernel.org Cc: minchan@kernel.org, senozhatsky@chromium.org, akpm@linux-foundation.org, "Zenghui Yu (Huawei)" Subject: [PATCH] MAINTAINERS: add ABI docs and selftests to ZRAM entry Date: Thu, 2 Jul 2026 16:56:55 +0800 Message-ID: <20260702085655.51858-1-zenghui.yu@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT From: "Zenghui Yu (Huawei)" Ensure updates to these files get sent to the right place. Signed-off-by: Zenghui Yu (Huawei) --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 15011f5752a9..48808de7c7bb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -29779,8 +29779,11 @@ M: Minchan Kim M: Sergey Senozhatsky L: linux-kernel@vger.kernel.org S: Maintained +F: Documentation/ABI/testing/sysfs-block-zram +F: Documentation/ABI/testing/sysfs-class-zram F: Documentation/admin-guide/blockdev/zram.rst F: drivers/block/zram/ +F: tools/testing/selftests/zram/ ZS DECSTATION Z85C30 SERIAL DRIVER M: "Maciej W. Rozycki" -- 2.53.0