git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06bdadd
)
audit: Use hex_byte_pack_upper
author
Joe Perches
<joe@perches.com>
Tue, 14 Jan 2014 07:31:27 +0000
(23:31 -0800)
committer
Eric Paris
<eparis@redhat.com>
Tue, 14 Jan 2014 19:53:50 +0000
(14:53 -0500)
Using the generic kernel function causes the
object size to increase with gcc 4.8.1.
$ size kernel/audit.o*
text data bss dec hex filename
18577 6079 8436 33092 8144 kernel/audit.o.new
18579 6015 8420 33014 80f6 kernel/audit.o.old
Unsigned...
kernel/audit.c
patch
|
blob
|
history
diff --cc
kernel/audit.c
Simple merge