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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 17 Jan 2008 08:35:43 -0600
From:	Jason Wessel <jason.wessel@...driver.com>
To:	Jan Kiszka <jan.kiszka@...mens.com>
CC:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] kgdb:unify x86-kgdb

Jan Kiszka wrote:
> diff -up arch/x86/kernel/kgdb_32.c arch/x86/kernel/kgdb_64.c
>
> screamed for unification. Here it is.
>
> Signed-off-by: Jan Kiszka <jan.kiszka@...mens.com>
>
> ---
>  arch/x86/kernel/Makefile_32 |    2 
>  arch/x86/kernel/Makefile_64 |    2 
>  arch/x86/kernel/kgdb.c      |  561 ++++++++++++++++++++++++++++++++++++++++++++
>  arch/x86/kernel/kgdb_32.c   |  414 --------------------------------
>  arch/x86/kernel/kgdb_64.c   |  495 --------------------------------------
>  5 files changed, 563 insertions(+), 911 deletions(-)
>   
FYI this is already done in the head branch for kgdb which is going into
the -mm tree.  You will see the new patch set in the 2.6.25-rcX series.

There is now a single x86-lite.patch which contains a number of other
modifications to the core-lite.patch to make use of
probe_kernel_address() and a new function probe_kernel_write().  Also
the die hooks for the "no context" memory faults were removed.

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