Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1305786 > unrolled thread

[ANNOUNCE] MDB Linux Kernel Debugger for Linux Kernel v4.4

Started byJeffrey Merkey <jeffmerkey@gmail.com>
First post2016-01-11 04:00 +0100
Last post2016-01-11 04:00 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [ANNOUNCE] MDB Linux Kernel Debugger for Linux Kernel v4.4 Jeffrey Merkey <jeffmerkey@gmail.com> - 2016-01-11 04:00 +0100

#1305786 — [ANNOUNCE] MDB Linux Kernel Debugger for Linux Kernel v4.4

FromJeffrey Merkey <jeffmerkey@gmail.com>
Date2016-01-11 04:00 +0100
Subject[ANNOUNCE] MDB Linux Kernel Debugger for Linux Kernel v4.4
Message-ID<qPAS6-4ya-11@gated-at.bofh.it>
MDB Kernel Debugger Patches Released for v4.4

Linux 4.4 Patches

* Linux v4.4 :
https://github.com/jeffmerkey/linux/compare/v4.4...jeffmerkey:mdb-v4.4.diff

Linux 4.4 Branches

* Linux kernel v4.4
(https://github.com/jeffmerkey/linux/tree/mdb-v4.4)

MDB Kernel Debugger Patches, Installation and Configuration info
located at:

http://jeffmerkey.github.io/linux

MDB Kernel Debugger Git Repositories

https://github.com/jeffmerkey/linux.git
https://github.com/jeffmerkey/linux-stable.git
https://gitlab.com/jeffmerkey/linux.git
https://gitlab.com/jeffmerkey/linux-stable.git
https://bitbucket.org/jeffmerkey/linux.git
https://bitbucket.org/jeffmerkey/linux-stable.git

short log commits for MDB mainline between v4.3 and v4.4

5c88d8b kbuild test robot fengguang.wu@intel.com kbuild test robot:
fix bisection duplicate symbol
c55357e kbuild test robot fengguang.wu@intel.com Add kbuild test robot patches
a97e248 Jeff Merkey linux.mdb@gmail.com Add kbuild-test-robot fixes
1bc6c3a Jeff Merkey jeffmerkey@gmail.com add restore function
e876036 Jeff Merkey jeffmerkey@gmail.com add refresh breakpoints logic
c322f5b5 Jeff Merkey jeffmerkey@gmail.com clear debugreg6 DR_TRAP status
920dc3b Jeff Merkey jeffmerkey@gmail.com fix breakpoint disable/restore
9cd7f8d Jeff Merkey jeffmerkey@gmail.com save dr7 value
063088b Jeff Merkey jeffmerkey@gmail.com move dr7 write
6462edd Jeff Merkey jeffmerkey@gmail.com fix read only registers
59a42a1 Jeff Merkey jeffmerkey@gmail.com Add clear dr7
1b04eec Jeff Merkey jeffmerkey@gmail.com fix filp_open call
0d494d7 Jeff Merkey jeffmerkey@gmail.com Correct traps_disable usage
from disassembler,  cleanup code refs for SMP.
7ef3ca4 Jeff Merkey jeffmerkey@gmail.com Add support for setting
partial registers.   Add ability to detect kgdb/kdb and disable them
at module loading.  Add kgdb_active flag to disable MDB is kgdb could
not be disabled.
c482585 Jeff Merkey jeffmerkey@gmail.com Correct check for q,d,w, and
b pointers in expression parsing
eb1bb89 Jeff Merkey jeffmerkey@gmail.com Add checks for kdb active
state.  fix bug in kdb erroneously reporting that an int3 breakpoint
is a catastrophic error.

* Thanks to Intel for providing kbuild test robot patches, bug fixes,
and a very thorough build testing for the mdb v4.4 release.

* Thanks to Joe Perches for providing scripts and tools to start
conversion of MDB to pass checkpatch.pl.  Thanks Joe, instead of 6
months of work I only have about two months of work converting MDB to
pass checkpatch.pl.   checkpatch work is continuing.  This is the only
item left before I attempt to submit MDB as a patch series to Linux.

Jeff

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web