-
-
-
-
-
-
rust-fixes-6.3-rc13098cb65 · ·
Rust fixes for 6.3-rc1 A single build error fix: there was a change during the merge window to a C header parsed by the Rust bindings generator, introducing a type that it does not handle well. The fix tells the generator to treat the type as opaque (for now).
-
-
auxdisplay-6.3ddf75a86 · ·
An auxdisplay fix from Jianglei Nie: - hd44780: Fix potential memory leak in hd44780_remove().
-
-
rust-6.37ea01d31 · ·
Rust changes for v6.3 More core additions, getting closer to a point where the first Rust modules can be upstreamed. The major ones being: - Sync: new types 'Arc', 'ArcBorrow' and 'UniqueArc'. - Types: new trait 'ForeignOwnable' and new type 'ScopeGuard'. There is also a substantial removal in terms of lines: - 'alloc' crate: remove the 'borrow' module (type 'Cow' and trait 'ToOwned').
-
asahi-soc-rtkit-pmgr-6.322991d8d · ·
Apple SoC RTKit/PMGR updates for 6.3. This time around we have a PMGR change to allow IRQ-safe usage, RTKit crash register dump decoding, and a bunch of RTKit API changes used by upcoming drivers.
-
rust-fixes-6.26618d69a · ·
Rust fixes for v6.2 A soundness fix: - Avoid evaluating arguments in 'pr_*' macros in 'unsafe' blocks.