Re: [ANNOUNCE] MDB Debugger Linux 4.2.4

2015-10-28 Thread Jeffrey Merkey
Please disregard this patch and dont use it.  I found some bugs in the
NMI handler.  I'll post another patch later tonight or tommorrow after
I finish testing the changes.

Jeff

On 10/27/15, Jeffrey Merkey  wrote:
> I changed the name to Modular Kernel Debugger from Merkey's Kernel
> Debugger.  Very minimal changes considering the last release was four
> years ago on 2.6.37.Will be backporting til it meets 2.6.37
> versions.   Not fully tested on all x86_64 build options.  Please
> email bugs are comments.
>
> Is completely modular, loads as a kernel module, so can be loaded as
> needed.   Submitted for consideration for inclusion.I have
> maintained this for 15 years and its been on Linux for 8 years,  I
> will continue to work it unless its taken over by LKML.
>
> Thanks,
>
> Jeff
>
> http://www.jeffmerkey.com/mdb/mdb-4.2.4-x86_64-10-27-2015.patch
>
> Developer's Certificate of Origin 1.1
>
> By making a contribution to this project, I certify that:
>
> (a) The contribution was created in whole or in part by me and I
> have the right to submit it under the open source license
> indicated in the file; or
>
> (b) The contribution is based upon previous work that, to the best
> of my knowledge, is covered under an appropriate open source
> license and I have the right under that license to submit that
> work with modifications, whether created in whole or in part
> by me, under the same open source license (unless I am
> permitted to submit under a different license), as indicated
> in the file; or
>
> (c) The contribution was provided directly to me by some other
> person who certified (a), (b) or (c) and I have not modified
> it.
>
> (d) I understand and agree that this project and the contribution
> are public and that a record of the contribution (including all
> personal information I submit with it, including my sign-off)
> is
> maintained indefinitely and may be redistributed consistent
> with
> this project or the open source license(s) involved.
>
>   Signed-off-by: Jeffrey Vernon Merkey 
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [ANNOUNCE] MDB Debugger Linux 4.2.4

2015-10-28 Thread Jeffrey Merkey
Please disregard this patch and dont use it.  I found some bugs in the
NMI handler.  I'll post another patch later tonight or tommorrow after
I finish testing the changes.

Jeff

On 10/27/15, Jeffrey Merkey  wrote:
> I changed the name to Modular Kernel Debugger from Merkey's Kernel
> Debugger.  Very minimal changes considering the last release was four
> years ago on 2.6.37.Will be backporting til it meets 2.6.37
> versions.   Not fully tested on all x86_64 build options.  Please
> email bugs are comments.
>
> Is completely modular, loads as a kernel module, so can be loaded as
> needed.   Submitted for consideration for inclusion.I have
> maintained this for 15 years and its been on Linux for 8 years,  I
> will continue to work it unless its taken over by LKML.
>
> Thanks,
>
> Jeff
>
> http://www.jeffmerkey.com/mdb/mdb-4.2.4-x86_64-10-27-2015.patch
>
> Developer's Certificate of Origin 1.1
>
> By making a contribution to this project, I certify that:
>
> (a) The contribution was created in whole or in part by me and I
> have the right to submit it under the open source license
> indicated in the file; or
>
> (b) The contribution is based upon previous work that, to the best
> of my knowledge, is covered under an appropriate open source
> license and I have the right under that license to submit that
> work with modifications, whether created in whole or in part
> by me, under the same open source license (unless I am
> permitted to submit under a different license), as indicated
> in the file; or
>
> (c) The contribution was provided directly to me by some other
> person who certified (a), (b) or (c) and I have not modified
> it.
>
> (d) I understand and agree that this project and the contribution
> are public and that a record of the contribution (including all
> personal information I submit with it, including my sign-off)
> is
> maintained indefinitely and may be redistributed consistent
> with
> this project or the open source license(s) involved.
>
>   Signed-off-by: Jeffrey Vernon Merkey 
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[ANNOUNCE] MDB Debugger Linux 4.2.4

2015-10-27 Thread Jeffrey Merkey
I changed the name to Modular Kernel Debugger from Merkey's Kernel
Debugger.  Very minimal changes considering the last release was four
years ago on 2.6.37.Will be backporting til it meets 2.6.37
versions.   Not fully tested on all x86_64 build options.  Please
email bugs are comments.

Is completely modular, loads as a kernel module, so can be loaded as
needed.   Submitted for consideration for inclusion.I have
maintained this for 15 years and its been on Linux for 8 years,  I
will continue to work it unless its taken over by LKML.

Thanks,

Jeff

http://www.jeffmerkey.com/mdb/mdb-4.2.4-x86_64-10-27-2015.patch

Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or

(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or

(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.

(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.

Signed-off-by: Jeffrey Vernon Merkey 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[ANNOUNCE] MDB Debugger Linux 4.2.4

2015-10-27 Thread Jeffrey Merkey
I changed the name to Modular Kernel Debugger from Merkey's Kernel
Debugger.  Very minimal changes considering the last release was four
years ago on 2.6.37.Will be backporting til it meets 2.6.37
versions.   Not fully tested on all x86_64 build options.  Please
email bugs are comments.

Is completely modular, loads as a kernel module, so can be loaded as
needed.   Submitted for consideration for inclusion.I have
maintained this for 15 years and its been on Linux for 8 years,  I
will continue to work it unless its taken over by LKML.

Thanks,

Jeff

http://www.jeffmerkey.com/mdb/mdb-4.2.4-x86_64-10-27-2015.patch

Developer's Certificate of Origin 1.1

By making a contribution to this project, I certify that:

(a) The contribution was created in whole or in part by me and I
have the right to submit it under the open source license
indicated in the file; or

(b) The contribution is based upon previous work that, to the best
of my knowledge, is covered under an appropriate open source
license and I have the right under that license to submit that
work with modifications, whether created in whole or in part
by me, under the same open source license (unless I am
permitted to submit under a different license), as indicated
in the file; or

(c) The contribution was provided directly to me by some other
person who certified (a), (b) or (c) and I have not modified
it.

(d) I understand and agree that this project and the contribution
are public and that a record of the contribution (including all
personal information I submit with it, including my sign-off) is
maintained indefinitely and may be redistributed consistent with
this project or the open source license(s) involved.

Signed-off-by: Jeffrey Vernon Merkey 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/