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:	Tue, 3 Sep 2013 15:09:32 -0400
From:	Chris Metcalf <cmetcalf@...era.com>
To:	Gleb Natapov <gleb@...hat.com>, <linux-kernel@...r.kernel.org>,
	<kvm@...r.kernel.org>, Paolo Bonzini <pbonzini@...hat.com>,
	Jan Kiszka <jan.kiszka@...mens.com>
Subject: [PATCH 0/3] tile prerequisites for KVM support

The KVM support for tile requires additional review that is out of scope
for 3.12, but some of the changes included with the KVM code are really
just pre-requisite reorganization or re-parameterization of existing code.
Gleb Natapov had previously requested finer-grained KVM patches, and with
an eye toward simplifying eventual code review I realized there was
more that could be split out into separate patches.

Rather than making these changes part of the eventual KVM review, I've
split them out here into some smaller pieces that don't require review
by the KVM team, since they are essentially internal rework within the
tile architecture.  This will also simplify ongoing three-way merges.

I will defer the pull request for linux-tile for a few days in case
anyone has comments on this batch of changes.

Chris Metcalf (3):
  tile: clean up relocate_kernel_64 debug code
  tile: don't assume user privilege is zero
  tile: parameterize VA and PA space more cleanly

 arch/tile/include/asm/page.h          | 52 ++++++++++++++---------------------
 arch/tile/include/asm/pgtable_32.h    |  2 +-
 arch/tile/include/asm/pgtable_64.h    |  3 +-
 arch/tile/include/asm/processor.h     |  6 ++--
 arch/tile/include/asm/ptrace.h        |  2 +-
 arch/tile/kernel/head_32.S            |  4 +--
 arch/tile/kernel/head_64.S            |  6 ++--
 arch/tile/kernel/intvec_32.S          |  6 ++--
 arch/tile/kernel/intvec_64.S          | 31 +++++++++++++++------
 arch/tile/kernel/relocate_kernel_64.S |  9 ++++--
 arch/tile/kernel/setup.c              |  8 +++---
 arch/tile/kernel/stack.c              |  2 +-
 arch/tile/kernel/traps.c              |  2 +-
 arch/tile/kernel/vmlinux.lds.S        | 10 +++----
 arch/tile/mm/fault.c                  |  4 +--
 arch/tile/mm/init.c                   |  8 +++---
 16 files changed, 81 insertions(+), 74 deletions(-)

-- 
1.8.3.1

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