Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: nova: Update the todo list

This small patch updates the nova todo list to
remove some tasks that have been solved lately:
* COHA is solved in this patch series
* TRSM was solved recently [1]

[1] https://lore.kernel.org/rust-for-linux/DCEJ9SV4LBJL.11EUZVXX6EB9H@nvidia.com/

Signed-off-by: Daniel del Castillo <delcastillodelarosadaniel@gmail.com>
[acourbot@nvidia.com: set prefix to "Documentation: nova:".]
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Message-ID: <20251104193756.57726-4-delcastillodelarosadaniel@gmail.com>

authored by

Daniel del Castillo and committed by
Alexandre Courbot
453a7300 3577e265

-19
-19
Documentation/gpu/nova/core/todo.rst
··· 44 44 | Complexity: Beginner 45 45 | Link: https://docs.rs/num/latest/num/trait.FromPrimitive.html 46 46 47 - Conversion from byte slices for types implementing FromBytes [TRSM] 48 - ------------------------------------------------------------------- 49 - 50 - We retrieve several structures from byte streams coming from the BIOS or loaded 51 - firmware. At the moment converting the bytes slice into the proper type require 52 - an inelegant `unsafe` operation; this will go away once `FromBytes` implements 53 - a proper `from_bytes` method. 54 - 55 - | Complexity: Beginner 56 - 57 - CoherentAllocation improvements [COHA] 58 - -------------------------------------- 59 - 60 - `CoherentAllocation` needs a safe way to write into the allocation, and to 61 - obtain slices within the allocation. 62 - 63 - | Complexity: Beginner 64 - | Contact: Abdiel Janulgue 65 - 66 47 Generic register abstraction [REGA] 67 48 ----------------------------------- 68 49