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, 09 Oct 2008 14:59:21 +0200
From:	Andi Kleen <andi@...stfloor.org>
To:	David John <davidjon@...ontk.org>
Cc:	mingo@...hat.com, linux-kernel@...r.kernel.org, clemens@...isch.de,
	venkatesh.pallipadi@...el.com, vojtech@...e.cz, bob.picco@...com
Subject: Re: [PATCH] HPET: Remove the BKL.

David John <davidjon@...ontk.org> writes:
> @@ -586,7 +583,7 @@ static const struct file_operations hpet_fops = {
>  	.llseek = no_llseek,
>  	.read = hpet_read,
>  	.poll = hpet_poll,
> -	.ioctl = hpet_ioctl,
> +	.unlocked_ioctl = hpet_ioctl,

Did this actually compile without warning? unlocked_ioctl 
has a different prototype than ioctl

-Andi

-- 
ak@...ux.intel.com
--
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