diff options
| author | Alison Schofield <alison.schofield@intel.com> | 2026-07-24 13:37:18 -0700 |
|---|---|---|
| committer | Dave Jiang <dave.jiang@intel.com> | 2026-08-05 13:20:34 -0700 |
| commit | 95a84b7cb4bbc5bd929adc9b1cd1282fca737662 (patch) | |
| tree | 44fb601eabc2a2fbf6abc8cdc68b7d3111ad77b3 /scripts/objdiff | |
| parent | 8a80d3d65cd06ee35b913d8517fb2f2319f8e70c (diff) | |
| download | linux-95a84b7cb4bbc5bd929adc9b1cd1282fca737662.tar.gz linux-95a84b7cb4bbc5bd929adc9b1cd1282fca737662.zip | |
cxl/core: Format the memdev serial number as unsigned in TP_printk
The CXL memdev serial number is a u64 PCIe Device Serial Number, but
the tracepoints format it with %lld. Devices whose vendor OUI sets
bit 63 therefore appear with negative serial numbers in formatted
trace output.
Note that the trace data itself is already stored correctly as u64.
Format the TP_printk serial as unsigned decimal, %llu, to match the
underlying value.
Signed-off-by: Alison Schofield <alison.schofield@intel.com>
Link: https://patch.msgid.link/46651395b6c1e552ae2c4fecf3058a062eb0c3f0.1784924949.git.alison.schofield@intel.com
Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
