login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
May
»
6
Re: [PATCH] x86: fixed mtrr change WP to WB
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Yinghai Lu
Subject:
Re: [PATCH] x86: fixed mtrr change WP to WB
Date: Tuesday, May 6, 2008 - 11:34 am
On Tue, May 6, 2008 at 11:31 AM, H. Peter Anvin <hpa@zytor.com> wrote:
quoted text
> Yinghai Lu wrote: > > > > > > > > > If the mptable should be modified, it should be copied to kernel memory > and > > > modified there. Modifying it in-place is both unsafe and, in general, > > > simply will not work. > > > > > > > but > > > > * 1) Scan the bottom 1K for a signature > > * 2) Scan the top 1K of base RAM > > * 3) Scan the 64K of bios > > */ > > if (smp_scan_config(0x0, 0x400, reserve) || > > smp_scan_config(639 * 0x400, 0x400, reserve) || > > smp_scan_config(0xF0000, 0x10000, reserve)) > > return; > > > > and all these areas are reserved already. > > > > wonder if we could only modify mpf->mpf_physptr to point to another > > mpc and reuse mpf? > > > > > > Obviously, if you have already modified a table, you should save a pointer > to it, and not rely on the kernel scanning later.
that modified mptable is for second kernel that is kexeced. YH --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH] x86: update mptable
, Yinghai Lu
, (Tue May 6, 10:38 am)
[PATCH] x86: fixed mtrr change WP to WB
, Yinghai Lu
, (Tue May 6, 10:41 am)
Re: [PATCH] x86: fixed mtrr change WP to WB
, H. Peter Anvin
, (Tue May 6, 10:48 am)
Re: [PATCH] x86: fixed mtrr change WP to WB
, Yinghai Lu
, (Tue May 6, 11:24 am)
Re: [PATCH] x86: fixed mtrr change WP to WB
, H. Peter Anvin
, (Tue May 6, 11:31 am)
Re: [PATCH] x86: fixed mtrr change WP to WB
, Yinghai Lu
, (Tue May 6, 11:34 am)
Re: [PATCH] x86: fixed mtrr change WP to WB
, H. Peter Anvin
, (Tue May 6, 11:43 am)
Re: [PATCH] x86: fixed mtrr change WP to WB
, Yinghai Lu
, (Tue May 6, 12:05 pm)
Re: [PATCH] x86: fixed mtrr change WP to WB
, H. Peter Anvin
, (Tue May 6, 12:08 pm)
Re: [PATCH] x86: fixed mtrr change WP to WB
, Yinghai Lu
, (Tue May 6, 12:15 pm)
[PATCH] x86: update mptable v2
, Yinghai Lu
, (Wed May 7, 12:48 am)
[PATCH] x86: update mptable v3
, Yinghai Lu
, (Fri May 16, 7:32 pm)
Re: [PATCH] x86: update mptable v3
, Ingo Molnar
, (Mon May 19, 8:46 am)
[PATCH] x86: update mptable v4
, Yinghai Lu
, (Mon May 19, 12:35 pm)
[PATCH] x86: update mptable v5
, Yinghai Lu
, (Mon May 19, 12:52 pm)
[PATCH] x86: update mptable v6
, Yinghai Lu
, (Sun May 25, 4:00 pm)
[PATCH] x86: update mptable v7
, Yinghai Lu
, (Sun Jun 1, 1:17 pm)
[PATCH] x86: update mptable v7 - fix
, Yinghai Lu
, (Sun Jun 8, 7:53 pm)
Re: [PATCH] x86: update mptable v7 - fix
, Ingo Molnar
, (Mon Jun 9, 3:13 am)
Re: [PATCH] x86: update mptable v7 - fix
, Yinghai Lu
, (Mon Jun 9, 10:51 am)
Re: [PATCH] x86: update mptable v7 - fix
, Maciej W. Rozycki
, (Mon Jun 9, 11:11 am)
Re: [PATCH] x86: update mptable v7 - fix
, Ingo Molnar
, (Mon Jun 9, 12:09 pm)
Re: [PATCH] x86: update mptable v7 - fix
, Yinghai Lu
, (Mon Jun 9, 12:38 pm)
Re: [PATCH] x86: update mptable v7 - fix
, H. Peter Anvin
, (Mon Jun 9, 12:46 pm)
Re: [PATCH] x86: update mptable v7 - fix
, Maciej W. Rozycki
, (Mon Jun 9, 12:49 pm)
[PATCH] x86: update mptable fix with no ioapic
, Yinghai Lu
, (Wed Jun 18, 2:32 pm)
Re: [PATCH] x86: update mptable v7
, Len Brown
, (Wed Jun 18, 3:18 pm)
Re: [PATCH] x86: update mptable v7
, Yinghai Lu
, (Wed Jun 18, 3:32 pm)
[PATCH] x86: update mptable fix with no ioapic v2
, Yinghai Lu
, (Wed Jun 18, 5:29 pm)
Re: [PATCH] x86: update mptable v7
, Len Brown
, (Wed Jun 18, 5:33 pm)
Re: [PATCH] x86: update mptable v7
, Yinghai Lu
, (Wed Jun 18, 5:49 pm)
Re: [PATCH] x86: update mptable v7
, Eric W. Biederman
, (Wed Jun 18, 9:32 pm)
Re: [PATCH] x86: update mptable v7
, H. Peter Anvin
, (Wed Jun 18, 10:09 pm)
Re: [PATCH] x86: update mptable v7
, Yinghai Lu
, (Wed Jun 18, 10:11 pm)
Re: [PATCH] x86: update mptable v7
, Len Brown
, (Wed Jun 18, 10:20 pm)
Re: [PATCH] x86: update mptable v7
, Len Brown
, (Wed Jun 18, 10:27 pm)
Re: [PATCH] x86: update mptable v7
, Yinghai Lu
, (Wed Jun 18, 11:26 pm)
Re: [PATCH] x86: update mptable v7
, H. Peter Anvin
, (Wed Jun 18, 11:28 pm)
Re: [PATCH] x86: update mptable v7
, Yinghai Lu
, (Wed Jun 18, 11:35 pm)
Re: [PATCH] x86: update mptable v7
, Eric W. Biederman
, (Wed Jun 18, 11:37 pm)
[PATCH] x86: let MPS support selectable
, Yinghai Lu
, (Thu Jun 19, 12:18 am)
Re: [PATCH] x86: update mptable v7
, Yinghai Lu
, (Thu Jun 19, 12:31 am)
Re: [PATCH] x86: update mptable fix with no ioapic v2
, Ingo Molnar
, (Thu Jun 19, 5:13 am)
Re: [PATCH] x86: let MPS support selectable
, Ingo Molnar
, (Thu Jun 19, 5:13 am)
Re: [PATCH] x86: let MPS support selectable
, Ingo Molnar
, (Thu Jun 19, 5:49 am)
Re: [PATCH] x86: let MPS support selectable
, Maciej W. Rozycki
, (Thu Jun 19, 8:10 am)
Re: [PATCH] x86: let MPS support selectable
, Yinghai Lu
, (Thu Jun 19, 10:39 am)
Re: [PATCH] x86: let MPS support selectable
, Len Brown
, (Thu Jun 19, 11:03 am)
Re: [PATCH] x86: update mptable v7
, Len Brown
, (Thu Jun 19, 11:16 am)
Re: [PATCH] x86: let MPS support selectable
, Maciej W. Rozycki
, (Thu Jun 19, 11:48 am)
Re: [PATCH] x86: update mptable v7
, Ingo Molnar
, (Thu Jun 19, 11:47 pm)
Re: [PATCH] x86: update mptable v7
, Yinghai Lu
, (Fri Jun 20, 12:20 am)
Re: [PATCH] x86: update mptable v7
, Andi Kleen
, (Fri Jun 20, 2:12 am)
Re: [PATCH] x86: let MPS support selectable
, Ingo Molnar
, (Thu Jun 26, 2:31 am)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Ken Chen
[patch] sched: fix inconsistency when redistribute per-cpu tg->cfs_rq shares.
Ingo Molnar
Re: [PATCH v3] x86: merge the simple bitops and move them to bitops.h
Linus Torvalds
Re: [PATCH -v2] rmap: make anon_vma_prepare link in all the anon_vmas of a mergeab...
Matthew Wilcox
Re: Pull request for semaphore include changes
Benjamin Herrenschmidt
Re: [RFC PATCH 03/11] ppc: Create ops to choose between direct window and iommu ba...
git
:
Junio C Hamano
Re: pack operation is thrashing my server
Tay Ray Chuan
Re: [PATCH 02/18] http-push, http-walker: style fixes
Chris Frey
whitespace checking in git-add?
Luben Tuikov
Re: New way of tracking remote branches -- question
Kirill Smelkov
[TopGit PATCH] tg help: <something>: improve readability
git-commits-head
:
Linux Kernel Mailing List
sony-laptop: Add support for extended hotkeys
Linux Kernel Mailing List
rtl8187: use DMA-aware buffers with usb_control_msg
Linux Kernel Mailing List
[ARM] pxa/em-x270: explicitly set .gpio_cs in TDO35S SPI chip data
Linux Kernel Mailing List
epoll: clean up ep_modify
Linux Kernel Mailing List
IB/core: Add support for masked atomic operations
linux-netdev
:
Inaky Perez-Gonzalez
[PATCH 40/40] wimax/i2400m: add CREDITS and MAINTAINERS entries
Karsten Keil
[mISDN PATCH v2 05/19] Reduce stack size in dsp_cmx_send()
Valentine Barshak
[PATCH 1/2] ibm_newemac: PowerPC 440GX EMAC PHY clock workaround
Hannes Eder
[PATCH 06/27] drivers/net/atlx: fix sparse warnings: make symbols static
Gerrit Renker
Re: [PATCH 16/37] dccp: API to query the current TX/RX CCID
freebsd-current
:
Boris Samorodov
Re: twa + dump = sbwait
Kamigishi Rei
Re: HEAD newfs/sysinstall issues
Julian Elischer
Re: reproducible panic in netisr
Bruce Cran
sctp panic in _mtx_lock_sleep when attempting to connect to a remote machine
韓家標 Bill Hacker
Re: ZFS honesty
Colocation donated by:
Syndicate