All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] rust/bits: Fix minor bugs in bits crate
@ 2026-08-02 17:03 Nguyen Dinh Phi
  2026-08-02 17:03 ` [PATCH 1/2] rust/bits: Align SubAssign behavior with Sub Nguyen Dinh Phi
  2026-08-02 17:03 ` [PATCH 2/2] rust/bits: Use checked_ilog2() in Binary::format to avoid panic Nguyen Dinh Phi
  0 siblings, 2 replies; 3+ messages in thread
From: Nguyen Dinh Phi @ 2026-08-02 17:03 UTC (permalink / raw)
  To: pbonzini, qemu-devel; +Cc: qemu-rust, Nguyen Dinh Phi

These patches fix two minor bugs in bits crate

Nguyen Dinh Phi (2):
  rust/bits: Align SubAssign behavior with Sub
  rust/bits: Use checked_ilog2() in Binary::format to avoid panic

 rust/bits/src/lib.rs | 23 +++++++++++++++++++++--
 1 file changed, 21 insertions(+), 2 deletions(-)

-- 
2.53.0



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

end of thread, other threads:[~2026-08-02 17:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-02 17:03 [PATCH 0/2] rust/bits: Fix minor bugs in bits crate Nguyen Dinh Phi
2026-08-02 17:03 ` [PATCH 1/2] rust/bits: Align SubAssign behavior with Sub Nguyen Dinh Phi
2026-08-02 17:03 ` [PATCH 2/2] rust/bits: Use checked_ilog2() in Binary::format to avoid panic Nguyen Dinh Phi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.