Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
xen.5015
57026603-unmodified-drivers-enable-use-of-regis...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 57026603-unmodified-drivers-enable-use-of-register_oldmem_pfn_is_ram-API.patch of Package xen.5015
References: bsc#973631 Subject: unmodified_drivers: enable use of register_oldmem_pfn_is_ram() API From: Mike Meyer mike.meyer@teradata.com Mon Apr 4 15:02:59 2016 +0200 Date: Mon Apr 4 15:02:59 2016 +0200: Git: a0f793d82d5ec2d0b67c57d7130bf01c91396c60 During the investigation of very slow dump times of guest images in Amazon EC2 instance, it was discovered that the register_oldmem_pfn_is_ram() API implemented by the upstream kernel commit 997c136f518c5debd63847e78e2a8694f56dcf90: fs/proc/vmcore.c: add hook to read_from_oldmem() to check for non-ram pages was not being called. This was due to the PV driver with the call to register_oldmem_pfn_is_ram() API was not including the kernel header file that is used to communicate support of the API in the kernel. Fix the issue by including the required header file. Signed-off-by: Mike Meyer <mike.meyer@teradata.com> Reviewed-by: Jan Beulich <jbeulich@suse.com> Acked-by: Olaf Hering <olaf@aepfle.de> Index: xen-4.4.4-testing/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c =================================================================== --- xen-4.4.4-testing.orig/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c +++ xen-4.4.4-testing/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c @@ -24,6 +24,7 @@ #include <linux/kernel.h> #include <linux/sched.h> #include <linux/errno.h> +#include <linux/crash_dump.h> #include <linux/pci.h> #include <linux/init.h> #include <linux/version.h>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor