public inbox for linux-next@vger.kernel.org
 help / color / mirror / Atom feed
* linux-next: build failure after merge of the tip tree
@ 2025-10-22  0:46 Stephen Rothwell
  2025-10-22  2:18 ` Boqun Feng
  0 siblings, 1 reply; 6+ messages in thread
From: Stephen Rothwell @ 2025-10-22  0:46 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, Peter Zijlstra
  Cc: Boqun Feng, Daniel Almeida, Linux Kernel Mailing List,
	Linux Next Mailing List

[-- Attachment #1: Type: text/plain, Size: 764 bytes --]

Hi all,

After merging the tip tree, today's linux-next build (x86_64 allmodconfig)
failed like this:

error[E0594]: cannot assign to data in dereference of `lock::Guard<'_, T, MutexBackend>`
  --> rust/kernel/debugfs/traits.rs:64:9
   |
64 |         *self.lock() = val;
   |         ^^^^^^^^^^^^ cannot assign
   |
   = help: trait `DerefMut` is required to modify through a dereference, but it is not implemented for `lock::Guard<'_, T, MutexBackend>`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0594`.

Caused by commit

  da123f0ee40f ("rust: lock: guard: Add T: Unpin bound to DerefMut")

I have used the tip tree from next-20251021 for today.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-10-22  9:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-22  0:46 linux-next: build failure after merge of the tip tree Stephen Rothwell
2025-10-22  2:18 ` Boqun Feng
2025-10-22  2:51   ` Boqun Feng
2025-10-22  3:42     ` [PATCH] rust: debugfs: Implement Reader for Mutex<T> only when T is Unpin Boqun Feng
2025-10-22  9:07       ` Danilo Krummrich
2025-10-22  9:10         ` Danilo Krummrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox