From: Karl Mehltretter <kmehltretter@gmail.com>
To: Jonathan Corbet <corbet@lwn.net>
Cc: Karl Mehltretter <kmehltretter@gmail.com>,
Geert Uytterhoeven <geert@linux-m68k.org>,
linux-m68k@lists.linux-m68k.org,
Dmitry Torokhov <dmitry.torokhov@gmail.com>,
linux-input@vger.kernel.org, linux-doc@vger.kernel.org,
Shuah Khan <skhan@linuxfoundation.org>,
Randy Dunlap <rdunlap@infradead.org>,
Thomas Gleixner <tglx@kernel.org>, Ingo Molnar <mingo@redhat.com>,
Borislav Petkov <bp@alien8.de>,
Dave Hansen <dave.hansen@linux.intel.com>,
x86@kernel.org, Steve Wahl <steve.wahl@hpe.com>,
Dimitri Sivanich <dimitri.sivanich@hpe.com>,
Mike Travis <mike.travis@hpe.com>,
Tony Luck <tony.luck@intel.com>,
linux-edac@vger.kernel.org, Krzysztof Kozlowski <krzk@kernel.org>,
Arnd Bergmann <arnd@arndb.de>,
linux-samsung-soc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Tony Lindgren <tony@atomide.com>,
Kevin Hilman <khilman@baylibre.com>,
linux-omap@vger.kernel.org,
Dominik Brodowski <linux@dominikbrodowski.net>,
Michael Schmitz <schmitzmic@gmail.com>,
Andreas Kemnade <andreas@kemnade.info>
Subject: [PATCH v3 0/8] docs: kernel-parameters: Remove eight entries for parameters that no longer exist
Date: Thu, 10 Sep 2026 03:32:37 +0200 [thread overview]
Message-ID: <20260910013245.8619-1-kmehltretter@gmail.com> (raw)
kernel-parameters.txt still documents eight boot parameters whose parsing
code was removed with the drivers or platforms that used them, one of
them (atarimouse=) since before the git history. There is one patch per
parameter, with a Fixes: tag where the removal is in git history.
Each entry was checked with git grep for its __setup(), early_param()
and module_param() handler and with git log -S for the removing commit,
and the name is absent from the whole tree at that commit.
Changes in v3:
- patch 3: name the commit that turned edac_report= into a module
parameter (fee27d7d9788) and the one that removed it (7fc0b9b995f2),
Fixes: tag moved to the latter (Boris)
- the pata_legacy patch is dropped, Ethan's patch from June covers all
six parameters that commit 3c4d783f6922 removed:
https://lore.kernel.org/r/20260607064053.195166-1-enelsonmoore@gmail.com/
- collect Reviewed-by and Acked-by tags
- the "Found by cross-checking ..." paragraph dropped from the messages
The remaining eight patch diffs are unchanged since v2.
Changes in v2:
- patch 9: drop the Fixes: tag for 0dcd0a76370a, which removed the
separate pata_qdi driver and not the pata_legacy parameter; both
parameters went away in 3c4d783f6922 alone
- collect the Reviewed-by and Acked-by tags from v1
v2: https://lore.kernel.org/r/20260905094649.41996-1-kmehltretter@gmail.com/
v1: https://lore.kernel.org/r/20260905070347.25902-1-kmehltretter@gmail.com/
Karl Mehltretter (8):
docs: kernel-parameters: Drop the atarimouse= entry
docs: kernel-parameters: Drop the bau= entry
docs: kernel-parameters: Drop the edac_report= entry
docs: kernel-parameters: Drop the enable_timer_pin_1 entry
docs: kernel-parameters: Drop the mini2440= entry
docs: kernel-parameters: Drop the nomfgpt entry
docs: kernel-parameters: Drop the omap_mux= entry
docs: kernel-parameters: Drop the pcmv= entry
.../admin-guide/kernel-parameters.txt | 54 -------------------
1 file changed, 54 deletions(-)
base-commit: 986c24e0fe44f844b44d365b71ce831947f50298
--
2.53.0
next reply other threads:[~2026-09-10 1:32 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-10 1:32 Karl Mehltretter [this message]
2026-09-10 1:32 ` [PATCH v3 1/8] docs: kernel-parameters: Drop the atarimouse= entry Karl Mehltretter
2026-09-10 1:32 ` [PATCH v3 2/8] docs: kernel-parameters: Drop the bau= entry Karl Mehltretter
2026-09-10 1:32 ` [PATCH v3 3/8] docs: kernel-parameters: Drop the edac_report= entry Karl Mehltretter
2026-09-10 1:32 ` [PATCH v3 4/8] docs: kernel-parameters: Drop the enable_timer_pin_1 entry Karl Mehltretter
2026-09-10 1:32 ` [PATCH v3 5/8] docs: kernel-parameters: Drop the mini2440= entry Karl Mehltretter
2026-09-10 1:32 ` [PATCH v3 6/8] docs: kernel-parameters: Drop the nomfgpt entry Karl Mehltretter
2026-09-10 1:32 ` [PATCH v3 7/8] docs: kernel-parameters: Drop the omap_mux= entry Karl Mehltretter
2026-09-10 1:32 ` [PATCH v3 8/8] docs: kernel-parameters: Drop the pcmv= entry Karl Mehltretter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260910013245.8619-1-kmehltretter@gmail.com \
--to=kmehltretter@gmail.com \
--cc=andreas@kemnade.info \
--cc=arnd@arndb.de \
--cc=bp@alien8.de \
--cc=corbet@lwn.net \
--cc=dave.hansen@linux.intel.com \
--cc=dimitri.sivanich@hpe.com \
--cc=dmitry.torokhov@gmail.com \
--cc=geert@linux-m68k.org \
--cc=khilman@baylibre.com \
--cc=krzk@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-edac@vger.kernel.org \
--cc=linux-input@vger.kernel.org \
--cc=linux-m68k@lists.linux-m68k.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux@dominikbrodowski.net \
--cc=mike.travis@hpe.com \
--cc=mingo@redhat.com \
--cc=rdunlap@infradead.org \
--cc=schmitzmic@gmail.com \
--cc=skhan@linuxfoundation.org \
--cc=steve.wahl@hpe.com \
--cc=tglx@kernel.org \
--cc=tony.luck@intel.com \
--cc=tony@atomide.com \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox