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:	Thu, 1 Mar 2007 15:09:17 +0100
From:	"Mathiasen, Torben" <Torben.Mathiasen@...com>
To:	"Avi Kivity" <avi@...ranet.com>,
	"Jan Engelhardt" <jengelh@...ux01.gwdg.de>
Cc:	"linux-kernel" <linux-kernel@...r.kernel.org>,
	"kvm-devel" <kvm-devel@...ts.sourceforge.net>
Subject: RE: minor device number request for /dev/kvm (kernel-based virtual machine)

> > If it does not increase memory usage, then possibly:
> >
> >   __register_chrdev_region(major, 0, (~0U) & MINORMASK, name);
> >                                   or (1<<MINORMASK)-1 if that's more
> clear
> >
> >
> 
> I'm more worried about something in the chardev bowels not supporting
>  >8bit minors well.
> 

I was under the impression that large minors was supported for misc.
Skimming the code that does not seem to be the case. Can someone
comment?

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