* [GIT PULL] Rust fixes for 6.13
@ 2024-12-14 6:52 Miguel Ojeda
2024-12-14 16:54 ` Linus Torvalds
2024-12-14 17:06 ` pr-tracker-bot
0 siblings, 2 replies; 6+ messages in thread
From: Miguel Ojeda @ 2024-12-14 6:52 UTC (permalink / raw)
To: Linus Torvalds
Cc: Miguel Ojeda, Alex Gaynor, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
Trevor Gross, rust-for-linux, linux-kernel
Hi Linus,
Please pull these two fixes for Rust.
They have both been in linux-next for three rounds this week.
No conflicts expected.
I picked a DRM fix, but they will eventually pick them on their side.
Thanks!
Cheers,
Miguel
The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:
Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)
are available in the Git repository at:
https://github.com/Rust-for-Linux/linux.git tags/rust-fixes-6.13
for you to fetch changes up to 7a5f93ea5862da91488975acaa0c7abd508f192b:
rust: kbuild: set `bindgen`'s Rust target version (2024-12-10 01:06:10 +0100)
----------------------------------------------------------------
Rust fixes for v6.13
Toolchain and infrastructure:
- Set bindgen's Rust target version to prevent issues when pairing
older rustc releases with newer bindgen releases, such as
bindgen >= 0.71.0 and rustc < 1.82 due to unsafe_extern_blocks.
drm/panic:
- Remove spurious empty line detected by a new Clippy warning.
----------------------------------------------------------------
Miguel Ojeda (2):
drm/panic: remove spurious empty line to clean warning
rust: kbuild: set `bindgen`'s Rust target version
drivers/gpu/drm/drm_panic_qr.rs | 1 -
rust/Makefile | 15 ++++++++++++++-
2 files changed, 14 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] Rust fixes for 6.13
2024-12-14 6:52 [GIT PULL] Rust fixes for 6.13 Miguel Ojeda
@ 2024-12-14 16:54 ` Linus Torvalds
2024-12-14 16:59 ` Linus Torvalds
2024-12-14 18:16 ` Miguel Ojeda
2024-12-14 17:06 ` pr-tracker-bot
1 sibling, 2 replies; 6+ messages in thread
From: Linus Torvalds @ 2024-12-14 16:54 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Alex Gaynor, Boqun Feng, Gary Guo, Björn Roy Baron,
Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross,
rust-for-linux, linux-kernel
On Fri, 13 Dec 2024 at 22:52, Miguel Ojeda <ojeda@kernel.org> wrote:
>
> https://github.com/Rust-for-Linux/linux.git tags/rust-fixes-6.13
Hmm. Is it just me, or has github become almost unusably slow lately?
It might be time for you to mosey on over to git.kernel.org, and use
github as a backup rather than as the primary repo?
But I'll see if I can reach out to any github people and see if it's just me.
Linus
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] Rust fixes for 6.13
2024-12-14 16:54 ` Linus Torvalds
@ 2024-12-14 16:59 ` Linus Torvalds
2024-12-14 17:09 ` Willy Tarreau
2024-12-14 18:16 ` Miguel Ojeda
1 sibling, 1 reply; 6+ messages in thread
From: Linus Torvalds @ 2024-12-14 16:59 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Alex Gaynor, Boqun Feng, Gary Guo, Björn Roy Baron,
Benno Lossin, Andreas Hindborg, Alice Ryhl, Trevor Gross,
rust-for-linux, linux-kernel
On Sat, 14 Dec 2024 at 08:54, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> Hmm. Is it just me, or has github become almost unusably slow lately?
Just to clarify: it did end up working in the end. But even an empty
pull - when I retried the pull after merging - took two and a half
minutes.
Linus
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] Rust fixes for 6.13
2024-12-14 6:52 [GIT PULL] Rust fixes for 6.13 Miguel Ojeda
2024-12-14 16:54 ` Linus Torvalds
@ 2024-12-14 17:06 ` pr-tracker-bot
1 sibling, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2024-12-14 17:06 UTC (permalink / raw)
To: Miguel Ojeda
Cc: Linus Torvalds, Miguel Ojeda, Alex Gaynor, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
Trevor Gross, rust-for-linux, linux-kernel
The pull request you sent on Sat, 14 Dec 2024 07:52:17 +0100:
> https://github.com/Rust-for-Linux/linux.git tags/rust-fixes-6.13
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7824850768aafe0e69ec6586900cc5c1dac94fe3
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] Rust fixes for 6.13
2024-12-14 16:59 ` Linus Torvalds
@ 2024-12-14 17:09 ` Willy Tarreau
0 siblings, 0 replies; 6+ messages in thread
From: Willy Tarreau @ 2024-12-14 17:09 UTC (permalink / raw)
To: Linus Torvalds
Cc: Miguel Ojeda, Alex Gaynor, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
Trevor Gross, rust-for-linux, linux-kernel
On Sat, Dec 14, 2024 at 08:59:04AM -0800, Linus Torvalds wrote:
> On Sat, 14 Dec 2024 at 08:54, Linus Torvalds
> <torvalds@linux-foundation.org> wrote:
> >
> > Hmm. Is it just me, or has github become almost unusably slow lately?
>
> Just to clarify: it did end up working in the end. But even an empty
> pull - when I retried the pull after merging - took two and a half
> minutes.
Same here trying from your github mirror. It took 30s before even
starting the transfer of a few objects but the transfer itself was
fast. Probably a transient backend issue.
Willy
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT PULL] Rust fixes for 6.13
2024-12-14 16:54 ` Linus Torvalds
2024-12-14 16:59 ` Linus Torvalds
@ 2024-12-14 18:16 ` Miguel Ojeda
1 sibling, 0 replies; 6+ messages in thread
From: Miguel Ojeda @ 2024-12-14 18:16 UTC (permalink / raw)
To: Linus Torvalds
Cc: Miguel Ojeda, Alex Gaynor, Boqun Feng, Gary Guo,
Björn Roy Baron, Benno Lossin, Andreas Hindborg, Alice Ryhl,
Trevor Gross, rust-for-linux, linux-kernel
On Sat, Dec 14, 2024 at 5:54 PM Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> Hmm. Is it just me, or has github become almost unusably slow lately?
>
> It might be time for you to mosey on over to git.kernel.org, and use
> github as a backup rather than as the primary repo?
>
> But I'll see if I can reach out to any github people and see if it's just me.
It has happened to me as well in the last couple (?) days, e.g. when
pushing the tag, so it also seems to affect the writes. I guess it is
temporary.
But happy to use git.kernel.org as the primary repository.
Cheers,
Miguel
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-12-14 18:16 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-14 6:52 [GIT PULL] Rust fixes for 6.13 Miguel Ojeda
2024-12-14 16:54 ` Linus Torvalds
2024-12-14 16:59 ` Linus Torvalds
2024-12-14 17:09 ` Willy Tarreau
2024-12-14 18:16 ` Miguel Ojeda
2024-12-14 17:06 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox