Re: [Kgdb-bugreport] [PATCH v2] hardlockup: detect hard lockups using secondary (buddy) CPUs

2023-04-28 Thread Randy Dunlap
Hi-- On 4/28/23 16:37, Douglas Anderson wrote: > From: Colin Cross > > Implement a hardlockup detector that doesn't doesn't need any extra > arch-specific support code to detect lockups. Instead of using > something arch-specific we will use the buddy system, where each CPU > watches out for

Re: [Kgdb-bugreport] [PATCH] hardlockup: detect hard lockups using secondary (buddy) cpus

2023-04-21 Thread Randy Dunlap
Hi-- On 4/21/23 15:53, Douglas Anderson wrote: > From: Colin Cross > > Implement a hardlockup detector that can be enabled on SMP systems > that don't have an arch provided one or one implemented atop perf by Is thatone or more ? > using interrupts on other cpus.

[Kgdb-bugreport] [PATCH v2] kgdboc: fix return value of __setup handler

2022-03-08 Thread Randy Dunlap
kgdboc=kbd kgdbts= Fixes: 1bd54d851f50 ("kgdboc: Passing ekgdboc to command line causes panic") Fixes: f2d937f3bf00 ("consoles: polling support, kgdboc") Signed-off-by: Randy Dunlap Reported-by: Igor Zhbanov Link: lore.kernel.org/r/64644a2f-4a20-bab3-1e15-3b2cdd0de.

[Kgdb-bugreport] [PATCH] kgdbts: fix return value of __setup handler

2022-03-07 Thread Randy Dunlap
d31c204e36 ("kgdb: add kgdb internal test suite") Signed-off-by: Randy Dunlap Reported-by: Igor Zhbanov Link: lore.kernel.org/r/64644a2f-4a20-bab3-1e15-3b2cdd0de...@omprussia.ru Cc: kgdb-bugreport@lists.sourceforge.net Cc: Jason Wessel Cc: Daniel Thompson Cc: Douglas Anderson Cc: Arnd Berg

[Kgdb-bugreport] [PATCH] kgdboc: fix return value of __setup handler

2022-03-07 Thread Randy Dunlap
d25cbb2fed ("kgdboc: Fix warning with module build") Signed-off-by: Randy Dunlap Reported-by: Igor Zhbanov Link: lore.kernel.org/r/64644a2f-4a20-bab3-1e15-3b2cdd0de...@omprussia.ru Cc: Laura Abbott Cc: Greg Kroah-Hartman Cc: Jiri Slaby Cc: kgdb-bugreport@lists.sourceforge.net Cc: Jaso

Re: [Kgdb-bugreport] [PATCH V2] kernel: debug: Ordinary typo fixes in the file gdbstub.c

2021-03-17 Thread Randy Dunlap
On 3/17/21 3:46 AM, Bhaskar Chowdhury wrote: > s/overwitten/overwritten/ > s/procesing/processing/ > > Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap > --- > Changes from V1: > As Daniel pointed out, I was misdoing a check,so corrected > > kernel/debug/g

[Kgdb-bugreport] [PATCH 15/20] Documentation: powerpc/vas-api: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Michael Ellerman Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: linuxppc-...@lists.ozlabs.org --- Documentation/powerpc/vas-api.rst |2 +- 1 file changed, 1 inser

[Kgdb-bugreport] [PATCH 19/20] Documentation: virt/kvm/api: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the duplicated word "struct". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Paolo Bonzini Cc: k...@vger.kernel.org --- Documentation/virt/kvm/api.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-5.8-rc3.orig/Document

[Kgdb-bugreport] [PATCH 16/20] Documentation: s390/vfio-ap: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Tony Krowiak Cc: Pierre Morel Cc: Halil Pasic Cc: linux-s...@vger.kernel.org --- Documentation/s390/vfio-ap.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[Kgdb-bugreport] [PATCH 17/20] Documentation: scsi/advansys: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the doubled word "be". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Matthew Wilcox Cc: Hannes Reinecke Cc: linux-s...@vger.kernel.org Cc: "James E.J. Bottomley" Cc: "Martin K. Petersen" --- Documentation/scsi/advansys

