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:	Thu, 22 Apr 2010 08:04:21 -0700
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	Guillaume Knispel <gknispel@...formatique.com>
Cc:	linux-kernel@...r.kernel.org, Linuxppc-dev@...ts.ozlabs.org,
	Bartlomiej Zolnierkiewicz <bzolnier@...il.com>,
	Benjamin Herrenschmidt <benh@...nel.crashing.org>,
	Haavard Skinnemoen <hskinnemoen@...el.com>,
	Ingo Molnar <mingo@...e.hu>,
	Lars-Peter Clausen <lars@...afoo.de>,
	Linus Torvalds <torvalds@...ux-foundation.org>,
	Michael Buesch <mb@...sch.de>,
	Peter Zijlstra <peterz@...radead.org>,
	Russell King <linux@....linux.org.uk>,
	Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [PATCH 2/2] genirq: update doc

On Thu, 22 Apr 2010 15:09:58 +0200 Guillaume Knispel wrote:

> Following "genirq: always build resend_irqs" and previous changes, this
> commit updates the genirq DocBook.
> 
> ---
>  Documentation/DocBook/genericirq.tmpl |   73 ++++++++++++++++++--------------
>  1 files changed, 41 insertions(+), 32 deletions(-)
> 
> diff --git a/Documentation/DocBook/genericirq.tmpl b/Documentation/DocBook/genericirq.tmpl
> index 1448b33..5ee204c 100644
> --- a/Documentation/DocBook/genericirq.tmpl
> +++ b/Documentation/DocBook/genericirq.tmpl
> @@ -240,8 +240,6 @@ default_enable(irq)
>  
>  default_disable(irq)
>  {
> -	if (!delay_disable(irq))
> -		desc->chip->mask(irq);
>  }
>  
>  default_ack(irq)
> @@ -264,7 +262,11 @@ noop(irq)
>  }
>  
>  		</programlisting>
> -	        </para>
> +	        Note: default_disable is empty so that an edge-triggered

		      default_disable()

> +		interrupt happening between a disable_irq() and an enable_irq()
> +		is catched by the kernel for later replay. See

		   caught

> +		<xref linkend="Delayed_interrupt_disable"/> for details.
> +		</para>
>  	    </sect3>
>  	</sect2>
>  	<sect2 id="Default_flow_handler_implementations">

[snip]


---
~Randy
--
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