[Crash-utility] [PATCH v3 1/4] Move kaslr related functions from sadump.c to kaslr_helper.c

Sergio Lopez slp at redhat.com
Tue Mar 27 10:13:15 UTC 2018


On Thu, Mar 22, 2018 at 06:38:43AM +0000, Hatayama, Daisuke wrote:
> > diff --git a/kaslr_helper.c b/kaslr_helper.c
> > new file mode 100644
> > index 0000000..65256ab
> > --- /dev/null
> > +++ b/kaslr_helper.c
> > @@ -0,0 +1,460 @@
> > +/*
> > + * kaslr_helper - helper for kaslr offset calculation
> > + *
> > + * Copyright (c) 2011 FUJITSU LIMITED
> > + * Copyright (c) 2018 Red Hat Inc.
> > + *
> > + * This program is free software; you can redistribute it and/or modify
> > + * it under the terms of the GNU General Public License as published by
> > + * the Free Software Foundation; either version 2 of the License, or
> > + * (at your option) any later version.
> > + *
> > + * This program is distributed in the hope that it will be useful,
> > + * but WITHOUT ANY WARRANTY; without even the implied warranty of
> > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
> > + * GNU General Public License for more details.
> > + *
> > + * Author: HATAYAMA Daisuke <d.hatayama at jp.fujitsu.com>
> 
> Indoh-san, too? How do you think Indoh-san? :)
> 
> Sergio, it seems good to me in my first look, but please wait until next week
> since I need to prepare sadump dump files for test from now on because I don't
> have them now.

OK, thanks. I've just sent a fourth of the patchset which, in addition
to implementing support for VMware VMSS dumps, it fixes the missing
brackets and updates the copyright notices.

Perhaps you may want to try directly with that one.

Sergio.




More information about the Crash-utility mailing list