[Kgdb-bugreport] [PATCH 14/20] Documentation: misc/xilinx_sdfec: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Derek Kiernan Cc: Dragan Cvetic --- Documentation/misc-devices/xilinx_sdfec.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Doc

[Kgdb-bugreport] [PATCH 20/20] Documentation: vm/memory-model: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Andrew Morton Cc: linux...@kvack.org --- Documentation/vm/memory-model.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Docume

[Kgdb-bugreport] [PATCH 18/20] Documentation: security/keys: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the doubled word "in". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: James Bottomley Cc: Jarkko Sakkinen Cc: Mimi Zohar Cc: linux-integr...@vger.kernel.org Cc: keyri...@vger.kernel.org --- Documentation/security/keys/trusted-encrypted.

[Kgdb-bugreport] [PATCH 10/20] Documentation: kbuild/kconfig-language: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Masahiro Yamada Cc: Michal Marek Cc: linux-kbu...@vger.kernel.org --- Documentation/kbuild/kconfig-language.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[Kgdb-bugreport] [PATCH 12/20] Documentation: maintainer-entry-profile: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the doubled word "have". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Dan Williams --- Documentation/maintainer/maintainer-entry-profile.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Doc

[Kgdb-bugreport] [PATCH 13/20] Documentation: mips/ingenic-tcu: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the doubled word "to". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Paul Cercueil Cc: Thomas Bogendoerfer Cc: linux-m...@vger.kernel.org --- Documentation/mips/ingenic-tcu.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---

[Kgdb-bugreport] [PATCH 11/20] Documentation: leds/ledtrig-transient: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the doubled word "for". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Jacek Anaszewski Cc: Pavel Machek Cc: Dan Murphy Cc: linux-l...@vger.kernel.org --- Documentation/leds/ledtrig-transient.rst |2 +- 1 file changed, 1 insertion(+),

[Kgdb-bugreport] [PATCH 08/20] Documentation: hid/intel-ish-hid: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Srinivas Pandruvada Cc: Jiri Kosina Cc: linux-in...@vger.kernel.org --- Documentation/hid/intel-ish-hid.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---

[Kgdb-bugreport] [PATCH 09/20] Documentation: i2c: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop doubled word "new". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Wolfram Sang Cc: linux-...@vger.kernel.org --- Documentation/i2c/upgrading-clients.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-202

[Kgdb-bugreport] [PATCH 05/20] Documentation: fpga: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the doubled word "this". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Wu Hao Cc: linux-f...@vger.kernel.org --- Documentation/fpga/dfl.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Document

[Kgdb-bugreport] [PATCH 03/20] Documentation: printk-basics: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the doubled word "the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org --- Documentation/core-api/printk-basics.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200701.orig/Documentation/core-api/printk-basics.rst +++

[Kgdb-bugreport] [PATCH 04/20] Documentation: kgdb: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the doubled word "driver". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Jason Wessel Cc: Daniel Thompson Cc: Douglas Anderson Cc: kgdb-bugreport@lists.sourceforge.net --- Documentation/dev-tools/kgdb.rst |2 +- 1 file changed, 1 inser

[Kgdb-bugreport] [PATCH 06/20] Documentation: gpu/komeda-kms: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the doubled word "and". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: James (Qian) Wang Cc: Liviu Dudau Cc: Mihail Atanassov Cc: Mali DP Maintainers --- Documentation/gpu/komeda-kms.rst |2 +- 1 file changed, 1 insertion(+),

[Kgdb-bugreport] [PATCH 07/20] Documentation: gpu/drm-uapi: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the doubled word "when". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: David Airlie Cc: Daniel Vetter Cc: dri-de...@lists.freedesktop.org --- Documentation/gpu/drm-uapi.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---

[Kgdb-bugreport] [PATCH 02/20] Documentation: block: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Change the doubled word "the" to "to the". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: Jens Axboe Cc: linux-bl...@vger.kernel.org --- Documentation/block/pr.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linu

