-
Notifications
You must be signed in to change notification settings - Fork 698
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Running v4.9 in vimto, trying to create a perf event via perf_event_open returns EIO. I've tracked this down to a check in uprobe_register: if (!inode->i_mapping->a_ops->readpage && !shmem_mapping(inode->i_mapping)) return -EIO; See https://elixir.bootlin.com/linux/v4.9.337/source/kernel/events/uprobes.c#L880 My hunch is that this is related to how vimto sets up the overlayfs mount: if the probed binary is below the overlayfs the setup fails. Instead of fixing vimto, stop testing these code paths on v4.9. That kernel is already EOL so there is not much use in investing more time. Signed-off-by: Lorenz Bauer <[email protected]>
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters