linaro-swg / linux

Linux kernel source tree
Other
41 stars 79 forks source link

optee: bugfix optee_from_msg_param() #22

Closed jenswi-linaro closed 8 years ago

jenswi-linaro commented 8 years ago

Bugfix in optee_from_msg_param() when calculating offset of memref into a shared memory object.

Signed-off-by: Jens Wiklander jens.wiklander@linaro.org

jbech-linaro commented 8 years ago

How could we not have seen this before? Reviewed-by: Joakim Bech <joakim.bech@linaro.org>

jenswi-linaro commented 8 years ago

We've always used offset 0 in RPC, that's why.

jenswi-linaro commented 8 years ago

Tag applied