[osv-dev] [PATCH] Ignore missing symbols when processing certain relocation types on load

2019-08-19 Thread Waldemar Kozaczuk
The commit https://github.com/cloudius-systems/osv/commit/f5cc12d56dd986d2c7982c5738b1f859702b07fb addressed the issue #993 to relax handling of missing symbols in relocate_pltgot() when loading ELF objects with BIND_NOW. This patch on other hand attempts to close the gap of handling missing sym

Re: [osv-dev] [PATCH V2] hpet: handle wrap-around with 32-bit counter

2019-08-19 Thread Waldek Kozaczuk
Thanks for the review. I have made some tweaks per your suggestions and pushed it. On Monday, August 12, 2019 at 3:59:26 AM UTC-4, Nadav Har'El wrote: > > In Sat, Jul 6, 2019 at 6:37 AM Waldemar Kozaczuk > wrote: > >> This patch enhances the hpet clock with 32-bit main >> counter to handle wrap-

[osv-dev] [COMMIT osv master] hpet: handle wrap-around with 32-bit counter

2019-08-19 Thread Commit Bot
From: Waldemar Kozaczuk Committer: Waldemar Kozaczuk Branch: master hpet: handle wrap-around with 32-bit counter This patch enhances the hpet clock with 32-bit main counter to handle wrap-arounds. It does it by maintaining separate upper 32-bit counter per-cpu and incrementing it when wrap aro

Re: [osv-dev] [COMMIT osv master] docs: Updated main README to make it better reflect current state of OSv

2019-08-19 Thread Waldek Kozaczuk
On Monday, August 19, 2019 at 11:58:55 AM UTC-4, Nadav Har'El wrote: > > Thanks for spending time on modernizing this README. I know you already > committed it, but still, some comments below. > Thanks for the review. It is never too late to fix/adjust later :-) In general, my intention was to h

Re: [osv-dev] [COMMIT osv master] docs: Updated main README to make it better reflect current state of OSv

2019-08-19 Thread Nadav Har'El
Thanks for spending time on modernizing this README. I know you already committed it, but still, some comments below. On Mon, Aug 19, 2019 at 6:57 AM Commit Bot wrote: > From: Waldemar Kozaczuk > Committer: Waldemar Kozaczuk > Branch: master > > docs: Updated main README to make it better refl