[Kgdb-bugreport] [PATCH 01/20] Documentation: numaperf: eliminate duplicated word

2020-07-07 Thread Randy Dunlap
Drop the duplicated word "not". Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: linux...@vger.kernel.org Cc: Mike Rapoport --- Documentation/admin-guide/mm/numaperf.rst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-5.

[Kgdb-bugreport] [PATCH 00/20] Documentation: eliminate duplicated words

2020-07-07 Thread Randy Dunlap
Drop doubled words in various parts of Documentation/. Cc: Jonathan Corbet Cc: linux-...@vger.kernel.org Cc: linux...@vger.kernel.org Cc: Mike Rapoport Cc: Jens Axboe Cc: linux-bl...@vger.kernel.org Cc: Jason Wessel Cc: Daniel Thompson Cc: Douglas Anderson Cc:

[Kgdb-bugreport] [PATCH 2/3] kdb: drop newline in unknown command output

2017-12-08 Thread Randy Dunlap
From: Randy Dunlap <rdun...@infradead.org> When an unknown command is entered, kdb prints "Unknown kdb command:" and then the unknown text, including the newline character. This causes the ending single-quote mark to be printed on the next line by itself, so just change th

[Kgdb-bugreport] [PATCH 1/3] kdb: make "mdr" command repeat

2017-12-08 Thread Randy Dunlap
From: Randy Dunlap <rdun...@infradead.org> The "mdr" command should repeat (continue) when only Enter/Return is pressed, so make it do so. Signed-off-by: Randy Dunlap <rdun...@infradead.org> Cc: Daniel Thompson <daniel.thomp...@linaro.org> Cc: Jason Wessel <jason

Re: [Kgdb-bugreport] [PATCH 2/2] kgdb/kdb/debug_core: Add co-maintainer Daniel Thompson

2017-12-06 Thread Randy Dunlap
On 12/06/2017 02:33 PM, Jason Wessel wrote: > Signed-off-by: Jason Wessel > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 2811a21..74be63b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7659,6

Re: [Kgdb-bugreport] [PATCH] MAINTAINERS: kgdb: Replace Jason with Daniel

2017-12-05 Thread Randy Dunlap
On 12/05/2017 06:55 AM, Daniel Thompson wrote: > On 05/12/17 14:37, Jason Wessel wrote: >> On 12/05/2017 08:09 AM, Lee Jones wrote: >>> On Tue, 05 Dec 2017, Daniel Thompson wrote: >>> ... with many, many thanks for Jason for all his hard work. Cc: Jason Wessel

Re: [Kgdb-bugreport] patch for kgdb.tmpl (for make pdfdocs)--Modified with cleanup

2012-01-21 Thread Randy Dunlap
On 12/13/2011 11:04 AM, Rajaneesh Acharya wrote: From cff3f3e6e389b146fdd06193ef9e7ca75f8b5b51 Mon Sep 17 00:00:00 2001 From: Rajaneesh Acharya rajaneesh.acha...@yahoo.com Date: Tue, 13 Dec 2011 13:35:41 -0500 Subject: [PATCH] The following are the enhancements that removed the errors while

Re: [Kgdb-bugreport] linux-next: Tree for August 6 (kgdboc)

2010-08-06 Thread Randy Dunlap
On Fri, 6 Aug 2010 13:27:58 +1000 Stephen Rothwell wrote: Hi all, As the merge window is open, please do not add 2.6.37 material to your linux-next included trees until after 2.6.36-rc1. Changes since 20100805: ERROR: con_debug_enter [drivers/serial/kgdboc.ko] undefined! ERROR: vc_cons

Re: [Kgdb-bugreport] [PATCH 15/28] kgdb, docs: Update the kgdb docs to include kdb

2010-02-17 Thread Randy Dunlap
On 02/17/10 13:00, Jason Wessel wrote: Randy Dunlap wrote: On 02/12/10 14:35, Jason Wessel wrote: Update the kgdb docs to reflect the new directory structure and API. Merge in the kdb shell information. See comments/corrections inline below. Thank very much for the comments. Would you

