Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 75b61218 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ADSPRPC: Add exec permission for hyp_assign_phys" into msm-4.9

parents 5925be98 84d11863
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2470,7 +2470,7 @@ static int fastrpc_probe(struct platform_device *pdev)
			int srcVM[1] = {VMID_HLOS};
			int destVM[4] = {VMID_HLOS, VMID_MSS_MSA, VMID_SSC_Q6,
						VMID_ADSP_Q6};
			int destVMperm[4] = {PERM_READ | PERM_WRITE,
			int destVMperm[4] = {PERM_READ | PERM_WRITE | PERM_EXEC,
				PERM_READ | PERM_WRITE | PERM_EXEC,
				PERM_READ | PERM_WRITE | PERM_EXEC,
				PERM_READ | PERM_WRITE | PERM_EXEC,