Skip to content
Snippets Groups Projects
  1. Mar 13, 2025
  2. Mar 12, 2025
  3. Mar 05, 2025
  4. Feb 19, 2025
  5. Feb 14, 2025
  6. Feb 03, 2025
  7. Jan 31, 2025
  8. Jan 22, 2025
  9. Jan 10, 2025
  10. Jan 09, 2025
  11. Nov 27, 2024
  12. Nov 26, 2024
  13. Nov 18, 2024
    • Ramon Nou's avatar
      Merge branch 'rnou/308-syscall-436-not-logged-processed' into 'master' · 8dcb2dab
      Ramon Nou authored
      Resolve "syscall 436 not logged / processed"
      
      Closes #308 #307 
      
      This MR adds support for close_range. However, as the upper limit could be "infinite"... we should stop once ge get to GKFS_****_FD. Close_range actually returns always 0, although there is some fd that does not exist.
      
      We add support for all the new syscalls from last kernels (Although not implemented), on the other hand we include the number of syscalls to complete the logging information as in the case of unknown syscall we don't have this information.
       
      We remove also the O_PATH check in gkfs_open, as this is used on last kernels (in cp *). It seems that it does not break anything and allows copy with *
      
      Closes #308 and #307
      
      See merge request !201
      8dcb2dab
Loading