Re: [Kgdb-bugreport] [PATCH 15/28] kgdb, docs: Update the kgdb docs to include kdb

2010-02-13 Thread Randy Dunlap
On 02/12/10 14:35, Jason Wessel wrote: Update the kgdb docs to reflect the new directory structure and API. Merge in the kdb shell information. Signed-off-by: Jason Wessel jason.wes...@windriver.com --- diff --git a/Documentation/kernel-parameters.txt

[Kgdb-bugreport] [PATCH -next] kgdb: fix kernel-doc error

2008-10-22 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Fix kernel-doc format error in kgdb.h: linux-next-20081022//include/linux/kgdb.h:308): duplicate section name 'Description' and fix typos in that file's kernel-doc comments. Signed-off-by: Randy Dunlap [EMAIL PROTECTED] cc: Jason Wessel [EMAIL PROTECTED

Re: [Kgdb-bugreport] kgdb patches for 2.6.23?

2007-11-16 Thread Randy Dunlap
On Fri, 16 Nov 2007 19:46:36 -0800 Pete/Piet Delaney wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lance Spaulding wrote: Hi all, Can someone tell me how to download the kgdb patches for the 2.6.23 kernel? I believe they are at:

[Kgdb-bugreport] [PATCH -mm] kgdb: fix help text

2007-09-18 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Fix kgdb help text typos, grammar, config symbol names, and indentation. Signed-off-by: Randy Dunlap [EMAIL PROTECTED] --- lib/Kconfig.kgdb | 42 -- 1 file changed, 20 insertions(+), 22 deletions(-) --- linux-2.6.23

[Kgdb-bugreport] [PATCH -mm] 2.6.23-rc4-mm1: kgdboe link errors

2007-09-12 Thread Randy Dunlap
From: Randy Dunlap [EMAIL PROTECTED] Fix kgdb build problems: Building modules, stage 2. ERROR: netpoll_cleanup [drivers/net/kgdboe.ko] undefined! ERROR: netpoll_setup [drivers/net/kgdboe.ko] undefined! ERROR: netpoll_parse_options [drivers/net/kgdboe.ko] undefined! ERROR: netpoll_poll [drivers

[Kgdb-bugreport] [PATCH -mm v2] 2.6.23-rc4-mm1: kgdboe link errors

2007-09-12 Thread Randy Dunlap
On Wed, 12 Sep 2007 13:15:12 -0500 Matt Mackall wrote: NETCONSOLE shouldn't be necessary. Otherwise this looks ok to my kconfig-addled brain. Correct. Patch corrected. Thanks. --- From: Randy Dunlap [EMAIL PROTECTED] Fix kgdb build problems: Building modules, stage 2. ERROR

Re: [Kgdb-bugreport] 2.6.23-rc3-mm1: kgdb build failure on powerpc

2007-08-30 Thread Randy Dunlap
On Wed, 29 Aug 2007 18:19:29 -0700 Pete/Piet Delaney wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pete/Piet Delaney wrote: Jason Wessel wrote: Andrew Morton wrote: On Wed, 22 Aug 2007 17:44:12 -0500 Jason Wessel [EMAIL PROTECTED] wrote: +while

Re: [Kgdb-bugreport] [PATCH] Implement kgdb exception passing and attachwait

2007-08-18 Thread Randy Dunlap
On Fri, 17 Aug 2007 21:51:29 -0700 (PDT) [EMAIL PROTECTED] wrote: On Fri, 17 Aug 2007 13:31:07 -0700 Pete/Piet Delaney wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Rini wrote: On Wed, Aug 15, 2007 at 04:32:18PM -0700, Pete/Piet Delaney wrote: [snip] Am I right

Re: [Kgdb-bugreport] [PATCH] Implement kgdb exception passing and attachwait

2007-08-17 Thread Randy Dunlap
On Fri, 17 Aug 2007 13:31:07 -0700 Pete/Piet Delaney wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Rini wrote: On Wed, Aug 15, 2007 at 04:32:18PM -0700, Pete/Piet Delaney wrote: [snip] Am I right that the Documentation that use to exist in the Documentation/i386/kgdb