Jenkins build is back to normal : osv-build-nightly #1437

2018-04-09 Thread jenkins
See -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[PATCH] add boot_time event of uncompress lzloader.elf

2018-04-09 Thread Wang Yu
sometimes i found uncompres cost serival times, so add boot_time event of uncompress lzloader.elf after patch ... disk read (real mode): 45.09ms, (+45.09ms) uncompress lzloader.elf: 76.90ms, (+31.81ms) TLS initialization: 77.65ms, (+0.75ms) .init functions:

[PATCH] fix no output boot_time event "TLS initialization"

2018-04-09 Thread Wang Yu
before patch boot with --bootchart, "TLS initialization" is not output ... disk read (real mode): 50.71ms, (+50.71ms) .init functions: 89.20ms, (+5.48ms) SMP launched: 90.56ms, (+1.36ms) VFS initialized: 95.76ms, (+5.20ms) ... after patch,

[PATCH] fix no output boot_time event "TLS initialization"

2018-04-09 Thread Wang Yu
before patch boot with --bootchart, "TLS initialization" is not output ... disk read (real mode): 50.71ms, (+50.71ms) .init functions: 89.20ms, (+5.48ms) SMP launched: 90.56ms, (+1.36ms) VFS initialized: 95.76ms, (+5.20ms) ... after patch,