14 Nov, 2008

1 commit


13 Nov, 2008

1 commit

  • Impact: cleanup

    Fix the following warning from the perl syntax checking tool perlcritic.
    This tool is a lint like tool that checks for perl best practices.

    Loop iterator is not lexical at line 113, column 1.
    See page 108 of PBP. (Severity: 5)

    Signed-off-by: Stephen Hemminger
    Signed-off-by: Ingo Molnar

    Stephen Hemminger
     

22 Oct, 2008

2 commits

  • When bootgraph.pl parses a file, it gives one row for each initcall's
    pid. But they are displayed in random (perl hash) order. Let's
    sort the pids by the start time of their first initcall instead.

    This helps trace module initcalls, where each has a separate pid.
    bootgraph.pl will show module initcalls during the initramfs; it may
    also be adapted to show subsequent module initcalls.

    Signed-off-by: Alan Jenkins
    Acked-by: Frédéric Weisbecker
    Signed-off-by: Ingo Molnar

    Alan Jenkins
     
  • As a perl novice, I would prefer to have the benefit of the interpreters'
    wisdom. It turns out there were already some warnings, so let's fix them.

    Signed-off-by: Alan Jenkins
    Acked-by: Frédéric Weisbecker
    Signed-off-by: Ingo Molnar

    Alan Jenkins
     

14 Oct, 2008

5 commits