[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Minios-devel,v2,0/4] Initramfs



Hi Gabriel,

thanks a lot for your work! Is it possible that you take the patch series 1151 and merge your changes into the commits of the original series? You can then send the modified patch series as v2 and add your `Signed-off-by` to the commits that you have changed.

Thanks,

Simon

On 09.11.20 16:16, gabrielmocanu wrote:
This patch series depends on the series 1151
https://patchwork.unikraft.org/project/unikraft/list/?series=1151&state=*

Change since v2:
- Minor code changes. The functionality remained the same, but certain
   names and actions were changed

gabrielmocanu (4):
   Define struct k_stat in a header file and modify mode_t to k_mode_t as
     convention
   Change close to sys_close and change some error messages.
   Rename cpio to ukcpio and create Config.uk for the cpio
   Modify vfscore/Config.uk to autoselect RamFS and ukcpio

  lib/Makefile.uk                        |   2 +-
  lib/cpio/Makefile.uk                   |   7 -
  lib/cpio/exportsyms.uk                 |   1 -
  lib/ukcpio/Config.uk                   |   4 +
  lib/ukcpio/Makefile.uk                 |   7 +
  lib/{cpio => ukcpio}/cpio.c            | 188 +++++++++++++++----------
  lib/ukcpio/exportsyms.uk               |   1 +
  lib/{cpio => ukcpio}/include/uk/cpio.h |  49 ++++---
  lib/vfscore/Config.uk                  |  17 ++-
  lib/vfscore/rootfs.c                   |  45 +++---
  plat/linuxu/include/linuxu/mode.h      |   8 ++
  plat/linuxu/include/linuxu/stat.h      |  39 +++++
  plat/linuxu/include/linuxu/syscall.h   |   9 +-
  plat/linuxu/memory.c                   |  49 +++----
  14 files changed, 265 insertions(+), 161 deletions(-)
  delete mode 100644 lib/cpio/Makefile.uk
  delete mode 100644 lib/cpio/exportsyms.uk
  create mode 100644 lib/ukcpio/Config.uk
  create mode 100644 lib/ukcpio/Makefile.uk
  rename lib/{cpio => ukcpio}/cpio.c (56%)
  create mode 100644 lib/ukcpio/exportsyms.uk
  rename lib/{cpio => ukcpio}/include/uk/cpio.h (76%)
  create mode 100644 plat/linuxu/include/linuxu/mode.h
  create mode 100644 plat/linuxu/include/linuxu/stat.h




 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.