In D41978#957120, @siderop1_netapp.com wrote:This looks pretty good to me. FWIW, I have a test queued to verify this fixes the issue we were seeing; should have results by tomorrow (if not earlier).
Thanks!
--ap
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Oct 11 2023
Oct 11 2023
Sep 26 2023
Sep 26 2023
Sep 25 2023
Sep 25 2023
This looks pretty good to me. FWIW, I have a test queued to verify this fixes the issue we were seeing; should have results by tomorrow (if not earlier).
Aug 23 2023
Aug 23 2023
Jan 5 2022
Jan 5 2022
siderop1_netapp.com changed the visibility for D33760: hwpmc support for Intel IceLake desktop and server processors.
siderop1_netapp.com abandoned D33760: hwpmc support for Intel IceLake desktop and server processors.
Barf. Looks like this was already implemented with 913c07a0499, but I failed to sync past that in my Git repo. I'll revisit if I find any differences worth submitting.
--ap
siderop1_netapp.com updated the summary of D33760: hwpmc support for Intel IceLake desktop and server processors.
siderop1_netapp.com requested review of D33760: hwpmc support for Intel IceLake desktop and server processors.
Sep 13 2021
Sep 13 2021
May 12 2021
May 12 2021
May 3 2021
May 3 2021
Nov 24 2020
Nov 24 2020
siderop1_netapp.com added a comment to D27331: Modify lock_delay() to increase the delay time after spinning.
In D27331#610723, @mjg wrote:Can you share the hw spec? Most notably cores/threads, cpu model and socket count?
Nov 23 2020
Nov 23 2020
siderop1_netapp.com added a comment to D27331: Modify lock_delay() to increase the delay time after spinning.
In D27331#610694, @mjg wrote:Any changes here should come with several benchmarks, showcasing longest time to grab the lock and perhaps some fiddling with min/max for backoff.
Nov 11 2020
Nov 11 2020
Aug 6 2020
Aug 6 2020
siderop1_netapp.com updated the diff for D25756: Upstream Hyper-V Storage VSC Driver Fixes from NetApp.
update error message based on review feedback
Aug 3 2020
Aug 3 2020
siderop1_netapp.com added inline comments to D25756: Upstream Hyper-V Storage VSC Driver Fixes from NetApp.
Jul 29 2020
Jul 29 2020
siderop1_netapp.com added a comment to D25756: Upstream Hyper-V Storage VSC Driver Fixes from NetApp.
In D25756#572421, @whu wrote:#ifdef DIAGNOSTIC
Is this only for test purpose? When will this be defined? Thanks.
Jul 27 2020
Jul 27 2020
Jul 21 2020
Jul 21 2020
siderop1_netapp.com requested review of D25756: Upstream Hyper-V Storage VSC Driver Fixes from NetApp.
Nov 7 2018
Nov 7 2018
I am not saying these cannot coexist, just that SBCC doesn't require FreeBSD to maintain its own trace implementations (i.e. all the __sanitizer_cov_trace* routines). Again, I do not know if SBCC can be used for syzkaller; if it cannot, then this whole discussion is moot. But if we can leverage SBCC, it would be worth exploring.
--ap
Nov 6 2018
Nov 6 2018
We is NetApp; we use this internally to gather code coverage metrics as well as input to profile guided optimization of the kernel. It is not public, but I think we can push it upstream if there is interest.
Oct 23 2018
Oct 23 2018
I understand the main objective with this change is to enable syzkaller, but is Clang's coverage sanitizer the only way to implement KCOV for this purpose? I ask because we have (and use) Clang's SBCC to get coverage data out of the kernel. It would be nice to not have two KCOV implementations. :)
--ap