Merge tag 'kgdb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Jan 2024 01:53:22 +0000 (17:53 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Jan 2024 01:53:22 +0000 (17:53 -0800)
commit2a668d217676c642bec02ee3b5b73a623f194f7a
treead0cbbd0c764b8bf0364a94605838380ec9b7ba6
parent736b5545d39ca59d4332a60e56cc8a1a5e264a8e
parent4f41d30cd6dc865c3cbc1a852372321eba6d4e4c
Merge tag 'kgdb-6.8-rc1' of git://git./linux/kernel/git/danielt/linux

Pull kgdb update from Daniel Thompson:
 "The entire changeset for kgdb this cycle is a single two-line change
  to remove some deadcode that, had it not been dead, would have called
  strncpy() in an unsafe manner.

  To be fair there were other modest clean ups were discussed this cycle
  but they are not finalized and will have to wait until next time"

* tag 'kgdb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux:
  kdb: Fix a potential buffer overflow in kdb_local()