public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* lcall disappeared? kernel CVS destabilized?
@ 2005-01-14  1:01 Andrea Arcangeli
  2005-01-14  1:26 ` Andrew Morton
  2005-01-14  1:30 ` Andi Kleen
  0 siblings, 2 replies; 4+ messages in thread
From: Andrea Arcangeli @ 2005-01-14  1:01 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

I'm porting the seccomp patch to 2.6.10, do you have an idea where lcall
(i.e. call gates for binary compatibility with other OS) went? I can't
find it anywhere. Looks like it was dropped but I must be sure of that,
and especially I must be sure that you don't add it again without me
noticing that I had to patch it ;). Is lcall definitely dead code that I
can forget about or am I missing something? Thanks.

Kernel CVS is broken here, it doesn't even show me the changeset where
lcall disappeared, this returns nothing obvious:

	cvsps -g -r v2_6_8 -f arch/i386/kernel/entry.S

If I use cvsps -x --bkcvs the changesets are screwed.

Note that the entry.S of the kernel CVS has not the lcall, it's
magically forgetting to show me a chageset, and I doubt cvsps is to
blame here, since it was working well for a long time before the thing
destabilized.

Can somebody confirm the kernel CVS is unstable or am I the only one
having deep troubles?

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: lcall disappeared? kernel CVS destabilized?
  2005-01-14  1:01 lcall disappeared? kernel CVS destabilized? Andrea Arcangeli
@ 2005-01-14  1:26 ` Andrew Morton
  2005-01-14  1:49   ` Andrea Arcangeli
  2005-01-14  1:30 ` Andi Kleen
  1 sibling, 1 reply; 4+ messages in thread
From: Andrew Morton @ 2005-01-14  1:26 UTC (permalink / raw)
  To: Andrea Arcangeli; +Cc: linux-kernel

Andrea Arcangeli <andrea@cpushare.com> wrote:
>
> I'm porting the seccomp patch to 2.6.10, do you have an idea where lcall
>  (i.e. call gates for binary compatibility with other OS) went? 

Was removed on October 18.

http://linux.bkbits.net:8080/linux-2.5/diffs/arch/i386/kernel/entry.S@1.83?nav=index.html|src/|src/arch|src/arch/i386|src/arch/i386/kernel|hist/arch/i386/kernel/entry.S

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: lcall disappeared? kernel CVS destabilized?
  2005-01-14  1:01 lcall disappeared? kernel CVS destabilized? Andrea Arcangeli
  2005-01-14  1:26 ` Andrew Morton
@ 2005-01-14  1:30 ` Andi Kleen
  1 sibling, 0 replies; 4+ messages in thread
From: Andi Kleen @ 2005-01-14  1:30 UTC (permalink / raw)
  To: Andrea Arcangeli; +Cc: linux-kernel

Andrea Arcangeli <andrea@cpushare.com> writes:

> I'm porting the seccomp patch to 2.6.10, do you have an idea where lcall
> (i.e. call gates for binary compatibility with other OS) went? I can't
> find it anywhere. Looks like it was dropped but I must be sure of that,
> and especially I must be sure that you don't add it again without me
> noticing that I had to patch it ;). Is lcall definitely dead code that I
> can forget about or am I missing something? Thanks.

hch removed it some time ago because nobody used it anymore (Linux ABI
is not supported on 2.6) and it showed some potential security issues 

-Andi

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: lcall disappeared? kernel CVS destabilized?
  2005-01-14  1:26 ` Andrew Morton
@ 2005-01-14  1:49   ` Andrea Arcangeli
  0 siblings, 0 replies; 4+ messages in thread
From: Andrea Arcangeli @ 2005-01-14  1:49 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, Andi Kleen

On Thu, Jan 13, 2005 at 05:26:51PM -0800, Andrew Morton wrote:
> Andrea Arcangeli <andrea@cpushare.com> wrote:
> >
> > I'm porting the seccomp patch to 2.6.10, do you have an idea where lcall
> >  (i.e. call gates for binary compatibility with other OS) went? 
> 
> Was removed on October 18.
> 
> http://linux.bkbits.net:8080/linux-2.5/diffs/arch/i386/kernel/entry.S@1.83?nav=index.html|src/|src/arch|src/arch/i386|src/arch/i386/kernel|hist/arch/i386/kernel/entry.S

Ok, thanks to both for the confirmation ;).

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-01-14  1:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-14  1:01 lcall disappeared? kernel CVS destabilized? Andrea Arcangeli
2005-01-14  1:26 ` Andrew Morton
2005-01-14  1:49   ` Andrea Arcangeli
2005-01-14  1:30 ` Andi Kleen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox