Skip to content

Update vfs_mkdir func signature#482

Merged
mahendrapaipuri merged 2 commits intomainfrom
maint/exporter/ebpf/update-func-defs
Mar 29, 2026
Merged

Update vfs_mkdir func signature#482
mahendrapaipuri merged 2 commits intomainfrom
maint/exporter/ebpf/update-func-defs

Conversation

@mahendrapaipuri
Copy link
Copy Markdown
Collaborator

  • vfs_mkdir func signature has changed in kernel 6.15 where it returns a dentry object. Now we need to check if the pointer has any error to check if function returned successfully or not.

  • Update makefile and unit tests

* vfs_mkdir func signature has changed in kernel 6.15 where it returns a dentry object. Now we need to check if the pointer has any error to check if function returned successfully or not.

* Update makefile and unit tests

Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
@mahendrapaipuri mahendrapaipuri added the maintenance General maintenance label Mar 29, 2026
Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
@mahendrapaipuri mahendrapaipuri merged commit f81b413 into main Mar 29, 2026
7 of 9 checks passed
@mahendrapaipuri mahendrapaipuri deleted the maint/exporter/ebpf/update-func-defs branch March 29, 2026 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

maintenance General maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant