Re: [PATCH] accel/qaic: Use dev_printk() in RAS

2025-06-10 Thread Troy Hanson
hwell Closes: https://lore.kernel.org/all/20250610124809.1e1ff...@canb.auug.org.au/ Signed-off-by: Jeff Hugo Reviewed-by: Troy Hanson

Re: [PATCH v2] accel/qaic: Add Reliability, Accessibility, Serviceability (RAS)

2025-05-19 Thread Troy Hanson
back into service. As these events may not all be reported via other mechanisms like AER, maintain counts of the number of errors observed for each type. Signed-off-by: Jeff Hugo Reviewed-by: Troy Hanson

Re: [PATCH] accel/qaic: Fix possible data corruption in BOs > 2G

2025-03-15 Thread Troy Hanson
t can represent the largest allocation possible on the system. That is the definition of size_t, so use it. Fixes: ff13be830333 ("accel/qaic: Add datapath") Signed-off-by: Jeffrey Hugo Signed-off-by: Jeff Hugo Reviewed-by: Troy Hanson