Greg KH | 1 Aug 2009 06:39
Gravatar

tty tree change for linux-next

Hi Stephen,

I've now merged Alan's tty tree into my patch trees, and I'd like to ask
for linux-next to pick them up.

They are contained within the same directory as my other trees (staging,
usb, driver-core), and conviently named "tty.current" and "tty", and can
be found at:
	http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
As you can see by the nameing in the above directory, the usb and
staging trees changed names by virtue of putting the tty tree ahead of
them.  Your scripts might need adjusting for this.

If there are any problems with the trees, please let me know.

thanks,

greg k-h
Stephen Rothwell | 1 Aug 2009 08:41
Picon
Picon

Re: tty tree change for linux-next

Hi Greg,

On Fri, 31 Jul 2009 21:39:05 -0700 Greg KH <greg <at> kroah.com> wrote:
>
> I've now merged Alan's tty tree into my patch trees, and I'd like to ask
> for linux-next to pick them up.
> 
> They are contained within the same directory as my other trees (staging,
> usb, driver-core), and conviently named "tty.current" and "tty", and can
> be found at:
> 	http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
> As you can see by the nameing in the above directory, the usb and
> staging trees changed names by virtue of putting the tty tree ahead of
> them.  Your scripts might need adjusting for this.

OK, I have added/updated these.

> If there are any problems with the trees, please let me know.

Will do.

--

-- 
Cheers,
Stephen Rothwell                    sfr <at> canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
Stephen Rothwell | 1 Aug 2009 09:22
Picon
Picon

Re: tty tree change for linux-next

Hi Greg,

On Sat, 1 Aug 2009 16:41:04 +1000 Stephen Rothwell <sfr <at> canb.auug.org.au> wrote:
>
> On Fri, 31 Jul 2009 21:39:05 -0700 Greg KH <greg <at> kroah.com> wrote:
> >
> > If there are any problems with the trees, please let me know.
> 
> Will do.

Just a small (but important) thing.  All the tty series patches look like this:

<summary>

From: <author>

<message>
.
.

