Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/hermit-os/kernel.git. Pull mirroring updated .
  1. Apr 27, 2023
  2. Apr 26, 2023
  3. Apr 25, 2023
  4. Apr 24, 2023
  5. Apr 21, 2023
  6. Apr 20, 2023
  7. Apr 19, 2023
    • bors[bot]'s avatar
      Merge #709 · df7483de
      bors[bot] authored
      
      709: Change alignment of virtiofs structs to be based on the first field. r=mkroening a=joannejchen
      
      Alignment of the virtiofs struct was previously based on the alignment of the largest field in fuse_in_header/fuse_out_header. Switched to explicitly align on u32, the type of the first field in the header.
      
      Fixes #691
      
      Co-authored-by: default avatarjoannejchen <chenjjoanne@gmail.com>
      Unverified
      df7483de
    • joannejchen's avatar
      Change alignment of virtiofs structs to maximum alignment of all fields. · d8745ad0
      joannejchen authored
      
      Alignment of the virtiofs struct was previously based on the alignment
      of only the first field and size was not padded. Changed to explicitly use the maximum alignment of all of the fields and added assertions to ensure this manually-allocated layout matches the compiler-generated layout.
      
      Fixes #691
      
      Signed-off-by: default avatarjoannejchen <chenjjoanne@gmail.com>
      d8745ad0
  8. Apr 18, 2023
  9. Apr 16, 2023
  10. Apr 15, 2023
Loading