public inbox for kexec@lists.infradead.org
 help / color / mirror / Atom feed
* Fwd: RE: Fwd: Re: makedumpfile security key enhancement using SIAL
@ 2012-03-28 17:00 Aravinda Prasad
  2012-04-03 11:42 ` Aravinda Prasad
  0 siblings, 1 reply; 3+ messages in thread
From: Aravinda Prasad @ 2012-03-28 17:00 UTC (permalink / raw)
  To: Luc Chouinard
  Cc: Ananth N Mavinakayanahalli, Mahesh J Salgaonkar, kexec,
	Masaki Tachibana, Atsushi Kumagai, David Anderson

Thanks Luc. We will let you know if in case we need any info/help.

I am also forwarding this mail to kexec mailing list.

Regards,
Aravinda


-------- Original Message --------
Subject: RE: Fwd: Re: makedumpfile security key enhancement using SIAL
Date: Wed, 28 Mar 2012 07:07:49 -0400
From: Luc Chouinard <LChouinard@s2sys.com>
To: Aravinda Prasad <aravinda@linux.vnet.ibm.com>

  Libsial is meant to be a pluggable entity and as such should not 
require other pieces to be there ( crash or gdb).
I want to create project and associated git for the library soon. For 
now you can extract libsial from the crash tar ball and manage any 
modifications using a simple patch mechanism. When the git is available, 
we can merge any fixes or enhancements you created for support of 
makedumpfile.

Makedumpfile and crash would then feed off of specific branches/versions 
of the git repository.
If you have any suggestions or want to help in setting up a public git / 
project page for sial, please let me know.


    -Luc

> -----Original Message-----
> From: Aravinda Prasad [mailto:aravinda@linux.vnet.ibm.com]
> Sent: Wednesday, March 28, 2012 1:31 AM
> To: Luc Chouinard
> Subject: Fwd: Fwd: Re: makedumpfile security key enhancement using SIAL
>
> Forwarding to your s2sys email ID. Details in mail forward.
>
> Regards,
> Aravinda
>
>
> -------- Original Message --------
> Subject: Fwd: Re: makedumpfile security key enhancement using SIAL
> Date: Tue, 20 Mar 2012 17:28:21 +0530
> From: Aravinda Prasad <aravinda@linux.vnet.ibm.com>
> To: Luc Chouinard <lucchouina@yahoo.com>
> CC: Atsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp>,  Masaki Tachibana
> <tachibana@mxm.nes.nec.co.jp>, Mahesh J Salgaonkar
> <mahesh@linux.vnet.ibm.com>,  Ananth N Mavinakayanahalli
> <ananth@in.ibm.com>, Dave Anderson <anderson@redhat.com>
>
> Hi Luc,
>
> We are looking for utilising SIAL as a language construct for the makedumpfile
> kernel data filtering from vmcore feature. The details of which are in the mail
> forward.
>
> The proposed enhancement will require libsial.a and as SIAL is not currently
> built/shipped, we are looking for possibilities on how libsial.a can be made
> available to makedumpfile. Please let us know your opinion on the same.
>
> Regards,
> Aravinda
>
>
> -------- Original Message --------
> Subject: Re: makedumpfile security key enhancement using SIAL
> Date: Tue, 13 Mar 2012 10:27:43 -0400 (EDT)
> From: Dave Anderson <anderson@redhat.com>
> To: Aravinda Prasad <aravinda@linux.vnet.ibm.com>
> CC: Atsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp>,         Masaki
> Tachibana <tachibana@mxm.nes.nec.co.jp>,        Ananth N
> Mavinakayanahalli <ananth@in.ibm.com>,        Mahesh J Salgaonkar
> <mahesh@linux.vnet.ibm.com>
>
>
>
> ----- Original Message -----
> > Hi Dave,
> >
> > Last year, we worked on the makedumpfile security key filtering where
> > we added support to filter out kernel data from vmcore. This year, we
> > are working on enhancing the framework to provide more flexibility for
> > the customers to specify rules to traverse and filter out kernel data
> > - for which we are planning to use SIAL.
> >
> > We are looking into using SIAL as language construct to specify
> > rules/commands to erase data in the image file. The makedumpfile would
> > interpret the rules provided in SIAL macro using SIAL library (which
> > could be dynamically loaded) and erase out suitable data in the vmcore.
> > We are planning to reuse SIAL as it provides a C language like
> > construct, which is flexible and powerful enough to specify rules to
> > erase data in vmcore.
> >
> > As SIAL is not built and shipped along with crash, we are looking for
> > possibilities on how SIAL can be leveraged by makedumpfile and would
> > like to know your opinion.
>
> Sorry but I cannot give you any help with SIAL.  Luc Chouinard is the maintainer
> of the SIAL extension module adaptation for the crash utility, and he can answer
> your questions w/respect to adapting it for makedumpfile.
> And ultimately, that's a question for the makedumpfile maintainers.
>
> Dave


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fwd: RE: Fwd: Re: makedumpfile security key enhancement using SIAL
  2012-03-28 17:00 Fwd: RE: Fwd: Re: makedumpfile security key enhancement using SIAL Aravinda Prasad
@ 2012-04-03 11:42 ` Aravinda Prasad
  2012-04-03 11:52   ` Luc Chouinard
  0 siblings, 1 reply; 3+ messages in thread
From: Aravinda Prasad @ 2012-04-03 11:42 UTC (permalink / raw)
  To: Luc Chouinard
  Cc: Ananth N Mavinakayanahalli, Mahesh J Salgaonkar, kexec,
	Masaki Tachibana, Atsushi Kumagai, David Anderson

Hi Luc,

Could you please let us know by when you are planning to create the
project and associated git for SIAL? Right now we are extracting
libsial from the crash tar ball and using it.

Regards,
Aravinda

On Wednesday 28 March 2012 10:30 PM, Aravinda Prasad wrote:
> Thanks Luc. We will let you know if in case we need any info/help.
>
> I am also forwarding this mail to kexec mailing list.
>
> Regards,
> Aravinda
>
>
> -------- Original Message --------
> Subject: RE: Fwd: Re: makedumpfile security key enhancement using SIAL
> Date: Wed, 28 Mar 2012 07:07:49 -0400
> From: Luc Chouinard <LChouinard@s2sys.com>
> To: Aravinda Prasad <aravinda@linux.vnet.ibm.com>
>
> Libsial is meant to be a pluggable entity and as such should not require
> other pieces to be there ( crash or gdb).
> I want to create project and associated git for the library soon. For
> now you can extract libsial from the crash tar ball and manage any
> modifications using a simple patch mechanism. When the git is available,
> we can merge any fixes or enhancements you created for support of
> makedumpfile.
>
> Makedumpfile and crash would then feed off of specific branches/versions
> of the git repository.
> If you have any suggestions or want to help in setting up a public git /
> project page for sial, please let me know.
>
>
> -Luc
>
>> -----Original Message-----
>> From: Aravinda Prasad [mailto:aravinda@linux.vnet.ibm.com]
>> Sent: Wednesday, March 28, 2012 1:31 AM
>> To: Luc Chouinard
>> Subject: Fwd: Fwd: Re: makedumpfile security key enhancement using SIAL
>>
>> Forwarding to your s2sys email ID. Details in mail forward.
>>
>> Regards,
>> Aravinda
>>
>>
>> -------- Original Message --------
>> Subject: Fwd: Re: makedumpfile security key enhancement using SIAL
>> Date: Tue, 20 Mar 2012 17:28:21 +0530
>> From: Aravinda Prasad <aravinda@linux.vnet.ibm.com>
>> To: Luc Chouinard <lucchouina@yahoo.com>
>> CC: Atsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp>, Masaki Tachibana
>> <tachibana@mxm.nes.nec.co.jp>, Mahesh J Salgaonkar
>> <mahesh@linux.vnet.ibm.com>, Ananth N Mavinakayanahalli
>> <ananth@in.ibm.com>, Dave Anderson <anderson@redhat.com>
>>
>> Hi Luc,
>>
>> We are looking for utilising SIAL as a language construct for the
>> makedumpfile
>> kernel data filtering from vmcore feature. The details of which are in
>> the mail
>> forward.
>>
>> The proposed enhancement will require libsial.a and as SIAL is not
>> currently
>> built/shipped, we are looking for possibilities on how libsial.a can
>> be made
>> available to makedumpfile. Please let us know your opinion on the same.
>>
>> Regards,
>> Aravinda
>>
>>
>> -------- Original Message --------
>> Subject: Re: makedumpfile security key enhancement using SIAL
>> Date: Tue, 13 Mar 2012 10:27:43 -0400 (EDT)
>> From: Dave Anderson <anderson@redhat.com>
>> To: Aravinda Prasad <aravinda@linux.vnet.ibm.com>
>> CC: Atsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp>, Masaki
>> Tachibana <tachibana@mxm.nes.nec.co.jp>, Ananth N
>> Mavinakayanahalli <ananth@in.ibm.com>, Mahesh J Salgaonkar
>> <mahesh@linux.vnet.ibm.com>
>>
>>
>>
>> ----- Original Message -----
>> > Hi Dave,
>> >
>> > Last year, we worked on the makedumpfile security key filtering where
>> > we added support to filter out kernel data from vmcore. This year, we
>> > are working on enhancing the framework to provide more flexibility for
>> > the customers to specify rules to traverse and filter out kernel data
>> > - for which we are planning to use SIAL.
>> >
>> > We are looking into using SIAL as language construct to specify
>> > rules/commands to erase data in the image file. The makedumpfile would
>> > interpret the rules provided in SIAL macro using SIAL library (which
>> > could be dynamically loaded) and erase out suitable data in the vmcore.
>> > We are planning to reuse SIAL as it provides a C language like
>> > construct, which is flexible and powerful enough to specify rules to
>> > erase data in vmcore.
>> >
>> > As SIAL is not built and shipped along with crash, we are looking for
>> > possibilities on how SIAL can be leveraged by makedumpfile and would
>> > like to know your opinion.
>>
>> Sorry but I cannot give you any help with SIAL. Luc Chouinard is the
>> maintainer
>> of the SIAL extension module adaptation for the crash utility, and he
>> can answer
>> your questions w/respect to adapting it for makedumpfile.
>> And ultimately, that's a question for the makedumpfile maintainers.
>>
>> Dave
>


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Fwd: RE: Fwd: Re: makedumpfile security key enhancement using SIAL
  2012-04-03 11:42 ` Aravinda Prasad