When I import these, they will all look like they are authored by you and
use the file name as the one line summary :-( .  "Git quilt-import"
expects more mail-like patches like:

From: <author>
Subject: <summary>

..

So if there is some easy transform you could do on these, it would be
(Continue reading)

Greg KH | 1 Aug 2009 19:18
Gravatar

Re: tty tree change for linux-next

On Sat, Aug 01, 2009 at 05:22:45PM +1000, Stephen Rothwell wrote:
> Hi Greg,
> 
> On Sat, 1 Aug 2009 16:41:04 +1000 Stephen Rothwell <sfr <at> canb.auug.org.au> wrote:
> >
> > On Fri, 31 Jul 2009 21:39:05 -0700 Greg KH <greg <at> kroah.com> wrote:
> > >
> > > If there are any problems with the trees, please let me know.
> > 
> > Will do.
> 
> Just a small (but important) thing.  All the tty series patches look like this:
> 
> <summary>
> 
> From: <author>
> 
> <message>
> .
> .
> 
> 
> When I import these, they will all look like they are authored by you and
> use the file name as the one line summary :-( .  "Git quilt-import"
> expects more mail-like patches like:
> 
> From: <author>
> Subject: <summary>
> 
> ..
(Continue reading)

Stephen Rothwell | 2 Aug 2009 01:16
Picon
Picon

Re: tty tree change for linux-next

Hi Greg,

On Sat, 1 Aug 2009 10:18:15 -0700 Greg KH <greg <at> kroah.com> wrote:
>
> Ok, that's not good at all, I just took the patches straight from Alan.
> I'll edit them up this weekend to work better (i.e. in the format that
> all of my other patches are in, pseudo-mbox headers, which both quilt
> and git seem to like.)

Thanks.

--

-- 
Cheers,
Stephen Rothwell                    sfr <at> canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
Stephen Rothwell | 3 Aug 2009 02:35
Picon
Picon

linux-next: tree build failure

Hi Neil,

Today's linux-next build (powerpc ppc64_defconfig) failed like this:

ERROR: ".md_integrity_add_rdev" [drivers/md/multipath.ko] undefined!

Caused by commit 66f4f3f41f5c334f399e920b2aaad9b82514acda ("md: Push down
data integrity code to personalities") from the md-current and md trees.
Looks like md_integrity_add_rdev needs an EXPORT_SYMBOL.

I have used the version of the md-current and md trees from next-20090731
for today.
--

-- 
Cheers,
Stephen Rothwell                    sfr <at> canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
NeilBrown | 3 Aug 2009 03:01
Picon
Gravatar

Re: linux-next: tree build failure

On Mon, August 3, 2009 10:35 am, Stephen Rothwell wrote:
> Hi Neil,
>
> Today's linux-next build (powerpc ppc64_defconfig) failed like this:
>
> ERROR: ".md_integrity_add_rdev" [drivers/md/multipath.ko] undefined!
>
> Caused by commit 66f4f3f41f5c334f399e920b2aaad9b82514acda ("md: Push down
> data integrity code to personalities") from the md-current and md trees.
> Looks like md_integrity_add_rdev needs an EXPORT_SYMBOL.

Yes, of course...
Thanks!
Fixed.

NeilBrown

>
> I have used the version of the md-current and md trees from next-20090731
> for today.
> --
> Cheers,
> Stephen Rothwell                    sfr <at> canb.auug.org.au
> http://www.canb.auug.org.au/~sfr/
>

Stephen Rothwell | 3 Aug 2009 03:03
Picon
Picon

linux-next: manual merge of the pxa tree with Linus' tree

Hi Eric,

Today's linux-next merge of the pxa tree got a conflict in MAINTAINERS
between commit 8b58be884a9fd650abb7f7adf3f885fb9cecd79d ("MAINTAINERS:
coalesce name and email address lines") from Linus' tree and commit
4ad9febe53347962225169c5bde2ec030e46ab1d ("Palm Tungsten|C initial
support") from the pxa tree.

Just context changes.  I fixed it up (see below) and can carry the fix as
necessary.
-- 
Cheers,
Stephen Rothwell                    sfr <at> canb.auug.org.au

diff --cc MAINTAINERS
index 1677158,642cd9a..0000000
--- a/MAINTAINERS
+++ b/MAINTAINERS
 <at>  <at>  <at>  -705,12 -803,15 +705,12  <at>  <at>  <at>  W:	http://wiki.openmoko.org/wiki/Neo_Fr
  S:	Supported

  ARM/TOSA MACHINE SUPPORT
 -P:	Dmitry Eremin-Solenikov
 -M:	dbaryshkov <at> gmail.com
 -P:	Dirk Opfer
 -M:	dirk <at> opfer-online.de
 +M:	Dmitry Eremin-Solenikov <dbaryshkov <at> gmail.com>
 +M:	Dirk Opfer <dirk <at> opfer-online.de>
  S:	Maintained

(Continue reading)

Lin Ming | 3 Aug 2009 03:17
Picon
Favicon

Re: FW: next-20090724: null pointer dereference from ibm_find_acpi_device

On Fri, 2009-07-31 at 00:55 +0800, Thomas Meyer wrote:
> Am Montag, den 27.07.2009, 17:03 +0800 schrieb Lin Ming: 
> > Hi, Thomas
> > 
> > Would you please try below patch?
> 
> Yes. The patch below makes the NULL pointer dereference go away. Is the
> hardware_id.string accessibly thru sysfs?

It's shown thru sysfs if it's not NULL.

See acpi_device_setup_files.

static int acpi_device_setup_files(struct acpi_device *dev)
{
 	....

        if (dev->flags.hardware_id) {
                result = device_create_file(&dev->dev, &dev_attr_hid);
                if (result)
                        goto end;
        }

	....
}

Lin Ming

> 
> > 
(Continue reading)

Stephen Rothwell | 3 Aug 2009 03:30
Picon
Picon

Re: linux-next: tree build failure

Hi Neil,

On Mon, 3 Aug 2009 11:01:24 +1000 (EST) "NeilBrown" <neilb <at> suse.de> wrote:
>
> On Mon, August 3, 2009 10:35 am, Stephen Rothwell wrote:
> >
> > Today's linux-next build (powerpc ppc64_defconfig) failed like this:
> >
> > ERROR: ".md_integrity_add_rdev" [drivers/md/multipath.ko] undefined!
> >
> > Caused by commit 66f4f3f41f5c334f399e920b2aaad9b82514acda ("md: Push down
> > data integrity code to personalities") from the md-current and md trees.
> > Looks like md_integrity_add_rdev needs an EXPORT_SYMBOL.
> 
> Yes, of course...
> Thanks!
> Fixed.

OK, so I refetched the md tree and will use it today.
--

-- 
Cheers,
Stephen Rothwell                    sfr <at> canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

Gmane