1 Feb 2010 13:10
Re: [PATCH] Fix --reuse-cmdline so it is usable.
On Mon, Jan 25, 2010 at 12:14:03AM -0800, Eric W. Biederman wrote: > Simon Horman <horms@...> writes: > > > On Tue, Jan 19, 2010 at 12:05:03AM -0800, Eric W. Biederman wrote: > >> > >> A colleague of mine implemented kdump and it used --reuse-cmdline > >> with some rather interesting and unexpected results. > >> > >> Update the getopt specification so that --reuse-cmdline does not > >> attempt to take an argument that it will not use. > >> > >> Update the processing of --append so that --reuse-cmdline followed > >> by --append actually appends the parameters specified by --reuse-cmdline. > > > > Hi Eric, > > > > sorry for being slow. Been semi-offline for LCA and am now catching > > up on things. > > No problem, I am pretty out of it right now as well. > > > [snip] > > > >> diff --git a/kexec/kexec.c b/kexec/kexec.c > >> index a1cec86..f4c22a6 100644 > >> --- a/kexec/kexec.c > >> +++ b/kexec/kexec.c > >> <at> <at> -994,6 +994,22 <at> <at> void check_reuse_initrd(void) > >> free(line); > >> }(Continue reading)
RSS Feed