From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtpout-02.galae.net (smtpout-02.galae.net [185.246.84.56]) (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 9059530DECB for ; Mon, 6 Jul 2026 14:09:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.246.84.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783346964; cv=none; b=siII3SzKCpkFaIWMoAKlu2V95pE89FASi+7w9h2s6nAM3XpUty1275ztqJRAbTIMXWqkDvW8hvEvfytJjgzpE8Y1vwQbFHHwpvYcD71K5S9cjXyZ5cCX6W2/lhFhctaPyo9WA7IFMMSxmg5KnJSfqhnES/NE3vP2HtYVGDwEz7M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783346964; c=relaxed/simple; bh=SGoTPCF+BhDIE5d+yNGm5mB+Jv3gNYZIIu4ZIMEQtKs=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=RYQycUWYBzwFP/F1aZlAeXHWzuL3EZapeA46yVtCLpHNzhhaT0TLtgLRa/fU2vGMUyWHKUJemiomD3mTAqxVi/sFSdCbDGXjzFyd+9I4QyJMTbmeH9lDF1uitmFmhQBXtJMjF8IHGC+/qJI4H2pm/sn4lYQnfpKWIe84e0L1TnM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=AQOQMyRm; arc=none smtp.client-ip=185.246.84.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="AQOQMyRm" Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-02.galae.net (Postfix) with ESMTPS id 0C8EB1A0E92; Mon, 6 Jul 2026 14:09:21 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id CCD03601A2; Mon, 6 Jul 2026 14:09:20 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 6C29D11BBA405; Mon, 6 Jul 2026 16:09:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=dkim; t=1783346959; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=q18cFpOTGqCaz9ynq10iN9aMsadVtoOzS+aRl3AJ/Jw=; b=AQOQMyRms/9CEJOy5i56vZ5Ut/DSKJkRecbiHR7A8VBU9uWlQTTi1uhgDdLna1JEB36vqI hlrHK36WiFggRX7DGCni26gq//r0WABmsRVDWCFGuT4G1RR22HNiK/Iyd/e5EZlltoIrz2 N33Cu4TYvGIv9WgFJu4H2PVVc61nvY4oCD+qaQx/UK3PrFn0wAQzXMjX4tecuXW7pSJPBT xsgb8TofmAmPwcp04lHbds7X326LWdKz2aGDDarXHWb+dne3isF/U5gSHJ9P9tJFEnOEY1 FV6pLvOF6Y9IhNyRxnoq4Xsj5+KwncSivqvmiDGmBg2TwfPQxDO6tNg44JonSA== From: Miquel Raynal To: Pengpeng Hou Cc: Richard Weinberger , Vignesh Raghavendra , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mtd: rawnand: realtek: add missing MODULE_DEVICE_TABLE() In-Reply-To: <20260704123044.31740-1-pengpeng@iscas.ac.cn> (Pengpeng Hou's message of "Sat, 4 Jul 2026 20:30:44 +0800") References: <20260704123044.31740-1-pengpeng@iscas.ac.cn> User-Agent: mu4e 1.12.7; emacs 30.2 Date: Mon, 06 Jul 2026 16:09:15 +0200 Message-ID: <87tsqcky5w.fsf@bootlin.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Last-TLS-Session-Version: TLSv1.3 Hi Pengpeng, On 04/07/2026 at 20:30:44 +08, Pengpeng Hou wrote: > The driver has an OF match table wired to .of_match_table, but does > not export the table with MODULE_DEVICE_TABLE(). > > Add the missing MODULE_DEVICE_TABLE(of, ...) entry so module alias > information is generated for OF based module autoloading. > > This is a source-level fix. It does not claim dynamic hardware > reproduction; the evidence is the driver-owned match table, its use by > the platform driver, and the missing module alias publication. Why do you never add any Fixes and Cc stable tags? This is a behavioural fix, which probably deserves to be backported. It is the third or even maybe fourth time that I have to ask for those tags within 2 weeks. Please consider adding them proactively when relevant. Thanks, Miqu=C3=A8l