lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 23 Nov 2021 18:54:03 +0800
From:   Yinan Liu <yinan@...ux.alibaba.com>
To:     rostedt@...dmis.org, peterz@...radead.org
Cc:     mark-pk.tsai@...iatek.com, mingo@...hat.com,
        linux-kernel@...r.kernel.org
Subject: [PATCH v4] ftrace sorting optimization changelog

Hi,

I found a code alignment problem in patch v3 and 
modified it in patch v4. You can look directly at 
patch v4, cover-letter introduces the changes 
starting from patch v2.

v2 link:https://lore.kernel.org/all/20211116024942.60644-2-yinan@linux.alibaba.com/

v2--->v3(alignment problem)--->v4

Modified the code style issue of if() {} raised by Peter.

Fix the compilation error by changing the position of 
the relevant compilation options of pthread, which is 
reported by the robot.

The two tabs show differences in vim and git diff. 
In patch v3, the display in the patch is directly 
adjusted, resulting in misalignment of the format 
in the code. 
In patch v4, the alignment in the code is maintained, 
but the display in the patch looks very awkward, but 
this is just the display problem.Both are two tabs. 

Best regards!
-- Yinan Liu 

Yinan Liu (1):
  scripts: ftrace - move the sort-processing in ftrace_init to compile
    time

 kernel/trace/ftrace.c   |   6 ++-
 scripts/Makefile        |   2 +-
 scripts/link-vmlinux.sh |   6 +--
 scripts/sorttable.c     |   2 +
 scripts/sorttable.h     | 113 ++++++++++++++++++++++++++++++++++++++++++++++--
 5 files changed, 119 insertions(+), 10 deletions(-)

-- 
1.8.3.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