[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1551292672.10911.68.camel@linux.ibm.com>
Date: Wed, 27 Feb 2019 13:37:52 -0500
From: Mimi Zohar <zohar@...ux.ibm.com>
To: shuah <shuah@...nel.org>, linux-kselftest@...r.kernel.org
Cc: linux-integrity@...r.kernel.org, linux-kernel@...r.kernel.org,
Petr Vorel <pvorel@...e.cz>
Subject: Re: [PATCH v2 5/5] selftests/ima: loading kernel modules
> >>> +get_secureboot_mode
> >>> +if [ $? -eq 0 ]; then
> >>> + log_skip "secure boot not enabled"
> >>> +fi
> >>> +
> >>> +# get the kernel config
> >>> +get_kconfig
> >>> +
> >>
> >> get_kconfig() will be good candidate as a kselftest common
> >> function. Is that possible?
> >
> > Sure, where would it go? get_kconfig calls log_skip. I didn't see
> > any common logging functions. Petr suggested defining a set of common
> > logging functions. Did you want to only make "log_skip" a common
> > function or the other logging functions log_pass, log_fail, log_info
> > as well?
> >
>
> We can do this as a separate effort in the interest of getting these
> in the interest of getting these in.
>
> We have common functions in ksefltest.h for c and we don't have them
> for tests scripts. We might be able to collect common routines such
> as get_kconfig into a common .sh and include in tests. If you have time
> to do this, that will be great. It can be done as a separate effort.
Ok. For now, I'm waiting for some review/ack's.
Mimi
Powered by blists - more mailing lists