Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extracting symbols v9fs_stat2inode and p9mode2unixmode from fs/9p/vfs_inode.c results in 5x more LoC on 15.[345] codestreams than 15.[26] and upstream kernel #128

Open
marcosps opened this issue Sep 10, 2024 · 0 comments
Labels
enhancement New feature or request kernel Issue found on Linux Kernel

Comments

@marcosps
Copy link
Collaborator

The command below is able to reproduce the issue:

klp-build setup --name bsc1226325 --cve 2024-36964 --file-funcs fs/9p/vfs_inode.c v9fs_stat2inode p9mode2unixmode --module 9p --conf CONFIG_9P_FS

On upstream, 15.2 and 15.6 codestreams clang-extract generates ~233 LoC, while on 15.3, 15.4 and 15.5 it generates ~1k LoC.

@marcosps marcosps added enhancement New feature or request kernel Issue found on Linux Kernel labels Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request kernel Issue found on Linux Kernel
Projects
None yet
Development

No branches or pull requests

1 participant