Re: [PATCH 01/11] drm/i915: Fix sha_text population code

2019-12-03 Thread Sasha Levin
Hi, [This is an automated email] This commit has been processed because it contains a "Fixes:" tag, fixing commit: ee5e5e7a5e0f ("drm/i915: Add HDCP framework + base implementation"). The bot has tested the following trees: v5.4.1, v5.3.14, v4.19.87. v5.4.1: Build OK! v5.3.14: Build OK! v4.19.

[PATCH 01/11] drm/i915: Fix sha_text population code

2019-12-03 Thread Sean Paul
From: Sean Paul This patch fixes a few bugs: 1- We weren't taking into account sha_leftovers when adding multiple ksvs to sha_text. As such, we were or'ing the end of ksv[j - 1] with the beginning of ksv[j] 2- In the sha_leftovers == 2 and sha_leftovers == 3 case, bstatus was being pla