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-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 17 Feb 2010 11:53:40 -0600
From:	Jason Wessel <jason.wessel@...driver.com>
To:	Benjamin Herrenschmidt <benh@...nel.crashing.org>
CC:	kgdb-bugreport@...ts.sourceforge.net, mingo@...e.hu,
	Paul Mackerras <paulus@...ba.org>, linux-kernel@...r.kernel.org
Subject: Re: [Kgdb-bugreport] [PATCH 18/28] powerpc,kgdb: Introduce low level
 trap catching

Benjamin Herrenschmidt wrote:
> Almost, just stick a blank line here:
>
> +               /* Debugger is first in line to stop recursive faults in
> +                * rcu_lock, notify_die, or atomic_notifier_call_chain */
> +               if (debugger_bpt(regs))
> +                       return;
> ----> 
>                 /* trap exception */
>                 if (notify_die(DIE_BPT, "breakpoint", regs, 5, 5, SIGTRAP)
>                                 == NOTIFY_STOP)
>                         return;
>
> Please :-)
>
>   

Done and pushed to kgdb-next.

Thanks,
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