]> www.infradead.org Git - users/hch/misc.git/commitdiff
io_uring: update liburing git URL
authorJens Axboe <axboe@kernel.dk>
Fri, 3 Oct 2025 13:22:02 +0000 (07:22 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 3 Oct 2025 13:23:33 +0000 (07:23 -0600)
Change the liburing git URL to point to the git.kernel.org servers,
rather than my private git.kernel.dk server. Due to continued AI
scraping of cgit etc, it's becoming quite the chore to maintain a
private git server.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c

index 49ebdeb5b2d920c96f250f04b0a1d9638051886c..820ef05276667e74c259723bf9f3c605cf9d0505 100644 (file)
@@ -29,7 +29,7 @@
  *
  * Also see the examples in the liburing library:
  *
- *     git://git.kernel.dk/liburing
+ *     git://git.kernel.org/pub/scm/linux/kernel/git/axboe/liburing.git
  *
  * io_uring also uses READ/WRITE_ONCE() for _any_ store or load that happens
  * from data shared between the kernel and application. This is done both