| To: | linux-kernel@xxxxxxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 0/9] Add vsprintf extension %pU to print UUID/GUIDs and use it |
| From: | Joe Perches <joe@xxxxxxxxxxx> |
| Date: | Mon, 28 Sep 2009 22:01:02 -0700 |
| Cc: | Adrian Hunter <adrian.hunter@xxxxxxxxx>, Alex Elder <aelder@xxxxxxx>, Artem Bityutskiy <dedekind@xxxxxxxxxxxxx>, Christoph Hellwig <hch@xxxxxx>, Harvey Harrison <harvey.harrison@xxxxxxxxx>, Huang Ying <ying.huang@xxxxxxxxx>, Ingo Molnar <mingo@xxxxxxx>, Jeff Garzik <jgarzik@xxxxxxxxxx>, Laurent Pinchart <laurent.pinchart@xxxxxxxxx>, Matt Mackall <mpm@xxxxxxxxxxx>, Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxx>, Neil Brown <neilb@xxxxxxx>, Steven Whitehouse <swhiteho@xxxxxxxxxx>, xfs-masters@xxxxxxxxxxx |
It makes an x86 defconfig smaller compiled with gcc 4.4 smaller too old: $ size vmlinux text data bss dec hex filename 6981105 678300 1359668 9019073 899ec1 vmlinux new: $ size vmlinux text data bss dec hex filename 6980770 678380 1359668 9018818 899dc2 vmlinux Joe Perches (9): lib/vsprintf.c: Add %pU to print UUID/GUIDs efi.h: Use %pUr to print UUIDs random.c: Use %pU to print UUIDs drivers/firmware/dmi_scan.c: Use %pUX to print UUIDs drivers/md/md.c: Use %pU to print UUIDs drivers/media/video/uvc: Use %pUr to print UUIDs fs/gfs2/sys.c: Use %pUX to print UUIDs fs/ubifs: Use %pUX to print UUIDs fs/xfs/xfs_log_recover.c: Use %pU to print UUIDs drivers/char/random.c | 10 +--- drivers/firmware/dmi_scan.c | 5 +-- drivers/md/md.c | 16 ++------ drivers/media/video/uvc/uvc_ctrl.c | 69 ++++++++++++++++------------------ drivers/media/video/uvc/uvc_driver.c | 7 +-- drivers/media/video/uvc/uvcvideo.h | 10 ----- fs/gfs2/sys.c | 16 +------ fs/ubifs/debug.c | 9 +--- fs/ubifs/super.c | 7 +--- fs/xfs/xfs_log_recover.c | 14 ++----- include/linux/efi.h | 6 +-- lib/vsprintf.c | 58 ++++++++++++++++++++++++++++- 12 files changed, 111 insertions(+), 116 deletions(-) |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [Bug 850] XFS file system segfaults , repeatedly and 100 % reproducable in 2.6.30 , 2.6.31, bugzilla-daemon |
|---|---|
| Next by Date: | [PATCH 2/9] efi.h: Use %pUr to print UUIDs, Joe Perches |
| Previous by Thread: | [Bug 14208] New: XFS 5x slower than other filesystems when used as /var/tmp, bugzilla-daemon |
| Next by Thread: | [PATCH 2/9] efi.h: Use %pUr to print UUIDs, Joe Perches |
| Indexes: | [Date] [Thread] [Top] [All Lists] |