[PATCH 0/8] Finish effort to decrease maximum stack frame to 2048

Peter Krempa posted 8 patches 8 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1693396633.git.pkrempa@redhat.com
meson.build                      |   2 +-
src/bhyve/bhyve_process.c        |   4 +-
tools/nss/libvirt_nss.c          | 105 ++++++++++++++++++-------------
tools/virt-host-validate-bhyve.c |  20 +++---
4 files changed, 74 insertions(+), 57 deletions(-)
[PATCH 0/8] Finish effort to decrease maximum stack frame to 2048
Posted by Peter Krempa 8 months, 1 week ago
Few outstanding patches of code compiled only on FreeBSD

Pipeline:
https://gitlab.com/pipo.sk/libvirt/-/pipelines/986470469

Peter Krempa (8):
  bhyve: Don't stack-allocate huge error buffers
  virHostValidateBhyve: Declare one variable per line
  virHostValidateBhyve: Heap allocate massive 'struct kld_file_stat'
  nss: aiforaf: Format one argument/variable per line
  nss: aiforaf: Remove unused 'ret' variable
  nss: aiforaf: Drop unused buffer 'port'
  nss: aiforaf: Decrease stack size by scoping off large buffers.
  build: Decrease maximum stack frame size to 2048

 meson.build                      |   2 +-
 src/bhyve/bhyve_process.c        |   4 +-
 tools/nss/libvirt_nss.c          | 105 ++++++++++++++++++-------------
 tools/virt-host-validate-bhyve.c |  20 +++---
 4 files changed, 74 insertions(+), 57 deletions(-)

-- 
2.41.0