* [RFC 00/17] asm-generic ABI files for microblaze
@ 2009-04-27 14:40 Arnd Bergmann
2009-04-27 14:40 ` Arnd Bergmann
[not found] ` <200904271640.44445.arnd-r2nGTMty4D4@public.gmane.org>
0 siblings, 2 replies; 8+ messages in thread
From: Arnd Bergmann @ 2009-04-27 14:40 UTC (permalink / raw)
To: linux-kernel-u79uwXL29TY76Z2rM5mHXA
Cc: john.williams-g5w7nrANp4BDPfheJLI6IQ,
monstr-pSz03upnqPeHXe+LvDLADg, linux-api-u79uwXL29TY76Z2rM5mHXA,
linux-arch-u79uwXL29TY76Z2rM5mHXA,
liqin.chen-+XGAvkf1AAHby3iVrkZq2A, Sam Ravnborg, Remis Lima Baima
This is my attempt to do a generic system call ABI for
all new architectures, including a port for microblaze,
which has recently been merged into 2.6.30. The next
architecture that is about to get merged will be score,
so it would be good if they can move to the same ABI.
Please review the files and (in case of microblaze
and score maintainers) test them on your architecture.
The one part I'm not yet completely happy with is signal
handling, I had to massage the microblaze code quite a
bit to get the old-style siginfo out of it, which may
not yet work.
Sam also mentioned that it might be good to consistently
use the __u32 and similar types everywhere in asm-generic
exported headers, which I might be doing as a next step
(including the existing files).
Special thanks to Remis Baima, who has done some significant
work cleaning up my patches.
Arnd <><
--
To unsubscribe from this list: send the line "unsubscribe linux-api" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 8+ messages in thread* [RFC 00/17] asm-generic ABI files for microblaze
2009-04-27 14:40 [RFC 00/17] asm-generic ABI files for microblaze Arnd Bergmann
@ 2009-04-27 14:40 ` Arnd Bergmann
[not found] ` <200904271640.44445.arnd-r2nGTMty4D4@public.gmane.org>
1 sibling, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2009-04-27 14:40 UTC (permalink / raw)
To: linux-kernel
Cc: john.williams, monstr, linux-api, linux-arch, liqin.chen,
Sam Ravnborg, Remis Lima Baima
This is my attempt to do a generic system call ABI for
all new architectures, including a port for microblaze,
which has recently been merged into 2.6.30. The next
architecture that is about to get merged will be score,
so it would be good if they can move to the same ABI.
Please review the files and (in case of microblaze
and score maintainers) test them on your architecture.
The one part I'm not yet completely happy with is signal
handling, I had to massage the microblaze code quite a
bit to get the old-style siginfo out of it, which may
not yet work.
Sam also mentioned that it might be good to consistently
use the __u32 and similar types everywhere in asm-generic
exported headers, which I might be doing as a next step
(including the existing files).
Special thanks to Remis Baima, who has done some significant
work cleaning up my patches.
Arnd <><
^ permalink raw reply [flat|nested] 8+ messages in thread[parent not found: <200904271640.44445.arnd-r2nGTMty4D4@public.gmane.org>]
* Re: [RFC 00/17] asm-generic ABI files for microblaze
[not found] ` <200904271640.44445.arnd-r2nGTMty4D4@public.gmane.org>
@ 2009-04-27 15:12 ` Sam Ravnborg
2009-04-27 15:12 ` Sam Ravnborg
[not found] ` <20090427151241.GA10558-QabhHTsIXMSnlFQ6Q1D1Y0B+6BGkLq7r@public.gmane.org>
0 siblings, 2 replies; 8+ messages in thread
From: Sam Ravnborg @ 2009-04-27 15:12 UTC (permalink / raw)
To: Arnd Bergmann
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
john.williams-g5w7nrANp4BDPfheJLI6IQ,
monstr-pSz03upnqPeHXe+LvDLADg, linux-api-u79uwXL29TY76Z2rM5mHXA,
linux-arch-u79uwXL29TY76Z2rM5mHXA,
liqin.chen-+XGAvkf1AAHby3iVrkZq2A, Remis Lima Baima
On Mon, Apr 27, 2009 at 04:40:43PM +0200, Arnd Bergmann wrote:
> This is my attempt to do a generic system call ABI for
> all new architectures, including a port for microblaze,
> which has recently been merged into 2.6.30. The next
> architecture that is about to get merged will be score,
> so it would be good if they can move to the same ABI.
>
> Please review the files and (in case of microblaze
> and score maintainers) test them on your architecture.
The submission is seriously broken.
- subject is missing
- reply-to-all is broken
Can you resend with this fixed, then it makes review easier.
Sam
--
To unsubscribe from this list: send the line "unsubscribe linux-api" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [RFC 00/17] asm-generic ABI files for microblaze
2009-04-27 15:12 ` Sam Ravnborg
@ 2009-04-27 15:12 ` Sam Ravnborg
[not found] ` <20090427151241.GA10558-QabhHTsIXMSnlFQ6Q1D1Y0B+6BGkLq7r@public.gmane.org>
1 sibling, 0 replies; 8+ messages in thread
From: Sam Ravnborg @ 2009-04-27 15:12 UTC (permalink / raw)
To: Arnd Bergmann
Cc: linux-kernel, john.williams, monstr, linux-api, linux-arch,
liqin.chen, Remis Lima Baima
On Mon, Apr 27, 2009 at 04:40:43PM +0200, Arnd Bergmann wrote:
> This is my attempt to do a generic system call ABI for
> all new architectures, including a port for microblaze,
> which has recently been merged into 2.6.30. The next
> architecture that is about to get merged will be score,
> so it would be good if they can move to the same ABI.
>
> Please review the files and (in case of microblaze
> and score maintainers) test them on your architecture.
The submission is seriously broken.
- subject is missing
- reply-to-all is broken
Can you resend with this fixed, then it makes review easier.
Sam
^ permalink raw reply [flat|nested] 8+ messages in thread[parent not found: <20090427151241.GA10558-QabhHTsIXMSnlFQ6Q1D1Y0B+6BGkLq7r@public.gmane.org>]
* Re: [RFC 00/17] asm-generic ABI files for microblaze
[not found] ` <20090427151241.GA10558-QabhHTsIXMSnlFQ6Q1D1Y0B+6BGkLq7r@public.gmane.org>
@ 2009-04-27 15:15 ` Arnd Bergmann
2009-04-27 15:15 ` Arnd Bergmann
0 siblings, 1 reply; 8+ messages in thread
From: Arnd Bergmann @ 2009-04-27 15:15 UTC (permalink / raw)
To: Sam Ravnborg
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
john.williams-g5w7nrANp4BDPfheJLI6IQ,
monstr-pSz03upnqPeHXe+LvDLADg, linux-api-u79uwXL29TY76Z2rM5mHXA,
linux-arch-u79uwXL29TY76Z2rM5mHXA,
liqin.chen-+XGAvkf1AAHby3iVrkZq2A, Remis Lima Baima
On Monday 27 April 2009, Sam Ravnborg wrote:
> The submission is seriously broken.
> - subject is missing
> - reply-to-all is broken
>
> Can you resend with this fixed, then it makes review easier.
>
Sure, I have already done this and identified the problem: I had
an extra '>' character in the description file I entered in quilt
mail. For some reason, kmail still showed the patches correctly,
by they got corrupted on the way out anyway. I'll look into
using git-send-email in the future.
Arnd <><
--
To unsubscribe from this list: send the line "unsubscribe linux-api" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [RFC 00/17] asm-generic ABI files for microblaze
2009-04-27 15:15 ` Arnd Bergmann
@ 2009-04-27 15:15 ` Arnd Bergmann
0 siblings, 0 replies; 8+ messages in thread
From: Arnd Bergmann @ 2009-04-27 15:15 UTC (permalink / raw)
To: Sam Ravnborg
Cc: linux-kernel, john.williams, monstr, linux-api, linux-arch,
liqin.chen, Remis Lima Baima
On Monday 27 April 2009, Sam Ravnborg wrote:
> The submission is seriously broken.
> - subject is missing
> - reply-to-all is broken
>
> Can you resend with this fixed, then it makes review easier.
>
Sure, I have already done this and identified the problem: I had
an extra '>' character in the description file I entered in quilt
mail. For some reason, kmail still showed the patches correctly,
by they got corrupted on the way out anyway. I'll look into
using git-send-email in the future.
Arnd <><
^ permalink raw reply [flat|nested] 8+ messages in thread
* [RFC 00/17] asm-generic ABI files for microblaze
@ 2009-04-27 15:01 arnd-r2nGTMty4D4
2009-04-27 15:01 ` arnd
0 siblings, 1 reply; 8+ messages in thread
From: arnd-r2nGTMty4D4 @ 2009-04-27 15:01 UTC (permalink / raw)
To: linux-kernel-u79uwXL29TY76Z2rM5mHXA
Cc: john.williams-g5w7nrANp4BDPfheJLI6IQ,
monstr-pSz03upnqPeHXe+LvDLADg, linux-api-u79uwXL29TY76Z2rM5mHXA,
linux-arch-u79uwXL29TY76Z2rM5mHXA,
liqin.chen-+XGAvkf1AAHby3iVrkZq2A, Sam Ravnborg, Remis Lima Baima
This is my attempt to do a generic system call ABI for
all new architectures, including a port for microblaze,
which has recently been merged into 2.6.30. The next
architecture that is about to get merged will be score,
so it would be good if they can move to the same ABI.
Please review the files and (in case of microblaze
and score maintainers) test them on your architecture.
The one part I'm not yet completely happy with is signal
handling, I had to massage the microblaze code quite a
bit to get the old-style siginfo out of it, which may
not yet work.
Sam also mentioned that it might be good to consistently
use the __u32 and similar types everywhere in asm-generic
exported headers, which I might be doing as a next step
(including the existing files).
Special thanks to Remis Baima, who has done some significant
work cleaning up my patches.
Sorry for spamming everyone with the broken mail headers.
I hope this resend does fly better.
Arnd <><
--
To unsubscribe from this list: send the line "unsubscribe linux-api" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 8+ messages in thread
* [RFC 00/17] asm-generic ABI files for microblaze
2009-04-27 15:01 arnd-r2nGTMty4D4
@ 2009-04-27 15:01 ` arnd
0 siblings, 0 replies; 8+ messages in thread
From: arnd @ 2009-04-27 15:01 UTC (permalink / raw)
To: linux-kernel
Cc: john.williams, monstr, linux-api, linux-arch, liqin.chen,
Sam Ravnborg, Remis Lima Baima
This is my attempt to do a generic system call ABI for
all new architectures, including a port for microblaze,
which has recently been merged into 2.6.30. The next
architecture that is about to get merged will be score,
so it would be good if they can move to the same ABI.
Please review the files and (in case of microblaze
and score maintainers) test them on your architecture.
The one part I'm not yet completely happy with is signal
handling, I had to massage the microblaze code quite a
bit to get the old-style siginfo out of it, which may
not yet work.
Sam also mentioned that it might be good to consistently
use the __u32 and similar types everywhere in asm-generic
exported headers, which I might be doing as a next step
(including the existing files).
Special thanks to Remis Baima, who has done some significant
work cleaning up my patches.
Sorry for spamming everyone with the broken mail headers.
I hope this resend does fly better.
Arnd <><
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-04-27 15:15 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-27 14:40 [RFC 00/17] asm-generic ABI files for microblaze Arnd Bergmann
2009-04-27 14:40 ` Arnd Bergmann
[not found] ` <200904271640.44445.arnd-r2nGTMty4D4@public.gmane.org>
2009-04-27 15:12 ` Sam Ravnborg
2009-04-27 15:12 ` Sam Ravnborg
[not found] ` <20090427151241.GA10558-QabhHTsIXMSnlFQ6Q1D1Y0B+6BGkLq7r@public.gmane.org>
2009-04-27 15:15 ` Arnd Bergmann
2009-04-27 15:15 ` Arnd Bergmann
-- strict thread matches above, loose matches on Subject: below --
2009-04-27 15:01 arnd-r2nGTMty4D4
2009-04-27 15:01 ` arnd
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox