Re: [PATCH] net-procfs: Use vsnprintf extension %phN

2017-06-04 Thread David Miller
From: Joe Perches Date: Fri, 2 Jun 2017 02:40:44 -0700 > Save a bit of code by using the kernel extension. > > $ size net/core/net-procfs.o* >text data bss dec hex filename >3701 120 03821 eed net/core/net-procfs.o.new >

Re: [PATCH] net-procfs: Use vsnprintf extension %phN

2017-06-04 Thread David Miller
From: Joe Perches Date: Fri, 2 Jun 2017 02:40:44 -0700 > Save a bit of code by using the kernel extension. > > $ size net/core/net-procfs.o* >text data bss dec hex filename >3701 120 03821 eed net/core/net-procfs.o.new >3764

[PATCH] net-procfs: Use vsnprintf extension %phN

2017-06-02 Thread Joe Perches
Save a bit of code by using the kernel extension. $ size net/core/net-procfs.o* textdata bss dec hex filename 3701 120 03821 eed net/core/net-procfs.o.new 3764 120 03884 f2c net/core/net-procfs.o.old Signed-off-by: Joe Perches

[PATCH] net-procfs: Use vsnprintf extension %phN

2017-06-02 Thread Joe Perches
Save a bit of code by using the kernel extension. $ size net/core/net-procfs.o* textdata bss dec hex filename 3701 120 03821 eed net/core/net-procfs.o.new 3764 120 03884 f2c net/core/net-procfs.o.old Signed-off-by: Joe Perches ---