lkml.org 
[lkml]   [2023]   [Aug]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 1/3] cxl/pci: Fix appropriate checking for _OSC while handling CXL RAS registers
Smita Koralahalli wrote:
>
> >> - /* BIOS has CXL error control */
> >> - if (!host_bridge->native_cxl_error)
> >> - return -ENXIO;
> >> + /* BIOS has PCIe AER error control */
> >> + if (!host_bridge->native_aer)
> >> + return 0;
> >
> > Why not directly use pcie_aer_is_native() here?
> Yeah, this was in my v1. But changed as per Robert's comments, to be
> applicable for automated backports..
>
> https://lore.kernel.org/all/ZLkxiZv3lWfazwVH@rric.localdomain/
>
> Please advice.

Keep it the way you have it. Minimizing the backport is the right call.

\
 
 \ /
  Last update: 2023-08-08 05:25    [W:0.098 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site