From: Greg KH <gregkh@suse.de>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, andi@firstfloor.org,
ak@linux.intel.com, mingo@elte.hu, tiwai@suse.de,
linux-next@vger.kernel.org
Subject: Re: [PATCH 72/79] sysdev: Pass the attribute to the low level sysdev show/store function
Date: Tue, 22 Jul 2008 14:19:19 -0700 [thread overview]
Message-ID: <20080722211919.GA5669@suse.de> (raw)
In-Reply-To: <20080722140301.2a334f8c.akpm@linux-foundation.org>
On Tue, Jul 22, 2008 at 02:03:01PM -0700, Andrew Morton wrote:
> On Tue, 22 Jul 2008 13:49:39 -0700
> Greg KH <gregkh@suse.de> wrote:
>
> > On Tue, Jul 22, 2008 at 01:40:45PM -0700, Andrew Morton wrote:
> > > On Mon, 21 Jul 2008 22:19:36 -0700
> > > Greg Kroah-Hartman <gregkh@suse.de> wrote:
> > >
> > > > From: Andi Kleen <andi@firstfloor.org>
> > > >
> > > > This allow to dynamically generate attributes and share show/store
> > > > functions between attributes. Right now most attributes are generated
> > > > by special macros and lots of duplicated code. With the attribute
> > > > passed it's instead possible to attach some data to the attribute
> > > > and then use that in shared low level functions to do different things.
> > > >
> > > > I need this for the dynamically generated bank attributes in the x86
> > > > machine check code, but it'll allow some further cleanups.
> > > >
> > > > I converted all users in tree to the new show/store prototype. It's a single
> > > > huge patch to avoid unbisectable sections.
> > > >
> > > > Runtime tested: x86-32, x86-64
> > > > Compiled only: ia64, powerpc
> > > > Not compile tested/only grep converted: sh, arm, avr32
> > > >
> > > > Signed-off-by: Andi Kleen <ak@linux.intel.com>
> > > > Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
> > > >
> > > > ...
> > > >
> > > > kernel/sched.c | 8 ++++-
> > >
> > > This wrecks use-sysdev_class-in-schedc.patch (below), which I merged a
> > > week ago and will now drop.
> > >
> > > Why did this patch from Andi just turn up in linux-next now, halfway
> > > through the merge window? It has a commit date of July 1 yet it has
> > > never before been sighted in linux-next.
> >
> > What? It's been in linux-next for a while now as it's been in my tree
> > for quite some time. Unless it somehow got reverted in -next and I
> > didn't realize it? Which I kind of doubt as it was causing problems
> > with the sparc build and I got reports of that.
> >
> > This should be a simple merge, the show/store functions of sysdev now
> > just got an additional parameter, like we've done for a while with other
> > types of attributes.
> >
>
> Well the changelog for yesterday's linux-next lists this change, but
> the diff to kernel/sched.c (below) does not contain it. No idea what
> caused that.
Andi any thoughts?
next prev parent reply other threads:[~2008-07-22 21:49 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20080722051805.GA17373@suse.de>
[not found] ` <1216703983-21448-72-git-send-email-gregkh@suse.de>
[not found] ` <20080722134045.7f09ff29.akpm@linux-foundation.org>
[not found] ` <20080722204939.GA3028@suse.de>
2008-07-22 21:03 ` [PATCH 72/79] sysdev: Pass the attribute to the low level sysdev show/store function Andrew Morton
2008-07-22 21:19 ` Greg KH [this message]
2008-07-23 3:04 ` Stephen Rothwell
2008-07-23 4:22 ` Greg KH
2008-07-23 9:03 ` Ingo Molnar
2008-07-23 14:03 ` Greg KH
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=20080722211919.GA5669@suse.de \
--to=gregkh@suse.de \
--cc=ak@linux.intel.com \
--cc=akpm@linux-foundation.org \
--cc=andi@firstfloor.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=tiwai@suse.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).