Re: [PATCH v2 2/4] dma/idxd: fix paths to driver sysfs directory

2022-01-11 Thread Kevin Laatz
On 11/01/2022 13:41, Bruce Richardson wrote: Recent kernel changes[1][2] mean that we cannot guarantee that the paths in sysfs used for creating/binding a DSA or workqueue instance will be as given in the utility script, since they are now "compatibility-mode only". Update script to support both

[PATCH v2 2/4] dma/idxd: fix paths to driver sysfs directory

2022-01-11 Thread Bruce Richardson
Recent kernel changes[1][2] mean that we cannot guarantee that the paths in sysfs used for creating/binding a DSA or workqueue instance will be as given in the utility script, since they are now "compatibility-mode only". Update script to support both new paths and compatibility ones. [1] https:/