Re: iso9660 endianness cleanup patch

2001-05-01 Thread Tim Riker
> > The attached patch fixes both. It is against 2.4.4, but from the looks > of it it should patch against -ac as well. > > -hpa -- Tim Riker - http://rikers.org/ - short SIGs! All I need to know I could have learned in Kindergarten ... if I'd just been paying atten

Re: Change of policy for future 2.2 driver submissions

2001-01-04 Thread Tim Riker
ver from 2.2 to 2.4, and in > some cases people may just not want to do it untill 2.4 has gone through a > little more refining, and that could take a while. > > To sum it up, I just don't think this is the right decision to make, at > least not yet. > My opinion probably w

loop device length

2000-12-14 Thread Tim Riker
. What do you think? We could add a lo_length to struct loop_device and return that if it was non-zero and less than the physical length calculated normally by figure_loop_size(). While I'm at it why are loop_sizes[] and loop_blksizes[] not part of struct loop_device now? -- Tim Riker -

Re: [patch] I-Opener fix (again)

2000-12-13 Thread Tim Riker
IDE device), configures it > normally, then finds hdb (flash), and clobbers all the correct info it already > detected for hda. This seems just plain wrong. > > -alex > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message

Re: cramfs filesystem patch

2000-12-08 Thread Tim Riker
ilesystem to denote versioning information to allow for > the difference in the inode. > > Thanks, > Shane. > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to [EMAIL PROTECTED] > Please read the FAQ at htt

Re: non-gcc linux? (was Re: Where did kgcc go in 2.4.0-test10?)

2000-11-07 Thread Tim Riker
where feasible, for example. I am not asking anyone to use a proprietary compiler of they do not choose to do so. Jes Sorensen wrote: > > >>>>> "Tim" == Tim Riker <[EMAIL PROTECTED]> writes: > > Tim> Alan Cox wrote: > >> > 1. There

Re: Persistent module storage [was Linux 2.4 Status / TODO page]

2000-11-06 Thread Tim Riker
disputed that it > was required at all. > > -- > dwmw2 > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to [EMAIL PROTECTED] > Please read the FAQ at http://www.tux.org/lkml/ -- Tim Riker - http://

Re: non-gcc linux?

2000-11-05 Thread Tim Riker
ntity owns all of the rights. In short the impact of adding code to gcc that is not copyright FSF is minimal. Only the FSF copyrighted code would be defensible by the FSF. Any other code GPL violations would be the responsibility of the copyright owners to defend. As before IANAL. ;-) Russ Allb

Re: non-gcc linux?

2000-11-05 Thread Tim Riker
FSD ever wanted to go to court to defend the freedom of gcc. Statements above are my own, and I am not a lawyer. -- Tim Riker - http://rikers.org/ - short SIGs! All I need to know I could have learned in Kindergarten ... if I'd just been paying attention. - To unsubscribe from this list:

Re: non-gcc linux?

2000-11-05 Thread Tim Riker
to this question is it not? > > If gcc is architecturally unable to do ia64 well, pro64 is free software and > both understand the same syntax Im at a bit of a loss why that is productive Alan Cox wrote in another message: > Or a third party decides its a silly situation and does it

Re: non-gcc linux?

2000-11-05 Thread Tim Riker
yes, exactly what my comments stated. Jakub Jelinek wrote: > > On Sun, Nov 05, 2000 at 01:52:24PM -0700, Tim Riker wrote: > > Alan, > > > > Perhaps I did not explain myself, or perhaps I misunderstand your > > comments. I was responding to a comment that we c

Re: non-gcc linux?

2000-11-05 Thread Tim Riker
;unsubscribe linux-kernel" in > the body of a message to [EMAIL PROTECTED] > Please read the FAQ at http://www.tux.org/lkml/ -- Tim Riker - http://rikers.org/ - short SIGs! All I need to know I could have learned in Kindergarten ... if I'd just been paying attention. - To unsu

Re: non-gcc linux?

2000-11-04 Thread Tim Riker
on IA64. > > It is also not clear if gcc will ever produce good code on IA64. > > Well if its compiling the kernel just fine without alterations to the > code, then fine. If not, if the SGI compiler is GPL'd pillage its sources > and get that code working in gcc. Otherwise, tr

Re: non-gcc linux? (was Re: Where did kgcc go in 2.4.0-test10?)

