lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 6 Sep 2021 17:00:56 +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,
        Douglas Anderson <dianders@...omium.org>,
        Sumit Garg <sumit.garg@...aro.org>,
        Cai Huoqing <caihuoqing@...du.com>
Subject: [GIT PULL] kgdb changes for v5.15

The following changes since commit 2734d6c1b1a089fb593ef6a23d4b70903526fe0c:

  Linux 5.14-rc2 (2021-07-18 14:13:49 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f8416aa29185468e0d914ba4b2a330fd53ee263f:

  kernel: debug: Convert to SPDX identifier (2021-09-06 14:31:11 +0100)

----------------------------------------------------------------
kgdb patches for 5.15

Changes for kgdb/kdb this cycle are dominated by a change from
Sumit that removes as small (256K) private heap from kdb. This is
change I've hoped for ever since I discovered how few users of this
heap remained in the kernel, so many thanks to Sumit for hunting
these down. Other change is an incremental step towards SPDX headers.

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

----------------------------------------------------------------
Cai Huoqing (1):
      kernel: debug: Convert to SPDX identifier

Sumit Garg (5):
      kdb: Get rid of custom debug heap allocator
      kdb: Rename struct defcmd_set to struct kdb_macro
      kdb: Get rid of redundant kdb_register_flags()
      kdb: Simplify kdb_defcmd macro logic
      kdb: Rename members of struct kdbtab_t

 include/linux/kdb.h             |  27 +-
 kernel/debug/debug_core.c       |   5 +-
 kernel/debug/gdbstub.c          |   5 +-
 kernel/debug/kdb/kdb_bp.c       |  72 ++---
 kernel/debug/kdb/kdb_debugger.c |   1 -
 kernel/debug/kdb/kdb_main.c     | 626 ++++++++++++++++++----------------------
 kernel/debug/kdb/kdb_private.h  |  18 --
 kernel/debug/kdb/kdb_support.c  | 329 ++-------------------
 kernel/trace/trace_kdb.c        |  12 +-
 samples/kdb/kdb_hello.c         |  20 +-
 10 files changed, 387 insertions(+), 728 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