linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] x86/reboot: update docs and limit O990 quirk scope.
@ 2021-05-30 16:24 Paul Gortmaker
  2021-05-30 16:24 ` [PATCH 1/3] x86/reboot: document the "reboot=pci" option Paul Gortmaker
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Paul Gortmaker @ 2021-05-30 16:24 UTC (permalink / raw)
  To: x86, linux-kernel
  Cc: Borislav Petkov, H. Peter Anvin, Ingo Molnar, Jonathan Corbet,
	Matthew Garrett, Michael D Labriola, Rafael J . Wysocki,
	Thomas Gleixner, Thomas Renninger, Paul Gortmaker

When using an older Dell Optiplex 990 for boot testing, I found it quite
annoying that the stupid thing would power right down and then turn on
again a second or two later on every "normal" reboot.

After a bit of investigation, I found that it wasn't the machine that
was at fault, but that we had put in a reboot quirk about 10y ago when
the platform was new, and never bothered to check back if it was
required after the vendor did the first year worth of BIOS updates.

Along the way I found that we never properly documented how to avoid
using the reboot quirks, or the reboot=pci option so I fixed that too.

---

Cc: Borislav Petkov <bp@alien8.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Matthew Garrett <mjg@redhat.com>
Cc: Michael D Labriola <michael.d.labriola@gmail.com>
Cc: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Thomas Renninger <trenn@suse.de>
Cc: x86@kernel.org

Paul Gortmaker (3):
  x86/reboot: document the "reboot=pci" option
  x86/reboot: document how to override DMI platform quirks
  x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versions

 Documentation/admin-guide/kernel-parameters.txt |  2 +-
 Documentation/x86/x86_64/boot-options.rst       | 11 ++++++++++-
 arch/x86/kernel/reboot.c                        |  3 ++-
 3 files changed, 13 insertions(+), 3 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-08-12 10:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-30 16:24 [PATCH 0/3] x86/reboot: update docs and limit O990 quirk scope Paul Gortmaker
2021-05-30 16:24 ` [PATCH 1/3] x86/reboot: document the "reboot=pci" option Paul Gortmaker
2021-08-12 10:09   ` [tip: x86/misc] x86/reboot: Document " tip-bot2 for Paul Gortmaker
2021-05-30 16:24 ` [PATCH 2/3] x86/reboot: document how to override DMI platform quirks Paul Gortmaker
2021-08-12 10:09   ` [tip: x86/misc] x86/reboot: Document " tip-bot2 for Paul Gortmaker
2021-05-30 16:24 ` [PATCH 3/3] x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versions Paul Gortmaker
2021-08-12 10:09   ` [tip: x86/misc] " tip-bot2 for Paul Gortmaker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).