* drivers:staging:ti-st: merge issues.
@ 2010-09-24 19:11 Pavan Savoy
2010-09-24 19:19 ` Pavan Savoy
2010-09-24 19:30 ` Greg KH
0 siblings, 2 replies; 5+ messages in thread
From: Pavan Savoy @ 2010-09-24 19:11 UTC (permalink / raw)
To: Stephen Rothwell, Greg KH, linux-kernel
Stephen,
The merges bbf96b3cb54a237f1a66883390637e30bb4407ba and the merge on
759b9f0fe0c5be0d9fa1b92e14e093961312f6ac has caused the
drivers/staging/ti-st to get corrupted, I had submitted few patches
and it was all merged.
basically the merge for bbf96b3cb54a237f1a66883390637e30bb4407ba for
drivers/staging/ti-st/ shouldn't have happened.
The head for the drivers/staging/ti-st/ should have been @
83ef41f0858b48cce4f8ca23f674ec55d50bf47d
This is causing build failure.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: drivers:staging:ti-st: merge issues.
2010-09-24 19:11 drivers:staging:ti-st: merge issues Pavan Savoy
@ 2010-09-24 19:19 ` Pavan Savoy
2010-09-24 19:30 ` Greg KH
1 sibling, 0 replies; 5+ messages in thread
From: Pavan Savoy @ 2010-09-24 19:19 UTC (permalink / raw)
To: Stephen Rothwell, Greg KH, linux-kernel, anca.emanuel; +Cc: pavan_savoy
+ emanuel,
On Fri, Sep 24, 2010 at 2:11 PM, Pavan Savoy <pavan_savoy@ti.com> wrote:
> Stephen,
>
> The merges bbf96b3cb54a237f1a66883390637e30bb4407ba and the merge on
> 759b9f0fe0c5be0d9fa1b92e14e093961312f6ac has caused the
> drivers/staging/ti-st to get corrupted, I had submitted few patches
> and it was all merged.
>
> basically the merge for bbf96b3cb54a237f1a66883390637e30bb4407ba for
> drivers/staging/ti-st/ shouldn't have happened.
> The head for the drivers/staging/ti-st/ should have been @
> 83ef41f0858b48cce4f8ca23f674ec55d50bf47d
Upon emanuel's request the patch was brought in again to staging-next,
whose merge into linux-next has caused all the problems.
Now what needs to be done?
> This is causing build failure.
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: drivers:staging:ti-st: merge issues.
2010-09-24 19:11 drivers:staging:ti-st: merge issues Pavan Savoy
2010-09-24 19:19 ` Pavan Savoy
@ 2010-09-24 19:30 ` Greg KH
2010-09-25 1:37 ` Stephen Rothwell
1 sibling, 1 reply; 5+ messages in thread
From: Greg KH @ 2010-09-24 19:30 UTC (permalink / raw)
To: Pavan Savoy; +Cc: Stephen Rothwell, linux-kernel
On Fri, Sep 24, 2010 at 02:11:50PM -0500, Pavan Savoy wrote:
> Stephen,
>
> The merges bbf96b3cb54a237f1a66883390637e30bb4407ba and the merge on
> 759b9f0fe0c5be0d9fa1b92e14e093961312f6ac has caused the
> drivers/staging/ti-st to get corrupted, I had submitted few patches
> and it was all merged.
>
> basically the merge for bbf96b3cb54a237f1a66883390637e30bb4407ba for
> drivers/staging/ti-st/ shouldn't have happened.
> The head for the drivers/staging/ti-st/ should have been @
> 83ef41f0858b48cce4f8ca23f674ec55d50bf47d
I have no idea what this all means, sorry.
Are these linux-next merges?
If I need to apply a patch to the staging-next, or Linus's tree, please
let me know.
confused,
greg k-h
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: drivers:staging:ti-st: merge issues.
2010-09-24 19:30 ` Greg KH
@ 2010-09-25 1:37 ` Stephen Rothwell
2010-09-27 15:26 ` Savoy, Pavan
0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2010-09-25 1:37 UTC (permalink / raw)
To: Greg KH; +Cc: Pavan Savoy, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1931 bytes --]
Hi Greg,
On Fri, 24 Sep 2010 12:30:27 -0700 Greg KH <gregkh@suse.de> wrote:
>
> On Fri, Sep 24, 2010 at 02:11:50PM -0500, Pavan Savoy wrote:
> >
> > The merges bbf96b3cb54a237f1a66883390637e30bb4407ba and the merge on
> > 759b9f0fe0c5be0d9fa1b92e14e093961312f6ac has caused the
> > drivers/staging/ti-st to get corrupted, I had submitted few patches
> > and it was all merged.
> >
> > basically the merge for bbf96b3cb54a237f1a66883390637e30bb4407ba for
> > drivers/staging/ti-st/ shouldn't have happened.
> > The head for the drivers/staging/ti-st/ should have been @
> > 83ef41f0858b48cce4f8ca23f674ec55d50bf47d
>
> I have no idea what this all means, sorry.
I was with you, here (until I looked hard :-().
> Are these linux-next merges?
bbf96b3cb54a237f1a66883390637e30bb4407ba is the merge of the staging-next
tree into linux-next. 759b9f0fe0c5be0d9fa1b92e14e093961312f6ac is the
patch "Staging: ti-st: remove st_get_plat_device" that is in
staging.current (and also in staging-next as commmit
dbd3a8709560365ff9b1e5eca263f608877a8a89).
83ef41f0858b48cce4f8ca23f674ec55d50bf47d is the commit "staging: ti-st:
mv headers to ti_wilink_st" that is in the staging-next tree.
> If I need to apply a patch to the staging-next, or Linus's tree, please
> let me know.
>
> confused,
I was as well. All I could guess was that my merge resolution when merging
the staging-next tree was not correct? The resolution I did was to remove
drivers/staging/ti-st/st.h and drivers/staging/ti-st/st_core.h (since
that had been done in commit 83ef41f0 ("staging: ti-st: mv headers to
ti_wilink_st") in staging-next) and ...
(I see it now) I used the wrong version of
drivers/staging/ti-st/st_kim.c ... Sorry about that. I will correct that
merge in the next release of linux-next.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
[-- Attachment #2: Type: application/pgp-signature, Size: 490 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: drivers:staging:ti-st: merge issues.
2010-09-25 1:37 ` Stephen Rothwell
@ 2010-09-27 15:26 ` Savoy, Pavan
0 siblings, 0 replies; 5+ messages in thread
From: Savoy, Pavan @ 2010-09-27 15:26 UTC (permalink / raw)
To: Stephen Rothwell, Greg KH; +Cc: linux-kernel@vger.kernel.org
Stephen, Greg,
> -----Original Message-----
> From: Stephen Rothwell [mailto:sfr@canb.auug.org.au]
> Sent: Friday, September 24, 2010 8:38 PM
> To: Greg KH
> Cc: Savoy, Pavan; linux-kernel@vger.kernel.org
> Subject: Re: drivers:staging:ti-st: merge issues.
>
> Hi Greg,
>
> On Fri, 24 Sep 2010 12:30:27 -0700 Greg KH <gregkh@suse.de> wrote:
> >
> > On Fri, Sep 24, 2010 at 02:11:50PM -0500, Pavan Savoy wrote:
> > >
> > > The merges bbf96b3cb54a237f1a66883390637e30bb4407ba and the merge on
> > > 759b9f0fe0c5be0d9fa1b92e14e093961312f6ac has caused the
> > > drivers/staging/ti-st to get corrupted, I had submitted few patches
> > > and it was all merged.
> > >
> > > basically the merge for bbf96b3cb54a237f1a66883390637e30bb4407ba for
> > > drivers/staging/ti-st/ shouldn't have happened.
> > > The head for the drivers/staging/ti-st/ should have been @
> > > 83ef41f0858b48cce4f8ca23f674ec55d50bf47d
> >
> > I have no idea what this all means, sorry.
>
> I was with you, here (until I looked hard :-().
>
> > Are these linux-next merges?
>
> bbf96b3cb54a237f1a66883390637e30bb4407ba is the merge of the staging-next
> tree into linux-next. 759b9f0fe0c5be0d9fa1b92e14e093961312f6ac is the
> patch "Staging: ti-st: remove st_get_plat_device" that is in
> staging.current (and also in staging-next as commmit
> dbd3a8709560365ff9b1e5eca263f608877a8a89).
> 83ef41f0858b48cce4f8ca23f674ec55d50bf47d is the commit "staging: ti-st:
> mv headers to ti_wilink_st" that is in the staging-next tree.
>
> > If I need to apply a patch to the staging-next, or Linus's tree, please
> > let me know.
> >
> > confused,
>
> I was as well. All I could guess was that my merge resolution when merging
> the staging-next tree was not correct? The resolution I did was to remove
> drivers/staging/ti-st/st.h and drivers/staging/ti-st/st_core.h (since
> that had been done in commit 83ef41f0 ("staging: ti-st: mv headers to
> ti_wilink_st") in staging-next) and ...
>
> (I see it now) I used the wrong version of
> drivers/staging/ti-st/st_kim.c ... Sorry about that. I will correct that
> merge in the next release of linux-next.
Looks like its all sorted out, Thanks!!
> Cheers,
> Stephen Rothwell sfr@canb.auug.org.au
> http://www.canb.auug.org.au/~sfr/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-09-27 15:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-24 19:11 drivers:staging:ti-st: merge issues Pavan Savoy
2010-09-24 19:19 ` Pavan Savoy
2010-09-24 19:30 ` Greg KH
2010-09-25 1:37 ` Stephen Rothwell
2010-09-27 15:26 ` Savoy, Pavan
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.