This commit is contained in:
parent
cdde475187
commit
230e736547
34
kexec-tools-no-vga-output.diff
Normal file
34
kexec-tools-no-vga-output.diff
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
From: Bernhard Walle <bwalle@suse.de>
|
||||||
|
Subject: [PATCH] Don't print setup_linux_vesafb message
|
||||||
|
Patch-mainline: never
|
||||||
|
|
||||||
|
This looks ugly:
|
||||||
|
|
||||||
|
linux-nisf:/var/crash # rckdump start
|
||||||
|
Loading kdump setup_linux_vesafb: 1024x768x16 @ e0000000 +600000
|
||||||
|
|
||||||
|
Don't display the setup_linux_vesafb message.
|
||||||
|
|
||||||
|
|
||||||
|
Signed-off-by: Bernhard Walle <bwalle@suse.de>
|
||||||
|
|
||||||
|
---
|
||||||
|
kexec/arch/i386/x86-linux-setup.c | 4 ++++
|
||||||
|
1 file changed, 4 insertions(+)
|
||||||
|
|
||||||
|
--- a/kexec/arch/i386/x86-linux-setup.c
|
||||||
|
+++ b/kexec/arch/i386/x86-linux-setup.c
|
||||||
|
@@ -149,9 +149,13 @@ int setup_linux_vesafb(struct x86_linux_
|
||||||
|
real_mode->rsvd_pos = var.transp.offset;
|
||||||
|
real_mode->rsvd_size = var.transp.length;
|
||||||
|
}
|
||||||
|
+
|
||||||
|
+#if 0
|
||||||
|
fprintf(stderr, "%s: %dx%dx%d @ %lx +%x\n", __FUNCTION__,
|
||||||
|
var.xres, var.yres, var.bits_per_pixel,
|
||||||
|
fix.smem_start, fix.smem_len);
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
return 0;
|
||||||
|
|
||||||
|
out:
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Nov 01 17:01:14 CET 2008 - bwalle@suse.de
|
||||||
|
|
||||||
|
- Don't print "setup_linux_vesafb" message on stderr.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 27 10:25:42 CET 2008 - bwalle@suse.de
|
Mon Oct 27 10:25:42 CET 2008 - bwalle@suse.de
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ PreReq: %insserv_prereq %fillup_prereq
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Tools for fast kernel loading
|
Summary: Tools for fast kernel loading
|
||||||
Version: 2.0.0
|
Version: 2.0.0
|
||||||
Release: 43
|
Release: 44
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: kexec-bootloader
|
Source1: kexec-bootloader
|
||||||
Source2: kexec-bootloader.8.txt
|
Source2: kexec-bootloader.8.txt
|
||||||
@ -46,6 +46,7 @@ Patch7: %{name}-add-usable-drconf-memory-node-to-device-tree.diff
|
|||||||
Patch8: %{name}-get-details-dynamic-reconfiguration-memory-node.diff
|
Patch8: %{name}-get-details-dynamic-reconfiguration-memory-node.diff
|
||||||
Patch9: %{name}-device-tree-return.diff
|
Patch9: %{name}-device-tree-return.diff
|
||||||
Patch10: %{name}-ppc-check-flags.diff
|
Patch10: %{name}-ppc-check-flags.diff
|
||||||
|
Patch11: %{name}-no-vga-output.diff
|
||||||
Url: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
|
Url: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@ -83,6 +84,7 @@ Authors:
|
|||||||
%patch8 -p1
|
%patch8 -p1
|
||||||
%patch9 -p1
|
%patch9 -p1
|
||||||
%patch10 -p1
|
%patch10 -p1
|
||||||
|
%patch11 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{?suse_update_config -f}
|
%{?suse_update_config -f}
|
||||||
@ -149,6 +151,8 @@ install -m 0755 kexec.init ${RPM_BUILD_ROOT}/etc/init.d/kexec
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Nov 01 2008 bwalle@suse.de
|
||||||
|
- Don't print "setup_linux_vesafb" message on stderr.
|
||||||
* Mon Oct 27 2008 bwalle@suse.de
|
* Mon Oct 27 2008 bwalle@suse.de
|
||||||
- Update patch that checks for reserved and assigned bit flags on
|
- Update patch that checks for reserved and assigned bit flags on
|
||||||
the memory regions (bnc#438086).
|
the memory regions (bnc#438086).
|
||||||
|
Loading…
Reference in New Issue
Block a user