All of lore.kernel.org
 help / color / mirror / Atom feed
From: Scott Wood <scottwood@freescale.com>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Neil Horman <nhorman@tuxdriver.com>,
	Rusty Russell <rusty@rustcorp.com.au>,
	linux-kernel@vger.kernel.org, Paul Mackerras <paulus@samba.org>,
	Anton Blanchard <anton@samba.org>,
	linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH] module: ppc64 module CRC relocation fix causes perf issues
Date: Tue, 16 Jul 2013 19:08:17 -0500	[thread overview]
Message-ID: <1374019697.8183.351@snotra> (raw)
In-Reply-To: <1374019445.19894.403.camel@pasglop> (from benh@kernel.crashing.org on Tue Jul 16 19:04:05 2013)

On 07/16/2013 07:04:05 PM, Benjamin Herrenschmidt wrote:
> On Tue, 2013-07-16 at 17:40 -0500, Scott Wood wrote:
> > On 07/15/2013 03:47:06 AM, Benjamin Herrenschmidt wrote:
> > > On Mon, 2013-07-15 at 14:04 +1000, Anton Blanchard wrote:
> > > > Module CRCs are implemented as absolute symbols that get =20
> resolved by
> > > > a linker script. We build an intermediate .o that contains an
> > > > unresolved symbol for each CRC. genksysms parses this .o, =20
> calculates
> > > > the CRCs and writes a linker script that "resolves" the symbols =20
> to
> > > > the calc
> > >
> > > Scott, can somebody from FSL test that on 32-bit and Ack it ?
> > >
> > > Thanks !
> > >
> > > Cheers,
> > > Ben.
> >
> > It boots for me on e500mc and I can insert modules.
>=20
> But does perf work ? :-)

What specifically should I do to test it?

-Scott=

WARNING: multiple messages have this Message-ID (diff)
From: Scott Wood <scottwood@freescale.com>
To: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Paul Mackerras <paulus@samba.org>,
	Rusty Russell <rusty@rustcorp.com.au>,
	Neil Horman <nhorman@tuxdriver.com>,
	<linuxppc-dev@lists.ozlabs.org>, <linux-kernel@vger.kernel.org>,
	Anton Blanchard <anton@samba.org>
Subject: Re: [PATCH] module: ppc64 module CRC relocation fix causes perf issues
Date: Tue, 16 Jul 2013 19:08:17 -0500	[thread overview]
Message-ID: <1374019697.8183.351@snotra> (raw)
In-Reply-To: <1374019445.19894.403.camel@pasglop> (from benh@kernel.crashing.org on Tue Jul 16 19:04:05 2013)

On 07/16/2013 07:04:05 PM, Benjamin Herrenschmidt wrote:
> On Tue, 2013-07-16 at 17:40 -0500, Scott Wood wrote:
> > On 07/15/2013 03:47:06 AM, Benjamin Herrenschmidt wrote:
> > > On Mon, 2013-07-15 at 14:04 +1000, Anton Blanchard wrote:
> > > > Module CRCs are implemented as absolute symbols that get  
> resolved by
> > > > a linker script. We build an intermediate .o that contains an
> > > > unresolved symbol for each CRC. genksysms parses this .o,  
> calculates
> > > > the CRCs and writes a linker script that "resolves" the symbols  
> to
> > > > the calc
> > >
> > > Scott, can somebody from FSL test that on 32-bit and Ack it ?
> > >
> > > Thanks !
> > >
> > > Cheers,
> > > Ben.
> >
> > It boots for me on e500mc and I can insert modules.
> 
> But does perf work ? :-)

What specifically should I do to test it?

-Scott

  reply	other threads:[~2013-07-17  0:08 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-15  4:04 [PATCH] module: ppc64 module CRC relocation fix causes perf issues Anton Blanchard
2013-07-15  4:39 ` Rusty Russell
2013-07-15  8:47 ` Benjamin Herrenschmidt
2013-07-15  8:47   ` Benjamin Herrenschmidt
2013-07-16 22:40   ` Scott Wood
2013-07-16 22:40     ` Scott Wood
2013-07-17  0:04     ` Benjamin Herrenschmidt
2013-07-17  0:04       ` Benjamin Herrenschmidt
2013-07-17  0:08       ` Scott Wood [this message]
2013-07-17  0:08         ` Scott Wood
2013-07-18  4:00         ` Anton Blanchard
2013-07-18  4:00           ` Anton Blanchard
2013-07-19 22:59           ` Scott Wood
2013-07-19 22:59             ` Scott Wood
2013-07-23 13:30             ` Michael Ellerman
2013-07-23 13:30               ` Michael Ellerman
2013-07-24 19:22               ` Scott Wood
2013-07-24 19:22                 ` Scott Wood
2013-07-24 22:34             ` Anton Blanchard
2013-07-24 22:34               ` Anton Blanchard
2013-07-24 23:14               ` Benjamin Herrenschmidt
2013-07-24 23:14                 ` Benjamin Herrenschmidt
2013-07-25 13:02                 ` Neil Horman
2013-07-25 13:02                   ` Neil Horman
2013-07-26  1:19                   ` Anton Blanchard
2013-07-26  1:19                     ` Anton Blanchard
2013-07-26 13:11                     ` Neil Horman
2013-07-26 13:11                       ` Neil Horman

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=1374019697.8183.351@snotra \
    --to=scottwood@freescale.com \
    --cc=anton@samba.org \
    --cc=benh@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=nhorman@tuxdriver.com \
    --cc=paulus@samba.org \
    --cc=rusty@rustcorp.com.au \
    /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.