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>] [day] [month] [year] [list]
Date:	Mon, 14 Mar 2011 23:41:06 -0400
From:	Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>,
	linux-kernel@...r.kernel.org
Cc:	Stefano Stabellini <stefano.stabellini@...citrix.com>,
	fengzhe.zhang@...el.com, ian.campbell@...rix.com
Subject: [GIT PULL] (xen) stable/e820 and stable/p2m-identity.v4.9.1 for
 2.6.39

Hey Linus,

Please pull these two branches:

  git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git stable/p2m-identity.v4.9.1 stable/e820

Which are also located in #for-2.6.39/e820 as two merges for your convience
(no conflicts).

The #stable/p2m-identity.v4.9.1 is based off v2.6.38-rc2 (1bae4ce27c9c90344f23c65ea6966c50ffeae2f5).

The P2M identity code augments how Xen MMU deals with PFNs that point to physical
devices (PCI BARs, and such). When running under Xen before this patchset we would
not be able to effectively work with drivers that do not define VM_IO on their mmap paths
(InfiniBand, TTM, etc).  As such, this patchset allows the Xen MMU to parse the E820 and
figure out which PFNs should have the VM_IO flag automatically applied to them (or which
should have the VM_IO expunged).

while #stable/e820 is based off v2.6.38-rc5 (85e2efbb1db9a18d218006706d6e4fbeb0216213)

That branch contains two bug-fixes for parsing the E820 under some quite
specific conditions on Intel boxes. It fixes the intel-agp (and hence its user - the
i915 KMS driver) by now allocating the "Flush page" in the appropiate gap in I/O memory
(before the patch it ended allocating this "Flush page" in System RAM).

The diffstat:

 arch/x86/include/asm/xen/page.h |   47 +++++--
 arch/x86/xen/Kconfig            |    8 +
 arch/x86/xen/mmu.c              |   72 +++++++++-
 arch/x86/xen/p2m.c              |  324 ++++++++++++++++++++++++++++++++++++++-
 arch/x86/xen/setup.c            |   68 ++++++++-
 drivers/xen/balloon.c           |    2 +-
 6 files changed, 499 insertions(+), 22 deletions(-)


Konrad Rzeszutek Wilk (9):
      xen: Mark all initial reserved pages for the balloon as INVALID_P2M_ENTRY.
      xen/mmu: Add the notion of identity (1-1) mapping.
      xen/mmu: Set _PAGE_IOMAP if PFN is an identity PFN.
      xen/mmu: WARN_ON when racing to swap middle leaf.
      xen/setup: Set identity mapping for non-RAM E820 and E820 gaps.
      xen/debugfs: Add 'p2m' file for printing out the P2M layout.
      xen/debug: WARN_ON when identity PFN has no _PAGE_IOMAP flag set.
      xen/m2p: No need to catch exceptions when we know that there is no RAM
      xen/e820: Don't mark balloon memory as E820_UNUSABLE when running as guest.

Stefano Stabellini (1):
      xen/m2p: Check whether the MFN has IDENTITY_FRAME bit set..

Zhang, Fengzhe (1):
      xen/setup: Inhibit resource API from using System RAM E820 gaps as PCI mem gaps.

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