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

broken perf tool on 4.5-rc1 #253

Closed
wants to merge 1 commit into from
Closed

broken perf tool on 4.5-rc1 #253

wants to merge 1 commit into from

Commits on Jan 30, 2016

  1. broken perf tool on 4.4-rc1

    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 that
    commit 747a9b0 ("Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip")
    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
    5d33f9d View commit details
    Browse the repository at this point in the history