Re: [GIT PULL] io_uring updates for 5.10-rc1

2020-10-14 Thread Nick Desaulniers
Sorry for not reporting it sooner. It looks to me like a GNU `as` bug: https://github.com/ClangBuiltLinux/linux/issues/1153#issuecomment-692265433 When I'm done with the three build breakages that popped up overnight I'll try to report it to GNU binutils folks. (We run an issue tracker out of htt

Re: [GIT PULL] io_uring updates for 5.10-rc1

2020-10-13 Thread Arvind Sankar
On Tue, Oct 13, 2020 at 01:49:01PM -0600, Jens Axboe wrote: > On 10/13/20 1:46 PM, Linus Torvalds wrote: > > On Mon, Oct 12, 2020 at 6:46 AM Jens Axboe wrote: > >> > >> Here are the io_uring updates for 5.10. > > > > Very strange. My clang build gives a warning I've never seen before: > > > >

Re: [GIT PULL] io_uring updates for 5.10-rc1

2020-10-13 Thread Jens Axboe
On 10/13/20 2:49 PM, Rasmus Villemoes wrote: > On 13/10/2020 21.49, Jens Axboe wrote: >> On 10/13/20 1:46 PM, Linus Torvalds wrote: >>> On Mon, Oct 12, 2020 at 6:46 AM Jens Axboe wrote: Here are the io_uring updates for 5.10. >>> >>> Very strange. My clang build gives a warning I've neve

Re: [GIT PULL] io_uring updates for 5.10-rc1

2020-10-13 Thread Rasmus Villemoes
On 13/10/2020 21.49, Jens Axboe wrote: > On 10/13/20 1:46 PM, Linus Torvalds wrote: >> On Mon, Oct 12, 2020 at 6:46 AM Jens Axboe wrote: >>> >>> Here are the io_uring updates for 5.10. >> >> Very strange. My clang build gives a warning I've never seen before: >> >>/tmp/io_uring-dd40c4.s:26476:

Re: [GIT PULL] io_uring updates for 5.10-rc1

2020-10-13 Thread Linus Torvalds
On Tue, Oct 13, 2020 at 12:49 PM Jens Axboe wrote: > > What clang are you using? I have a self-built clang version from their development tree, since I've been using it for the "asm goto with outputs" testing. But I bet this happens with just regular reasonably up-to-date clang too.

Re: [GIT PULL] io_uring updates for 5.10-rc1

2020-10-13 Thread Jens Axboe
On 10/13/20 1:46 PM, Linus Torvalds wrote: > On Mon, Oct 12, 2020 at 6:46 AM Jens Axboe wrote: >> >> Here are the io_uring updates for 5.10. > > Very strange. My clang build gives a warning I've never seen before: > >/tmp/io_uring-dd40c4.s:26476: Warning: ignoring changed section > attribute

Re: [GIT PULL] io_uring updates for 5.10-rc1

2020-10-13 Thread Linus Torvalds
On Mon, Oct 12, 2020 at 6:46 AM Jens Axboe wrote: > > Here are the io_uring updates for 5.10. Very strange. My clang build gives a warning I've never seen before: /tmp/io_uring-dd40c4.s:26476: Warning: ignoring changed section attributes for .data..read_mostly and looking at what clang gener

Re: [GIT PULL] io_uring updates for 5.10-rc1

2020-10-13 Thread pr-tracker-bot
The pull request you sent on Mon, 12 Oct 2020 07:46:45 -0600: > git://git.kernel.dk/linux-block.git tags/io_uring-5.10-2020-10-12 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/6ad4bf6ea1609fb539a62f10fca87ddbd53a0315 Thank you! -- Deet-doot-dot, I am a bot. https:/

[GIT PULL] io_uring updates for 5.10-rc1

2020-10-12 Thread Jens Axboe
Hi Linus, Here are the io_uring updates for 5.10. This pull request contains: - Add blkcg accounting for io-wq offload (Dennis) - A use-after-free fix for io-wq (Hillf) - Cancelation fixes and improvements - Use proper files_struct references for offload - Cleanup of io_uring_get_socket() sin