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] [day] [month] [year] [list]
Date:	Mon, 22 Mar 2010 19:02:31 -0700
From:	Magnus Lynch <maglyx@...il.com>
To:	Andrew Morton <akpm@...ux-foundation.org>
Cc:	Clemens Ladisch <clemens@...isch.de>,
	"Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@...el.com>,
	Vojtech Pavlik <vojtech@...e.cz>,
	"Eric W. Biederman" <ebiederm@...ssion.com>,
	Paul Gortmaker <paul.gortmaker@...driver.com>,
	Suresh Siddha <suresh.b.siddha@...el.com>,
	Thomas Gleixner <tglx@...utronix.de>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] hpet: factor timer allocate from open

On Mon, Mar 22, 2010 at 3:21 PM, Andrew Morton
<akpm@...ux-foundation.org> wrote:
> Better is the plain old simple approach:
>
>
>  {
>        struct hpet_dev *devp;
>        int r;
>
>        r = hpet_alloc_timer(file);
>        if (r < 0)
>                return r;

Fine with me, thanks for doing the patch yourself.
--
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