[GIT PULL] kgdb changes v5.4-rc1
From: Daniel Thompson
Date: Thu Sep 19 2019 - 11:59:53 EST
The following changes since commit d1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1:
Linux 5.3-rc5 (2019-08-18 14:31:08 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux.git/ tags/kgdb-5.4-rc1
for you to fetch changes up to d8a050f5a3e8242242df6430d5980c142350e461:
kgdb: fix comment regarding static function (2019-09-03 11:19:41 +0100)
----------------------------------------------------------------
kgdb patches for 5.4-rc1
It has been a quiet dev cycle for kgdb. There has been some good stuff
for kdb on the mailing list but unfortunately the patches caused a
couple of problems with the kdb pager so I had to drop those and they
will have to wait for next time!
That just leaves us with just a couple of very tiny clean ups for now:
* Fix a broken comment
* Use str_has_prefix() for the grep "pipe" in kdb
Signed-off-by: Daniel Thompson <daniel.thompson@xxxxxxxxxx>
----------------------------------------------------------------
Chuhong Yuan (1):
kdb: Replace strncmp with str_has_prefix
Nadav Amit (1):
kgdb: fix comment regarding static function
kernel/debug/debug_core.c | 5 +----
kernel/debug/kdb/kdb_main.c | 2 +-
2 files changed, 2 insertions(+), 5 deletions(-)