Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1363211
| From | Juergen Gross <jgross@suse.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2 5/6] x86/xen,pat: Remove PAT table init code from Xen |
| Date | 2016-03-23 07:10 +0100 |
| Message-ID | <rfK9r-7Ms-1@gated-at.bofh.it> (permalink) |
| References | <rdtw6-7MK-1@gated-at.bofh.it> <rdtw7-7MK-9@gated-at.bofh.it> <rfxYC-7FK-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 22/03/16 18:02, Borislav Petkov wrote: > On Wed, Mar 16, 2016 at 06:46:58PM -0600, Toshi Kani wrote: >> Xen supports PAT without MTRR for its guests. In order to >> enable WC attribute, it was necessary for xen_start_kernel() >> to call pat_init_cache_modes() to update PAT table before >> starting guest kernel. >> >> Now that the kernel initializes PAT table to the BIOS handoff >> state when MTRR is disabled, this Xen-specific PAT init code >> is no longer necessary. Delete it from xen_start_kernel(). >> >> Also change pat_init_cache_modes() to a static function since >> PAT table should not be tweaked by other modules. >> >> Signed-off-by: Toshi Kani <toshi.kani@hpe.com> >> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> >> Cc: Borislav Petkov <bp@suse.de> >> Cc: Luis R. Rodriguez <mcgrof@suse.com> >> Cc: Juergen Gross <jgross@suse.com> >> Cc: Ingo Molnar <mingo@kernel.org> >> Cc: H. Peter Anvin <hpa@zytor.com> >> Cc: Thomas Gleixner <tglx@linutronix.de> >> --- >> arch/x86/include/asm/pat.h | 1 - >> arch/x86/mm/pat.c | 2 +- >> arch/x86/xen/enlighten.c | 9 --------- >> 3 files changed, 1 insertion(+), 11 deletions(-) > > Jürgen, ack? Yes, seems to be okay. Acked-by: Juergen Gross <jgross@suse.com> Juergen
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: [PATCH v2 5/6] x86/xen,pat: Remove PAT table init code from Xen Borislav Petkov <bp@suse.de> - 2016-03-22 18:10 +0100 Re: [PATCH v2 5/6] x86/xen,pat: Remove PAT table init code from Xen Juergen Gross <jgross@suse.com> - 2016-03-23 07:10 +0100
csiph-web