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

4.4-rc1 broken perf tool. #252

Closed
wants to merge 1 commit into from
Closed

4.4-rc1 broken perf tool. #252

wants to merge 1 commit into from

Commits on Jan 30, 2016

  1. commit 747a9b0 breaks perf tool.

    reproduce:
    
    lzto@objd ~ $ ~/linux/tools/perf/perf record -I -e intel_pt/tsc=1,noretcomp=1/u /bin/ls
    lzto@objd ~ $ ~/linux/tools/perf/perf script  -F event,comm,pid,tid,time,addr,ip,sym,dso,iregs
    Segmentation fault
    lzto@objd ~ $
    
    Upon further investigation, it seems commit 747a9b0 breaks perf tool.
    
    __list_del(): tools/include/linux/list.h does not check null pointer dereference
    lzto committed Jan 30, 2016
    Configuration menu
    Copy the full SHA
    f41de3b View commit details
    Browse the repository at this point in the history