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

2020-05-06 Thread Ramalingam C
On 2020-04-29 at 15:54:47 -0400, Sean Paul wrote: > 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_

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

2020-04-30 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.6.7, v5.4.35, v4.19.118. v5.6.7: Failed to apply! Possible dependenci

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

2020-04-29 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