LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* Re: MMUless CPU support?
       [not found]                         ` <20040513174521.A10776@flint.arm.linux.org.uk>
@ 2004-05-14  9:39                           ` Hyok S. Choi
  2004-05-16  7:58                             ` Christoph Hellwig
  0 siblings, 1 reply; 4+ messages in thread
From: Hyok S. Choi @ 2004-05-14  9:39 UTC (permalink / raw)
  To: Russell King - ARM Linux; +Cc: linux-kernel mailing-list

Russell King - ARM Linux wrote:

>On Thu, May 13, 2004 at 06:17:09PM +0200, Vadim Lebedev wrote:
>  
>
>>Hyok,
>>
>>about fork and mmap syscalls on uClinux:
>>
>>actually i believe it would be better to leave calls.S untouched and return
>>EINVAL or similar in the C level code...
>>BTW, if i remember correctly (it was in 97 when i've ported uClinux 2.0.xx
>>from 68000 to ARM7) mmap call was partially functionnal on ucLinux
>>(depending
>>on arguments) so
>> there is no need to scrap it from calls.S too....
>>
>>the less we touch .S file the eathier it'll be to maintain the NO-MMU
>>version
>>    
>>
>
>And you can use assembler/linker magic to alias sys_fork to
>sys_ni_syscall.
>
>Since Hyok seems to be 100% against any kind of merge, it's useless
>even talking about this though.
>  
>
Hmm, I think about the clean and well structured kind of merge. His 
comment was useful for me. :-)

I always think almost all of tricky method to cross among codes is NO 
good, for maintainer, code readers, porting guys and all.
I like Vadim's method.

Regards,
Hyok

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

* Re: MMUless CPU support?
  2004-05-14  9:39                           ` MMUless CPU support? Hyok S. Choi
@ 2004-05-16  7:58                             ` Christoph Hellwig
  2004-05-16  8:18                               ` Russell King
  2004-05-17  0:35                               ` Hyok S. Choi
  0 siblings, 2 replies; 4+ messages in thread
From: Christoph Hellwig @ 2004-05-16  7:58 UTC (permalink / raw)
  To: Hyok S. Choi; +Cc: Russell King - ARM Linux, linux-kernel mailing-list

On Fri, May 14, 2004 at 06:39:22PM +0900, Hyok S. Choi wrote:
> >And you can use assembler/linker magic to alias sys_fork to
> >sys_ni_syscall.
> >
> >Since Hyok seems to be 100% against any kind of merge, it's useless
> >even talking about this though.
> >  
> >
> Hmm, I think about the clean and well structured kind of merge. His 
> comment was useful for me. :-)
> 
> I always think almost all of tricky method to cross among codes is NO 
> good, for maintainer, code readers, porting guys and all.
> I like Vadim's method.

Where does this totally out of context post come from?  Given rmk is
Cc'ed it's probably armnommu and you're probably still arguing that
you don't want to merge the remaining tiny nommu bitws into arch/arm?

A bit more context would certainly help..

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

* Re: MMUless CPU support?
  2004-05-16  7:58                             ` Christoph Hellwig
@ 2004-05-16  8:18                               ` Russell King
  2004-05-17  0:35                               ` Hyok S. Choi
  1 sibling, 0 replies; 4+ messages in thread
From: Russell King @ 2004-05-16  8:18 UTC (permalink / raw)
  To: Christoph Hellwig, Hyok S. Choi, linux-kernel mailing-list

On Sun, May 16, 2004 at 08:58:58AM +0100, Christoph Hellwig wrote:
> On Fri, May 14, 2004 at 06:39:22PM +0900, Hyok S. Choi wrote:
> > >And you can use assembler/linker magic to alias sys_fork to
> > >sys_ni_syscall.
> > >
> > >Since Hyok seems to be 100% against any kind of merge, it's useless
> > >even talking about this though.
> > >  
> > >
> > Hmm, I think about the clean and well structured kind of merge. His 
> > comment was useful for me. :-)
> > 
> > I always think almost all of tricky method to cross among codes is NO 
> > good, for maintainer, code readers, porting guys and all.
> > I like Vadim's method.
> 
> Where does this totally out of context post come from?  Given rmk is
> Cc'ed it's probably armnommu and you're probably still arguing that
> you don't want to merge the remaining tiny nommu bitws into arch/arm?
> 
> A bit more context would certainly help..

Hyok's mailer has done it _again_.  The CC list randomly changed from
linux-arm-kernel to lkml, so what you saw was a reply to one of my
messages on the linux-arm-kernel list, being copied out of context
to lkml.

This is at least the third time that I've known the CC list to randomly
change for no reason when Hyok has been replying, and this is the third
time I'm complaining about it.

Hyok - unless you stop this fscking annoying behaviour, you can expect
people to start ignoring you.  If its your mail client doing it, please
change your mail client to something more stable.  You're just _really_
pissing people off with what's currently happening with the CC: line
and that's not helping you one bit.

Thanks.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
                 2.6 Serial core

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

* Re: MMUless CPU support?
  2004-05-16  7:58                             ` Christoph Hellwig
  2004-05-16  8:18                               ` Russell King
@ 2004-05-17  0:35                               ` Hyok S. Choi
  1 sibling, 0 replies; 4+ messages in thread
From: Hyok S. Choi @ 2004-05-17  0:35 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: linux-kernel mailing-list, rmk+lkml

Christoph Hellwig wrote:

>On Fri, May 14, 2004 at 06:39:22PM +0900, Hyok S. Choi wrote:
>  
>
>Where does this totally out of context post come from?  Given rmk is
>Cc'ed it's probably armnommu and you're probably still arguing that
>you don't want to merge the remaining tiny nommu bitws into arch/arm?
>  
>
I added linux-kernel mailing-list by typing error, please excuse me.
we were talking about the directory structure or method.
I sent a mail for an issue and the plan to merge and waiting for comment 
of rmk and Andrew.

Regards,
Hyok

P.S. Russell, as my yesterday mail, it seems that you've got some 
misunderstanding.
please calm yourself, please execuse me if my mailer changed your 
various e-mail addresses, but it was once.
(maybe, you have about 3 or more e-mails? it made me the confusion.)

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

end of thread, other threads:[~2004-05-17  0:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <200405040617.42342.jeffs@fairwayacademy.org>
     [not found] ` <409AC200.7020106@mailcan.com>
     [not found]   ` <20040507084536.A14179@flint.arm.linux.org.uk>
     [not found]     ` <409B97E4.8010100@snapgear.com>
     [not found]       ` <20040507194740.A5778@flint.arm.linux.org.uk>
     [not found]         ` <409E3752.3050102@snapgear.com>
     [not found]           ` <20040509152414.C17714@flint.arm.linux.org.uk>
     [not found]             ` <409EC97D.7030105@samsung.com>
     [not found]               ` <20040510094435.B27722@flint.arm.linux.org.uk>
     [not found]                 ` <409F62D5.6080500@samsung.com>
     [not found]                   ` <20040510123124.C27722@flint.arm.linux.org.uk>
     [not found]                     ` <409F7341.4090207@samsung.com>
     [not found]                       ` <042601c43905$beed50e0$0100a8c0@SHUTTLE>
     [not found]                         ` <20040513174521.A10776@flint.arm.linux.org.uk>
2004-05-14  9:39                           ` MMUless CPU support? Hyok S. Choi
2004-05-16  7:58                             ` Christoph Hellwig
2004-05-16  8:18                               ` Russell King
2004-05-17  0:35                               ` Hyok S. Choi

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).