linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Thompson <daniel.thompson@linaro.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Jason Wessel <jason.wessel@windriver.com>,
	linux-kernel@vger.kernel.org,
	Douglas Anderson <dianders@chromium.org>,
	Davidlohr Bueso <dbueso@suse.de>,
	Sumit Garg <sumit.garg@linaro.org>,
	Stephen Zhang <stephenzhangzsd@gmail.com>,
	wengjianfeng@yulong.com, Lukas Bulwahn <lukas.bulwahn@gmail.com>
Subject: [GIT PULL] kgdb changes for v5.12
Date: Mon, 22 Feb 2021 17:24:24 +0000	[thread overview]
Message-ID: <20210222172424.yw5nvfuadr5m5max@maple.lan> (raw)

The following changes since commit 19c329f6808995b142b3966301f217c831e7cf31:

  Linux 5.11-rc4 (2021-01-17 16:37:05 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux.git/ tags/kgdb-5.12-rc1

for you to fetch changes up to f11e2bc682cc197e33bfd118178cadb61326dc0e:

  kgdb: Remove kgdb_schedule_breakpoint() (2021-02-11 10:51:56 +0000)

----------------------------------------------------------------
kgdb patches for 5.12

Another fairly small set of changes of changes this cycle. The most
significant functional change is a fix to better manage the flags
when allocating memory.

Additionally there is the removal of some unused code (which is
slightly more dramatic than it sounds given it means there are now no
tasklets in kgdb) together with a tidy up of the debug prints and some
spelling corrections for the documentation.

Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org>

----------------------------------------------------------------
Daniel Thompson (1):
      kgdb: Remove kgdb_schedule_breakpoint()

Lukas Bulwahn (1):
      kgdb: rectify kernel-doc for kgdb_unregister_io_module()

Stephen Zhang (1):
      kdb: kdb_support: Fix debugging information problem

Sumit Garg (1):
      kdb: Make memory allocations more robust

wengjianfeng (1):
      kernel: debug: fix typo issue

 include/linux/kgdb.h           |  1 -
 kernel/debug/debug_core.c      | 28 +---------------------
 kernel/debug/gdbstub.c         |  4 ++--
 kernel/debug/kdb/kdb_private.h | 12 +++++++++-
 kernel/debug/kdb/kdb_support.c | 53 ++++++++++++++++--------------------------
 5 files changed, 34 insertions(+), 64 deletions(-)

             reply	other threads:[~2021-02-22 17:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-22 17:24 Daniel Thompson [this message]
2021-02-22 19:12 ` [GIT PULL] kgdb changes for v5.12 pr-tracker-bot

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=20210222172424.yw5nvfuadr5m5max@maple.lan \
    --to=daniel.thompson@linaro.org \
    --cc=dbueso@suse.de \
    --cc=dianders@chromium.org \
    --cc=jason.wessel@windriver.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lukas.bulwahn@gmail.com \
    --cc=stephenzhangzsd@gmail.com \
    --cc=sumit.garg@linaro.org \
    --cc=torvalds@linux-foundation.org \
    --cc=wengjianfeng@yulong.com \
    /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;
as well as URLs for NNTP newsgroup(s).