commit | 3e8fbe3191d1fd94d4b25f72d383c4db7309ca4a | [log] [tgz] |
---|---|---|
author | Alexandre Courbot <acourbot@nvidia.com> | Tue Jan 31 18:16:08 2017 +0900 |
committer | Ben Skeggs <bskeggs@redhat.com> | Tue Mar 07 17:05:11 2017 +1000 |
tree | 8a9b7fffc84de243ace5e3f74d33748812364679 | |
parent | a335f078df6006bd7694a1480e7dfbcf7e0de00c [diff] |
drm/nouveau/secboot: fix WPR address to be 64-bit The WPR address parameter of the ls_write_wpr hook was defined as a u32, which will very likely overflow on boards with more than 4GB VRAM. Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>