mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-04 15:04:25 +01:00
Fix the `build-kernel.sh` script to sort patches correctly. Previously, it relied on `find(1)` for the ordering. However, `find(1)` does not guarantee any ordering of files within a directory. Since the ordering could therefore be "random", it was quite possible for patches to be applied in the wrong order, resulting in conflicts. Fixes: #1003. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
2 lines
3 B
Plaintext
2 lines
3 B
Plaintext
72
|