[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190919155946.htzamn3s3ovw7ujh@holly.lan>
Date: Thu, 19 Sep 2019 16:59:46 +0100
From: Daniel Thompson <daniel.thompson@...aro.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Jason Wessel <jason.wessel@...driver.com>,
linux-kernel@...r.kernel.org, Chuhong Yuan <hslester96@...il.com>,
Nadav Amit <namit@...are.com>
Subject: [GIT PULL] kgdb changes v5.4-rc1
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@...aro.org>
----------------------------------------------------------------
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(-)
Powered by blists - more mailing lists