From: Denys Dmytriyenko <denys@ti.com>
To: "Nelson, Sam" <sam.nelson@ti.com>
Cc: "meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>
Subject: Re: Sam Nelson : linux-ti-staging: Work around to avoid race condition with external module
Date: Wed, 27 Jan 2016 14:23:59 -0500 [thread overview]
Message-ID: <20160127192359.GR11314@edge> (raw)
In-Reply-To: <4F9216F96E5DF9428610502835A9F490582E3A28@DLEE11.ent.ti.com>
Thanks! Would you be submitting the corresponding patch? :)
On Wed, Jan 27, 2016 at 01:54:43PM -0500, Nelson, Sam wrote:
> Yes, this workaround needs to be copied to 4.1 recipe as well. (As the
> problem itself will still exist in fido and the issue is not kernel
> specific)
> With regards,
> Sam
>
> > -----Original Message-----
> > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> > bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> > Sent: Monday, January 25, 2016 8:00 PM
> > To: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] Sam Nelson : linux-ti-staging: Work around to avoid race
> > condition with external module
> >
> > Sam,
> >
> > Is this still a problem on 4.1 kernel? Do we need to copy this work around to
> > 4.1 recipe in Fido branch?
> >
> >
> > On Fri, Dec 18, 2015 at 01:07:23AM +0000, Arago Project git wrote:
> > > Module: meta-ti
> > > Branch: fido
> > > Commit: 4f542c3fe47a8c6be195b3c97fd83efbf930bb70
> > > URL: http://arago-project.org/git/meta-
> > ti.git?a=commit;h=4f542c3fe47a8c6be195b3c97fd83efbf930bb70
> > >
> > > Author: Sam Nelson <sam.nelson@ti.com>
> > > Date: Mon Dec 14 17:47:48 2015 +0000
> > >
> > > linux-ti-staging: Work around to avoid race condition with external module
> > >
> > > - Currently there is an issue with compiling external kernel module
> > > which depends on symbols from another kernel module which is part of the
> > > list of modules configured to be built as modules in the default config.
> > > - This work around allows to avoid the issue by copying the module
> > > symbols to the kernel directory after making the kernel modules build.
> > > - This issue is already fixed in oe-core: master branch as of date
> > > - This is just work around before updating to latest oe-core
> > >
> > > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > >
> > > ---
> > >
> > > recipes-kernel/linux/linux-ti-staging_3.14.bb | 4 ++++
> > > 1 files changed, 4 insertions(+), 0 deletions(-)
> > >
> > > diff --git a/recipes-kernel/linux/linux-ti-staging_3.14.bb b/recipes-
> > kernel/linux/linux-ti-staging_3.14.bb
> > > index 54530e4..88950ae 100644
> > > --- a/recipes-kernel/linux/linux-ti-staging_3.14.bb
> > > +++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb
> > > @@ -65,3 +65,7 @@ KERNEL_GIT_PROTOCOL = "git"
> > > SRC_URI +=
> > "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH}
> > \
> > > file://defconfig \
> > > "
> > > +
> > > +do_compile_kernelmodules_append() {
> > > + cp Module.symvers ${STAGING_KERNEL_BUILDDIR}/
> > > +}
> > >
> > > --
> > > _______________________________________________
> > > meta-ti mailing list
> > > meta-ti@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/meta-ti
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
next prev parent reply other threads:[~2016-01-27 19:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-18 1:07 Sam Nelson : linux-ti-staging: Work around to avoid race condition with external module Arago Project git
2016-01-26 1:00 ` Denys Dmytriyenko
2016-01-27 18:54 ` Nelson, Sam
2016-01-27 19:23 ` Denys Dmytriyenko [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-02-01 22:09 Arago Project git
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160127192359.GR11314@edge \
--to=denys@ti.com \
--cc=meta-ti@yoctoproject.org \
--cc=sam.nelson@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.