commit | 1e4b4d9343e624baa547c06feccdfdcd5340cabc | [log] [tgz] |
---|---|---|
author | Suren Baghdasaryan <[email protected]> | Tue May 23 18:27:23 2023 -0700 |
committer | Will McVicker <[email protected]> | Wed Aug 16 12:15:32 2023 -0700 |
tree | a07e8e7d1adcd9307f46d046becbf9d96d4264f7 | |
parent | bc84c5ea3c2e8c64bbf70ec84f758d37022c559b [diff] |
edgetpu: replace direct vm_flags modifications with modifier functions With introduction of [1] in 6.4 kernels, direct vm_flags modifications are disallowed. Use modifier functions to change vma flags. [1] https://lkml.kernel.org/r/[email protected] Bug: 161210518 Change-Id: I93e4d8fad3ca9dc0f34eb961c7f5ce7931e20f86 Signed-off-by: Suren Baghdasaryan <[email protected]>