Files
android_kernel_xiaomi_sm8450/drivers/soc/qcom
Alex Elder 06ada44a80 soc: qcom: smem: verify both host ids in partition header
The global partition is indicated by having both host values in its
table of contents entry equal SMEM_GLOBAL_HOST=0xfffe.

In qcom_smem_set_global_partition(), we check whether the header
structure at the beginning of the partition contains that host
value, but the check only verifies *one* of them.  Change the check
so the partition header must have SMEM_GLOBAL_HOST for *both* its
host fields.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
2018-09-13 16:56:58 -05:00
..
2018-09-13 16:11:37 -05:00
2017-08-02 12:43:29 -07:00
2018-07-21 13:31:35 -05:00
2017-12-20 15:38:34 -06:00
2018-09-13 16:11:38 -05:00