Skip to content

Instantly share code, notes, and snippets.

View carlos-bilbao's full-sized avatar

carlos-bilbao

View GitHub Profile
#!/usr/bin/env bpftrace
/*
* opal_pause_sedutil.bt
* Pause sedutil-cli while the kernel's init_opal_dev() is running,
* to avoid Discovery0 vs userspace admin command races.
*/
BEGIN
{
@busy = 0;