2000-11-02 Thread Tim Riker
eaking the existing world as we know it. Tim "Theodore Y. Ts'o" wrote: > >Date: Thu, 02 Nov 2000 13:53:55 -0700 >From: Tim Riker <[EMAIL PROTECTED]> > >As is being discussed here, C99 has some replacements to the gcc syntax >the kernel uses. I b

Re: non-gcc linux?

2000-11-02 Thread Tim Riker
cates gcc all ready supports this? I have not yet dug into which pragmas though... ;-) Andi Kleen wrote: > > On Thu, Nov 02, 2000 at 02:27:35PM -0700, Tim Riker wrote: > > #pragma is a particularly difficult problem to deal with because it is > > non macro friendly. =( > >

Re: non-gcc linux?

2000-11-02 Thread Tim Riker
attribute__((packed)). > It just always has a different syntax, usually even non macro friendly (#pragma) > > -Andi > > [1] ok and the TenDRA one -- Tim Riker - http://rikers.org/ - short SIGs! All I need to know I could have learned in Kindergarten ... if I'd just been pa

Re: non-gcc linux?

2000-11-02 Thread Tim Riker
at this change will be less > > painful down the road. > > BTW: the C99 syntax for named structure initializers is supported from > gcc 2.7. on. But a policy decision has been take to use > gcc syntax in kernel. -- Tim Riker - http://rikers.org/ - short SIGs! All I need to kno

Re: non-gcc linux? (was Re: Where did kgcc go in 2.4.0-test10?)

2000-11-02 Thread Tim Riker
s. > > Alan PS, while I'm writing to you. I reread my earlier reply to you and Ben was right about chewing me out for it. My bad. -- Tim Riker - http://rikers.org/ - short SIGs! All I need to know I could have learned in Kindergarten ... if I'd just been paying attention. - T

Re: non-gcc linux? (was Re: Where did kgcc go in 2.4.0-test10?)

2000-11-02 Thread Tim Riker
that sound for a way forward? "Theodore Y. Ts'o" wrote: > >Date:Thu, 02 Nov 2000 12:31:51 -0700 >From: Tim Riker <[EMAIL PROTECTED]> > >Me or Alan? I did not mean this as a dig. I feel strongly that one >should have the choice here. I do

Re: non-gcc linux?

2000-11-02 Thread Tim Riker
Andrea Arcangeli wrote: > > On Thu, Nov 02, 2000 at 12:17:33PM -0700, Tim Riker wrote: > > [..] by adding gcc > > syntax into it [..] > > I think that's the right path. How much would be hard for you to add gcc syntax > into your compiler too instead of feeding

Re: non-gcc linux? (was Re: Where did kgcc go in 2.4.0-test10?)

2000-11-02 Thread Tim Riker
Ben Ford wrote: > > Tim Riker wrote: > > > Alan Cox wrote: > > > > > > > 1. There are architectures where some other compiler may do better > > > > optimizations than gcc. I will cite some examples here, no need to argue > > > > > &

Re: non-gcc linux?

2000-11-02 Thread Tim Riker
as that SGI had built the kernel with thier compiler, by adding gcc syntax into it, but had not reached the point where the kernel would run. Perhaps they have gotten past this. Since I'm no longer involved in the Trillian (read ia64 Linux Project) mailing lists or weekly phone calls I have

Re: non-gcc linux? (was Re: Where did kgcc go in 2.4.0-test10?)

2000-11-02 Thread Tim Riker
eeds to solve it do it. We have proposals here all under NDA. So I won't mention one of them. Perhaps there are some of these folk on the list that would like to comment? > > Alan -- Tim Riker - http://rikers.org/ - short SIGs! All I need to know I could have learned in Kindergarten ..

non-gcc linux? (was Re: Where did kgcc go in 2.4.0-test10?)

2000-11-02 Thread Tim Riker
; conceptually (although it probably should have been called "kcc", but > it's too late now.) > > The kernel uses a lot of gcc extensions, and history shows that these > extensions aren't as stable as the compiler system as a whole. > > -hpa -- Tim Ri

Re: [PATCH] cpu detection fixes for test10-pre4

2000-10-27 Thread Tim Riker
gt; > We should never have used anything but "i386" as the utsname... sigh. > > Its questionable if we should include the 'i' heh, agreed. let's rename 'em all x86 and be done with it. ;-) -- Tim Riker - http://rikers.org/ - short SIGs! All I need to know I cou