* libaio tarballs on <kernel.org>
@ 2015-01-01 21:23 Sedat Dilek
2015-01-04 8:21 ` Sedat Dilek
2015-01-04 17:45 ` Guillem Jover
0 siblings, 2 replies; 11+ messages in thread
From: Sedat Dilek @ 2015-01-01 21:23 UTC (permalink / raw)
To: Jeff Moyer; +Cc: linux-fsdevel, LKML, Guillem Jover
[ CC libaio Debian/Ubuntu maintainer ]
Hi Jeff,
I am playing with fio (manually compiled v2.2.3) and wanted to update
also my libaio development package on Ubuntu/precise.
Both dsc (description) files of Debian and Ubuntu libaio source
packages v0.3.110 [1,2] point to a URL on <kernel.org> [3].
This space is empty.
Google told me about [4].
My question: Where does someone get official libaio tarballs?
Thanks in advance.
Regards,
- Sedat -
[0.1] http://brick.kernel.dk/snaps/fio-2.2.3.tar.bz2
[0.2] http://git.kernel.org/cgit/linux/kernel/git/axboe/fio.git/tree/README#n101
[1] http://ftp.de.debian.org/debian/pool/main/liba/libaio/libaio_0.3.110-1.dsc
[2] http://archive.ubuntu.com/ubuntu/pool/main/liba/libaio/libaio_0.3.110-1.dsc
[3] https://www.kernel.org/pub/linux/libs/aio/
[4] https://git.fedorahosted.org/cgit/libaio.git/
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: libaio tarballs on <kernel.org>
2015-01-01 21:23 libaio tarballs on <kernel.org> Sedat Dilek
@ 2015-01-04 8:21 ` Sedat Dilek
2015-01-04 8:55 ` Dongsheng Song
2015-01-05 19:01 ` Jeff Moyer
2015-01-04 17:45 ` Guillem Jover
1 sibling, 2 replies; 11+ messages in thread
From: Sedat Dilek @ 2015-01-04 8:21 UTC (permalink / raw)
To: Jeff Moyer
Cc: linux-fsdevel, LKML, Guillem Jover, linux-aio, Benjamin LaHaise
On Thu, Jan 1, 2015 at 10:23 PM, Sedat Dilek <sedat.dilek@gmail.com> wrote:
> [ CC libaio Debian/Ubuntu maintainer ]
>
> Hi Jeff,
>
> I am playing with fio (manually compiled v2.2.3) and wanted to update
> also my libaio development package on Ubuntu/precise.
>
> Both dsc (description) files of Debian and Ubuntu libaio source
> packages v0.3.110 [1,2] point to a URL on <kernel.org> [3].
> This space is empty.
>
> Google told me about [4].
>
> My question: Where does someone get official libaio tarballs?
>
> Thanks in advance.
>
> Regards,
> - Sedat -
>
> [0.1] http://brick.kernel.dk/snaps/fio-2.2.3.tar.bz2
> [0.2] http://git.kernel.org/cgit/linux/kernel/git/axboe/fio.git/tree/README#n101
> [1] http://ftp.de.debian.org/debian/pool/main/liba/libaio/libaio_0.3.110-1.dsc
> [2] http://archive.ubuntu.com/ubuntu/pool/main/liba/libaio/libaio_0.3.110-1.dsc
> [3] https://www.kernel.org/pub/linux/libs/aio/
> [4] https://git.fedorahosted.org/cgit/libaio.git/
[ CC Ben and linux-aio ML ]
I have also seen... with outdated material?
- Sedat -
[5] http://www.kvack.org/~bcrl/aio/
[6] https://www.kernel.org/pub/linux/kernel/people/bcrl/aio/
--
To unsubscribe, send a message with 'unsubscribe linux-aio' in
the body to majordomo@kvack.org. For more info on Linux AIO,
see: http://www.kvack.org/aio/
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: libaio tarballs on <kernel.org>
2015-01-04 8:21 ` Sedat Dilek
@ 2015-01-04 8:55 ` Dongsheng Song
2015-01-04 10:02 ` Sedat Dilek
2015-01-05 19:01 ` Jeff Moyer
1 sibling, 1 reply; 11+ messages in thread
From: Dongsheng Song @ 2015-01-04 8:55 UTC (permalink / raw)
To: sedat.dilek
Cc: Jeff Moyer, linux-fsdevel, LKML, Guillem Jover, linux-aio,
Benjamin LaHaise
On Sun, Jan 4, 2015 at 4:21 PM, Sedat Dilek <sedat.dilek@gmail.com> wrote:
> I have also seen... with outdated material?
>
we can use syscall.h and aio_abi.h directly.
IMHO, I think libaio is of little value. It's just simple wrappers of
aio syscall and some useful macros. It will useful only when it
implement posix aio api, but this only on the roadmap.
--
To unsubscribe, send a message with 'unsubscribe linux-aio' in
the body to majordomo@kvack.org. For more info on Linux AIO,
see: http://www.kvack.org/aio/
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: libaio tarballs on <kernel.org>
2015-01-04 8:55 ` Dongsheng Song
@ 2015-01-04 10:02 ` Sedat Dilek
2015-01-05 1:50 ` Dongsheng Song
0 siblings, 1 reply; 11+ messages in thread
From: Sedat Dilek @ 2015-01-04 10:02 UTC (permalink / raw)
To: Dongsheng Song
Cc: Jeff Moyer, linux-fsdevel, LKML, Guillem Jover, linux-aio,
Benjamin LaHaise
On Sun, Jan 4, 2015 at 9:55 AM, Dongsheng Song <dongsheng.song@gmail.com> wrote:
> On Sun, Jan 4, 2015 at 4:21 PM, Sedat Dilek <sedat.dilek@gmail.com> wrote:
>> I have also seen... with outdated material?
>>
>
> we can use syscall.h and aio_abi.h directly.
>
> IMHO, I think libaio is of little value. It's just simple wrappers of
> aio syscall and some useful macros. It will useful only when it
> implement posix aio api, but this only on the roadmap.
Thanks for your feedback.
The background of my asking was that I wanted a higher version of
libaio-dev which is a prereq for fio on Ubuntu/precise for my tests
with loop-mq feature.
Cannot say if it is possible to build with syscall.h and aio_abi.h
directly (shipped with the Linux-kernel sources which might change
from release to release).
- Sedat -
--
To unsubscribe, send a message with 'unsubscribe linux-aio' in
the body to majordomo@kvack.org. For more info on Linux AIO,
see: http://www.kvack.org/aio/
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: libaio tarballs on <kernel.org>
2015-01-01 21:23 libaio tarballs on <kernel.org> Sedat Dilek
2015-01-04 8:21 ` Sedat Dilek
@ 2015-01-04 17:45 ` Guillem Jover
1 sibling, 0 replies; 11+ messages in thread
From: Guillem Jover @ 2015-01-04 17:45 UTC (permalink / raw)
To: Sedat Dilek; +Cc: Jeff Moyer, linux-fsdevel, LKML
Hi!
On Thu, 2015-01-01 at 22:23:44 +0100, Sedat Dilek wrote:
> I am playing with fio (manually compiled v2.2.3) and wanted to update
> also my libaio development package on Ubuntu/precise.
I'm not aware of any version later than the one in Debian. And git only
seems to contain a single commit over 0.3.110?
> Both dsc (description) files of Debian and Ubuntu libaio source
> packages v0.3.110 [1,2] point to a URL on <kernel.org> [3].
> This space is empty.
Right, if they are not coming back to kernel.org I should probably
change those URLs in the Debian package.
> My question: Where does someone get official libaio tarballs?
I get them (as mentioned in the debian/watch file) from
<http://pkgs.fedoraproject.org/repo/pkgs/libaio/>.
Thanks,
Guillem
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: libaio tarballs on <kernel.org>
2015-01-04 10:02 ` Sedat Dilek
@ 2015-01-05 1:50 ` Dongsheng Song
0 siblings, 0 replies; 11+ messages in thread
From: Dongsheng Song @ 2015-01-05 1:50 UTC (permalink / raw)
To: sedat.dilek
Cc: Jeff Moyer, linux-fsdevel, LKML, Guillem Jover, linux-aio,
Benjamin LaHaise
On Sun, Jan 4, 2015 at 6:02 PM, Sedat Dilek <sedat.dilek@gmail.com> wrote:
> Cannot say if it is possible to build with syscall.h and aio_abi.h
> directly (shipped with the Linux-kernel sources which might change
> from release to release).
>
> - Sedat -
It's user space api, it's stable, will not changed.
--
To unsubscribe, send a message with 'unsubscribe linux-aio' in
the body to majordomo@kvack.org. For more info on Linux AIO,
see: http://www.kvack.org/aio/
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: libaio tarballs on <kernel.org>
2015-01-04 8:21 ` Sedat Dilek
2015-01-04 8:55 ` Dongsheng Song
@ 2015-01-05 19:01 ` Jeff Moyer
2015-01-05 19:13 ` Sedat Dilek
1 sibling, 1 reply; 11+ messages in thread
From: Jeff Moyer @ 2015-01-05 19:01 UTC (permalink / raw)
To: sedat.dilek
Cc: linux-fsdevel, LKML, Guillem Jover, linux-aio, Benjamin LaHaise
Sedat Dilek <sedat.dilek@gmail.com> writes:
>> My question: Where does someone get official libaio tarballs?
https://fedorahosted.org/releases/l/i/libaio/
Cheers,
Jeff
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: libaio tarballs on <kernel.org>
2015-01-05 19:01 ` Jeff Moyer
@ 2015-01-05 19:13 ` Sedat Dilek
2015-01-05 19:17 ` Jeff Moyer
2015-01-05 21:54 ` Henrique de Moraes Holschuh
0 siblings, 2 replies; 11+ messages in thread
From: Sedat Dilek @ 2015-01-05 19:13 UTC (permalink / raw)
To: Jeff Moyer
Cc: linux-fsdevel, LKML, Guillem Jover, linux-aio, Benjamin LaHaise
On Mon, Jan 5, 2015 at 8:01 PM, Jeff Moyer <jmoyer@redhat.com> wrote:
> Sedat Dilek <sedat.dilek@gmail.com> writes:
>
>>> My question: Where does someone get official libaio tarballs?
>
> https://fedorahosted.org/releases/l/i/libaio/
>
Thanks for the URL.
More Thanks when you add some hashsums like md5sum and/or preferred sha256sum.
Hope the Debian/Ubuntu maintainers will change the "Homepage:" line accordingly.
- Sedat -
--
To unsubscribe, send a message with 'unsubscribe linux-aio' in
the body to majordomo@kvack.org. For more info on Linux AIO,
see: http://www.kvack.org/aio/
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: libaio tarballs on <kernel.org>
2015-01-05 19:13 ` Sedat Dilek
@ 2015-01-05 19:17 ` Jeff Moyer
2015-01-05 21:54 ` Henrique de Moraes Holschuh
1 sibling, 0 replies; 11+ messages in thread
From: Jeff Moyer @ 2015-01-05 19:17 UTC (permalink / raw)
To: sedat.dilek
Cc: linux-fsdevel, LKML, Guillem Jover, linux-aio, Benjamin LaHaise
Sedat Dilek <sedat.dilek@gmail.com> writes:
> On Mon, Jan 5, 2015 at 8:01 PM, Jeff Moyer <jmoyer@redhat.com> wrote:
>> Sedat Dilek <sedat.dilek@gmail.com> writes:
>>
>>>> My question: Where does someone get official libaio tarballs?
>>
>> https://fedorahosted.org/releases/l/i/libaio/
>>
>
> Thanks for the URL.
> More Thanks when you add some hashsums like md5sum and/or preferred sha256sum.
Right, I'll put it on my todo list. Sorry about that.
Cheers,
Jeff
--
To unsubscribe, send a message with 'unsubscribe linux-aio' in
the body to majordomo@kvack.org. For more info on Linux AIO,
see: http://www.kvack.org/aio/
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: libaio tarballs on <kernel.org>
2015-01-05 19:13 ` Sedat Dilek
2015-01-05 19:17 ` Jeff Moyer
@ 2015-01-05 21:54 ` Henrique de Moraes Holschuh
2015-01-05 22:02 ` Sedat Dilek
1 sibling, 1 reply; 11+ messages in thread
From: Henrique de Moraes Holschuh @ 2015-01-05 21:54 UTC (permalink / raw)
To: Sedat Dilek
Cc: Jeff Moyer, linux-fsdevel, LKML, Guillem Jover, linux-aio,
Benjamin LaHaise
On Mon, 05 Jan 2015, Sedat Dilek wrote:
> > https://fedorahosted.org/releases/l/i/libaio/
>
> Thanks for the URL.
> More Thanks when you add some hashsums like md5sum and/or preferred sha256sum.
>
> Hope the Debian/Ubuntu maintainers will change the "Homepage:" line accordingly.
Please file a bug on the Debian BTS about it...
--
"One disk to rule them all, One disk to find them. One disk to bring
them all and in the darkness grind them. In the Land of Redmond
where the shadows lie." -- The Silicon Valley Tarot
Henrique Holschuh
--
To unsubscribe, send a message with 'unsubscribe linux-aio' in
the body to majordomo@kvack.org. For more info on Linux AIO,
see: http://www.kvack.org/aio/
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>
^ permalink raw reply [flat|nested] 11+ messages in thread
* Re: libaio tarballs on <kernel.org>
2015-01-05 21:54 ` Henrique de Moraes Holschuh
@ 2015-01-05 22:02 ` Sedat Dilek
0 siblings, 0 replies; 11+ messages in thread
From: Sedat Dilek @ 2015-01-05 22:02 UTC (permalink / raw)
To: Henrique de Moraes Holschuh
Cc: Jeff Moyer, linux-fsdevel, LKML, Guillem Jover, linux-aio,
Benjamin LaHaise
On Mon, Jan 5, 2015 at 10:54 PM, Henrique de Moraes Holschuh
<hmh@hmh.eng.br> wrote:
> On Mon, 05 Jan 2015, Sedat Dilek wrote:
>> > https://fedorahosted.org/releases/l/i/libaio/
>>
>> Thanks for the URL.
>> More Thanks when you add some hashsums like md5sum and/or preferred sha256sum.
>>
>> Hope the Debian/Ubuntu maintainers will change the "Homepage:" line accordingly.
>
> Please file a bug on the Debian BTS about it...
>
Guillem is on CC.
- Sedat -
^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2015-01-05 22:02 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-01 21:23 libaio tarballs on <kernel.org> Sedat Dilek
2015-01-04 8:21 ` Sedat Dilek
2015-01-04 8:55 ` Dongsheng Song
2015-01-04 10:02 ` Sedat Dilek
2015-01-05 1:50 ` Dongsheng Song
2015-01-05 19:01 ` Jeff Moyer
2015-01-05 19:13 ` Sedat Dilek
2015-01-05 19:17 ` Jeff Moyer
2015-01-05 21:54 ` Henrique de Moraes Holschuh
2015-01-05 22:02 ` Sedat Dilek
2015-01-04 17:45 ` Guillem Jover
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).