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] [day] [month] [year] [list]
Date:	Thu, 19 Apr 2012 21:02:53 +0200 (CEST)
From:	Thomas Gleixner <tglx@...utronix.de>
To:	Grant Likely <grant.likely@...retlab.ca>
cc:	Andreas Schwab <schwab@...ux-m68k.org>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] irqdomain: fix typo in IRQ_BITMAP_BITS definition

On Thu, 19 Apr 2012, Grant Likely wrote:

> On Thu, Apr 19, 2012 at 10:14 AM, Andreas Schwab <schwab@...ux-m68k.org> wrote:
> > 8196 is an odd number, change it to the intended 8192.
> >
> > Signed-off-by: Andreas Schwab <schwab@...ux-m68k.org>
> > ---
> > Shouldn't it actually be just 8192 or maybe max(NR_IRQS, 8192)?
> 
> The number is completely arbitrary.  It doesn't actually matter.

Right, it just makes sure that the bitmap is way larger than the
NR_IRQS value, so we can deal with all the dynamic allocated
interrupts.

Thanks,

	tglx

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