@ 2012-04-03 11:52   ` Luc Chouinard
  0 siblings, 0 replies; 3+ messages in thread
From: Luc Chouinard @ 2012-04-03 11:52 UTC (permalink / raw)
  To: Aravinda Prasad
  Cc: Ananth N Mavinakayanahalli, Mahesh J Salgaonkar, kexec,
	Masaki Tachibana, Atsushi Kumagai, David Anderson

My hope  is to have something available 2 weeks from now. No promises - I have a few  critical deliveries to take care here @ s2 first.
First step is to finish off some significant  fixes and enhancements to the compiler (like the support for typeof() and typed symbols) which will make it possible to include and use what I now found to be pervasive macros like hlist_for_each_entry_rcu(), offsetof(), container_of() as-is.

  -Luc

> -----Original Message-----
> From: Aravinda Prasad [mailto:aravinda@linux.vnet.ibm.com]
> Sent: Tuesday, April 03, 2012 7:42 AM
> To: Luc Chouinard
> Cc: kexec@lists.infradead.org; Ananth N Mavinakayanahalli; Mahesh J
> Salgaonkar; Masaki Tachibana; Atsushi Kumagai; David Anderson
> Subject: Re: Fwd: RE: Fwd: Re: makedumpfile security key enhancement using
> SIAL
> 
> Hi Luc,
> 
> Could you please let us know by when you are planning to create the project and
> associated git for SIAL? Right now we are extracting libsial from the crash tar
> ball and using it.
> 
> Regards,
> Aravinda
> 
> On Wednesday 28 March 2012 10:30 PM, Aravinda Prasad wrote:
> > Thanks Luc. We will let you know if in case we need any info/help.
> >
> > I am also forwarding this mail to kexec mailing list.
> >
> > Regards,
> > Aravinda
> >
> >
> > -------- Original Message --------
> > Subject: RE: Fwd: Re: makedumpfile security key enhancement using SIAL
> > Date: Wed, 28 Mar 2012 07:07:49 -0400
> > From: Luc Chouinard <LChouinard@s2sys.com>
> > To: Aravinda Prasad <aravinda@linux.vnet.ibm.com>
> >
> > Libsial is meant to be a pluggable entity and as such should not
> > require other pieces to be there ( crash or gdb).
> > I want to create project and associated git for the library soon. For
> > now you can extract libsial from the crash tar ball and manage any
> > modifications using a simple patch mechanism. When the git is
> > available, we can merge any fixes or enhancements you created for
> > support of makedumpfile.
> >
> > Makedumpfile and crash would then feed off of specific
> > branches/versions of the git repository.
> > If you have any suggestions or want to help in setting up a public git
> > / project page for sial, please let me know.
> >
> >
> > -Luc
> >
> >> -----Original Message-----
> >> From: Aravinda Prasad [mailto:aravinda@linux.vnet.ibm.com]
> >> Sent: Wednesday, March 28, 2012 1:31 AM
> >> To: Luc Chouinard
> >> Subject: Fwd: Fwd: Re: makedumpfile security key enhancement using
> >> SIAL
> >>
> >> Forwarding to your s2sys email ID. Details in mail forward.
> >>
> >> Regards,
> >> Aravinda
> >>
> >>
> >> -------- Original Message --------
> >> Subject: Fwd: Re: makedumpfile security key enhancement using SIAL
> >> Date: Tue, 20 Mar 2012 17:28:21 +0530
> >> From: Aravinda Prasad <aravinda@linux.vnet.ibm.com>
> >> To: Luc Chouinard <lucchouina@yahoo.com>
> >> CC: Atsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp>, Masaki
> >> Tachibana <tachibana@mxm.nes.nec.co.jp>, Mahesh J Salgaonkar
> >> <mahesh@linux.vnet.ibm.com>, Ananth N Mavinakayanahalli
> >> <ananth@in.ibm.com>, Dave Anderson <anderson@redhat.com>
> >>
> >> Hi Luc,
> >>
> >> We are looking for utilising SIAL as a language construct for the
> >> makedumpfile kernel data filtering from vmcore feature. The details
> >> of which are in the mail forward.
> >>
> >> The proposed enhancement will require libsial.a and as SIAL is not
> >> currently built/shipped, we are looking for possibilities on how
> >> libsial.a can be made available to makedumpfile. Please let us know
> >> your opinion on the same.
> >>
> >> Regards,
> >> Aravinda
> >>
> >>
> >> -------- Original Message --------
> >> Subject: Re: makedumpfile security key enhancement using SIAL
> >> Date: Tue, 13 Mar 2012 10:27:43 -0400 (EDT)
> >> From: Dave Anderson <anderson@redhat.com>
> >> To: Aravinda Prasad <aravinda@linux.vnet.ibm.com>
> >> CC: Atsushi Kumagai <kumagai-atsushi@mxc.nes.nec.co.jp>, Masaki
> >> Tachibana <tachibana@mxm.nes.nec.co.jp>, Ananth N Mavinakayanahalli
> >> <ananth@in.ibm.com>, Mahesh J Salgaonkar <mahesh@linux.vnet.ibm.com>
> >>
> >>
> >>
> >> ----- Original Message -----
> >> > Hi Dave,
> >> >
> >> > Last year, we worked on the makedumpfile security key filtering
> >> > where we added support to filter out kernel data from vmcore. This
> >> > year, we are working on enhancing the framework to provide more
> >> > flexibility for the customers to specify rules to traverse and
> >> > filter out kernel data
> >> > - for which we are planning to use SIAL.
> >> >
> >> > We are looking into using SIAL as language construct to specify
> >> > rules/commands to erase data in the image file. The makedumpfile
> >> > would interpret the rules provided in SIAL macro using SIAL library
> >> > (which could be dynamically loaded) and erase out suitable data in the
> vmcore.
> >> > We are planning to reuse SIAL as it provides a C language like
> >> > construct, which is flexible and powerful enough to specify rules
> >> > to erase data in vmcore.
> >> >
> >> > As SIAL is not built and shipped along with crash, we are looking
> >> > for possibilities on how SIAL can be leveraged by makedumpfile and
> >> > would like to know your opinion.
> >>
> >> Sorry but I cannot give you any help with SIAL. Luc Chouinard is the
> >> maintainer of the SIAL extension module adaptation for the crash
> >> utility, and he can answer your questions w/respect to adapting it
> >> for makedumpfile.
> >> And ultimately, that's a question for the makedumpfile maintainers.
> >>
> >> Dave
> >

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-03 11:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-28 17:00 Fwd: RE: Fwd: Re: makedumpfile security key enhancement using SIAL Aravinda Prasad
2012-04-03 11:42 ` Aravinda Prasad
2012-04-03 11:52   ` Luc Chouinard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox