login
Header Space

 
 

Mailing list archives

Search results

Found 68 matching messages (0.026 seconds). Page 1 of 4.

[RFC patch 8/9] SH remove -traditional

Subject: [RFC patch 8/9] Re: [PATCH] Stringify support commas > This is a no-no for those archs that still use -traditional. > > I dunno if this is a problem for you at the moment and the > > right fix is anyway to nuke -traditional. > > ...

linux-kernel - Mathieu Desnoyers - Apr 22 2008 - 13:24

Re: [RFC patch 8/9] SH remove -traditional

On Tue, Apr 22, 2008 at 01:24:12PM -0400, Mathieu Desnoyers wrote: > Subject: [RFC patch 8/9] Re: [PATCH] Stringify support commas > > This is a no-no for those archs that still use -traditional. > > > I dunno if this is ...

linux-kernel - Paul Mundt - Apr 25 2008 - 05:02

[RFC PATCH 8/8] Jhash in too big for inlining, move under lib/

... case 6 : b += ((u32)k[5]<<8); - case 5 : b += k[4]; - ... case 2 : a += ((u32)k[1]<<8); - case 1 : a += k[0]; ... (k[4] +((u32)k[5]<<8) +((u32)k[6]<<16) +((u32)k ... case 6 : b += ((u32)k[5]<<8); + case 5 : b += k[4] ... 2 : a += ((u32)k[1]<<8); + case 1 : a += k[0] ...

linux-netdev - Ilpo Järvinen - Feb 20 2008 - 09:47

[RFC PATCH 8/8] Jhash in too big for inlining, move under lib/

... case 6 : b += ((u32)k[5]<<8); - case 5 : b += k[4]; - ... case 2 : a += ((u32)k[1]<<8); - case 1 : a += k[0]; ... (k[4] +((u32)k[5]<<8) +((u32)k[6]<<16) +((u32)k ... case 6 : b += ((u32)k[5]<<8); + case 5 : b += k[4] ... 2 : a += ((u32)k[1]<<8); + case 1 : a += k[0] ...

linux-kernel - Ilpo Järvinen - Feb 20 2008 - 09:47

Re: [RFC PATCH 8/8] [PKTGEN]: uninline getCurUs

... , for people using the GIT email patch applying tools, it might do that. ... 'm now saving the commit message and patch into files explicitly in emacs, and ... RET f mule-utf-8" Then I feed those into my patch applying scripts. -- To unsubscribe from this ...

linux-netdev - David Miller - Jan 13 2008 - 00:22

[RFC/PATCH 8/12] remove ptep_get_and_clear_full

This patch removes it, instead, the arch implementations that care use the ... include/asm-x86_64/pgtable.h | 8 ++++---- mm/memory.c | 3 +-- 4 files ... 16:18:48.000000000 +1000 @@ -658,8 +658,7 @@ static unsigned long zap_pte_range ...

linux-kernel - Benjamin Herrenschmidt - Aug 7 2007 - 03:19

[RFC][PATCH 8/8] keep track of mnt_writer state of struct file

... of potentially missed mnt_want_write()s from dentry_open() calls. This patch provides a very simple debugging framework to catch ... ; error = mnt_want_write(mnt); WARN_ON(error); } @@ -236,8 +243,18 @@ void fastcall __fput(struct file *file) ...

linux-kernel - Dave Hansen - Sep 28 2007 - 14:13

Re: [RFC PATCH 8/8] [PKTGEN]: uninline getCurUs

... > Here's one example... > > From: "=?utf-8?q?Ilpo_J=C3=A4rvinen?=" Content-Type: text/plain; charset=utf-8 > Content-Transfer-Encoding: 8bit > > Something still needed besides these to declare email utf-8? If that's what it said ...

linux-netdev - Herbert Xu - Jan 12 2008 - 17:19

Re: [RFC PATCH 8/8] [PKTGEN]: uninline getCurUs

... from+content ok? Or > should I keep trying to live with mixed utf-8 which I didn't got even > fully working last time because git-send ... (and I guess you are able > to test your fix-to-utf-8 machinery with it as well :-)), as it would also > make my ...

linux-netdev - David Miller - Jan 14 2008 - 03:51

[RFC][patch 8/11][CFQ-cgroup] Control cfq_data per cgroup

This patch expands cfq data to handling multi cfq_data in group. ... int siblings; }; @@ -35,6 +38,8 @@ static inline struct cfq_cgroup *cgroup_to_cfq_cgroup ... __cfq_exit_data(cfqd); p = n; @@ -170,8 +269,28 @@ static void __cfq_cgroup_exit_data ...

linux-kernel - Satoshi UCHIDA - Apr 1 2008 - 05:38

[RFC][PATCH 8/8] ext4 online defrag command

... ', 15, struct ext4_extents_info) #define EXT4_IOC_BLOCK_RELEASE _IO('f', 8) #define DEFRAG_MAX_ENT 32 /* Extent status which are used ... overflow("start * 100" beyond 64bits) */ start = start >> 8; percent = (start * 100) / (buf->st_size >> 8) ...

linux-fsdevel - Akira Fujita - Apr 4 2008 - 07:20

[RFC/PATCH 8/8]: CGroup Files: Convert res_counter_write() to be a cgroups write_string() handler

... process the string when converting it to a number. This patch converts res_counter_write() from a raw file handler to a ... .6.25-mm1/include/linux/res_counter.h @@ -63,8 +63,8 @@ u64 res_counter_read_u64(struct res_coun ssize_t res_counter_read(struct ...

linux-kernel - menage - May 13 2008 - 02:37

[RFC][PATCH 8/15] Union-mount lookup

From: Jan Blunck Subject: Union-mount lookup Modifies the vfs lookup routines to ... &= lookup_flags | ~LOOKUP_CONTINUE; if (lookup_flags & LOOKUP_PARENT) @@ -1270,8 +1320,14 @@ int __user_path_lookup_open(const char _ * ...

linux-kernel - Bharata B Rao - Apr 17 2007 - 09:21

[RFC PATCH 8/8] Convert tasklets to work queues

This patch replaces the tasklet implementation with a work queue implementation while keeping the tasklet API. The API is still the same, and the drivers don't know that a work queue is being used. This is (for now) a proof of concept approach to ...

linux-kernel - Steven Rostedt - Jun 27 2007 - 15:36

[RFC/PATCH 8] autoconf: Checks for some programs

... to set NO_PYTHON if not present Signed-off-by: Jakub Narebski --- If I remember correctly there was patch adding some very minimal install script for building git on some architecture. If it were added, the lines with INSTALL in ...

git - Jakub Narebski - Jul 8 2006 - 17:07

[RFC PATCH 8/8] pnode.c optimization

Optimizes lots of redundant pnode propogation code. RP

linux-fsdevel - Ram - Jul 8 2005 - 06:26

[RFC][PATCH 8/15] Union-mount lookup

From: Jan Blunck Subject: Union-mount lookup Modifies the vfs lookup routines to ... &= lookup_flags | ~LOOKUP_CONTINUE; if (lookup_flags & LOOKUP_PARENT) @@ -1270,8 +1320,14 @@ int __user_path_lookup_open(const char _ * ...

linux-fsdevel - Bharata B Rao - Apr 17 2007 - 09:21

[rfc-patch 8/9] Immediate Values - Documentation

... lines. + +This infrastructure is specialized in supporting dynamic patching of the values +in the instruction stream when multiple CPUs ... . The +smallest data type required for the test (an 8 bits char) is preferred, since +some architectures, such as ...

linux-kernel - Mathieu Desnoyers - Nov 16 2007 - 16:02

Re: [RFC PATCH 8/8] [PKTGEN]: uninline getCurUs

Hi Ilpo: On Sat, Jan 12, 2008 at 09:40:17AM +0000, Ilpo Järvinen wrote: Your emails are now using UTF-8 encoding but it's still declaring ISO-8859-1 as the charset. So you probably want to fix that up or your name may show up as Jävinen on the ...

linux-netdev - Herbert Xu - Jan 12 2008 - 08:17

Re: [RFC PATCH 8/8] [PKTGEN]: uninline getCurUs

... > full-proof solution... ;-) Don't do this! Otherwise I won't have a frequent test case to make sure my patch applying scripts are working properly. :-)))) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a ...

linux-netdev - David Miller - Jan 13 2008 - 00:24

speck-geostationary