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-next>] [day] [month] [year] [list]
Date:	Fri, 10 Aug 2007 16:12:12 -0300
From:	Glauber de Oliveira Costa <gcosta@...hat.com>
To:	linux-kernel@...r.kernel.org
Cc:	akpm@...ux-foundation.org, rusty@...tcorp.com.au, ak@...e.de,
	mingo@...e.hu, chrisw@...s-sol.org, jeremy@...p.org,
	avi@...ranet.com, anthony@...emonkey.ws,
	virtualization@...ts.linux-foundation.org, lguest@...abs.org,
	glommer@...il.com
Subject: [PATCH 0/25 -v2] paravirt_ops for x86_64, second round

Here is an slightly updated version of the paravirt_ops patch.
If your comments and criticism were welcome before, now it's even more!

There are some issues that are _not_ addressed in this revision, and here
are the causes:

* split debugreg into multiple functions, suggested by Andi:
  - Me and jsfg agree that introducing more pvops (specially 14!) is
    not worthwhile. So, although we do can keep one pvops function and turn
    the set/get debugreg macros into multiple ones, this is a general kernel
    issue, and can be addressed by a later patch.

* 2MB pages, and other functions that lives in pgalloc.h in the i386 version
  - As xen is the main user of it (i.e., lguest does not), we'd prefer to
    see an implementation of it from xen folks, or any other that understand
    it better. This way we don't delay the merge process of the
    already-written chunk. On the contrary, it will be easier to get that,
    as it will be smaller

If you addressed some concern before that is _not_ covered in this revision,
so it is my fault. Please fell free to voice it

Have fun!
-
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