Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151721657
D43526.id133101.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
608 B
Referenced Files
None
Subscribers
None
D43526.id133101.diff
View Options
diff --git a/lib/libkvm/kvm_powerpc64.c b/lib/libkvm/kvm_powerpc64.c
--- a/lib/libkvm/kvm_powerpc64.c
+++ b/lib/libkvm/kvm_powerpc64.c
@@ -187,7 +187,8 @@
{
return (_kvm_probe_elf_kernel(kd, ELFCLASS64, EM_PPC64) &&
- kd->nlehdr.e_ident[EI_DATA] == ELFDATA2MSB);
+ kd->nlehdr.e_ident[EI_DATA] == ELFDATA2MSB &&
+ !_kvm_is_minidump(kd));
}
static int
@@ -195,7 +196,8 @@
{
return (_kvm_probe_elf_kernel(kd, ELFCLASS64, EM_PPC64) &&
- kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB);
+ kd->nlehdr.e_ident[EI_DATA] == ELFDATA2LSB &&
+ !_kvm_is_minidump(kd));
}
static int
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 11, 6:37 AM (5 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31273913
Default Alt Text
D43526.id133101.diff (608 B)
Attached To
Mode
D43526: libkvm: use correct kvm_arch for powerpc minidumps
Attached
Detach File
Event Timeline
Log In to Comment