2006-08-31 16:26:10

by Chuck Ebbert

[permalink] [raw]
Subject: Re: - i386-early-fault-handler.patch removed from -mm tree

In-Reply-To: <[email protected]>

On Wed, 30 Aug 2006 21:22:08 -0700, Andrew Morton wrote:

> The patch titled
>
> i386: early fault handler
>
> has been removed from the -mm tree. Its filename is
>
> i386-early-fault-handler.patch
>
> This patch was dropped because a different version got merged by andi

<*sigh*>

Didn't anyone even notice the fix that was already in -mm? Now we're back
to "guess which fault it was" when an early fault occurs.

--
Chuck


2006-08-31 16:40:35

by Andrew Morton

[permalink] [raw]
Subject: Re: - i386-early-fault-handler.patch removed from -mm tree

On Thu, 31 Aug 2006 12:17:15 -0400
Chuck Ebbert <[email protected]> wrote:

> In-Reply-To: <[email protected]>
>
> On Wed, 30 Aug 2006 21:22:08 -0700, Andrew Morton wrote:
>
> > The patch titled
> >
> > i386: early fault handler
> >
> > has been removed from the -mm tree. Its filename is
> >
> > i386-early-fault-handler.patch
> >
> > This patch was dropped because a different version got merged by andi
>
> <*sigh*>
>
> Didn't anyone even notice the fix that was already in -mm?

I sure did ;)

> Now we're back
> to "guess which fault it was" when an early fault occurs.

please send fix.

2006-08-31 16:44:03

by Ingo Molnar

[permalink] [raw]
Subject: Re: - i386-early-fault-handler.patch removed from -mm tree


* Chuck Ebbert <[email protected]> wrote:

> > This patch was dropped because a different version got merged by andi
>
> <*sigh*>
>
> Didn't anyone even notice the fix that was already in -mm? Now we're
> back to "guess which fault it was" when an early fault occurs.

just revert Andi's and apply your patch, and send the resulting combo
patch to Andrew.

Ingo

2006-08-31 16:59:38

by Andi Kleen

[permalink] [raw]
Subject: Re: - i386-early-fault-handler.patch removed from -mm tree

Ingo Molnar <[email protected]> writes:

> * Chuck Ebbert <[email protected]> wrote:
>
> > > This patch was dropped because a different version got merged by andi
> >
> > <*sigh*>
> >
> > Didn't anyone even notice the fix that was already in -mm? Now we're
> > back to "guess which fault it was" when an early fault occurs.
>
> just revert Andi's and apply your patch, and send the resulting combo
> patch to Andrew.

Ok I can drop my patch if there is a better one.

-Andi