-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/75104/
-----------------------------------------------------------

(Updated July 26, 2024, 6:04 p.m.)


Review request for mesos and Benjamin Mahler.


Repository: mesos


Description (updated)
-------

This patch adds a public helper function to abstract away the logic used
to make a list comply with the 'normalized' requirements.
As a reminder:
An allow or deny list is 'normalized' iff everything below are true:
1. No Entry can have no accesses specified
2. No two entries on the same list can have the same type, major & minor
numbers.
3. No two entries on the same list can be encompassed by the other
entry.


Diffs (updated)
-----

  src/linux/cgroups2.hpp accaebdaddc85acdd96b87161ea441c77b025099 
  src/linux/cgroups2.cpp ac46782614f6b3b6cb6f2f685492df8364cb73a3 
  src/tests/containerizer/cgroups2_tests.cpp 
39f17460c8911244ba28ab052281785dd6235240 


Diff: https://reviews.apache.org/r/75104/diff/3/

Changes: https://reviews.apache.org/r/75104/diff/2-3/


Testing (updated)
-------

Added tests for normalize(), tests pass.


Thanks,

Jason Zhou

Reply via email to