Re: [PATCH v2] thunderbolt: Handle NULL boot ACL entries properly

2018-05-07 Thread Mika Westerberg
On Tue, May 01, 2018 at 06:56:13PM +, Yehezkel Bernat wrote: > On Mon, Apr 30, 2018 at 2:12 PM Mika Westerberg < > mika.westerb...@linux.intel.com> wrote: > > > If the boot ACL entry is already NULL we should not fill in the upper > > two DWs with 0xf. Otherwise they are not shown as e

Re: [PATCH v2] thunderbolt: Handle NULL boot ACL entries properly

2018-05-01 Thread Yehezkel Bernat
On Mon, Apr 30, 2018 at 2:12 PM Mika Westerberg < mika.westerb...@linux.intel.com> wrote: > If the boot ACL entry is already NULL we should not fill in the upper > two DWs with 0xf. Otherwise they are not shown as empty entries > when the sysfs attribute is read. > Fixes: 9aaa3b8b4c56 ("t

[PATCH v2] thunderbolt: Handle NULL boot ACL entries properly

2018-04-30 Thread Mika Westerberg
If the boot ACL entry is already NULL we should not fill in the upper two DWs with 0xf. Otherwise they are not shown as empty entries when the sysfs attribute is read. Fixes: 9aaa3b8b4c56 ("thunderbolt: Add support for preboot ACL") Signed-off-by: Mika Westerberg --- Changes from v1 (http