Found 44 matching messages (0.078 seconds). Page 1 of 3.
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 ...
linux-kernel - Paul Mundt - Apr 25 2008 - 05:02
... , 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
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
... > Here's one example...
>
> From: "=?utf-8?q?Ilpo_J=C3=A4rvinen?="
linux-netdev - Herbert Xu - Jan 12 2008 - 17:19
From: "Ilpo_Järvinen"
linux-netdev - David Miller - Jan 12 2008 - 07:25
On Sat, 12 Jan 2008, Herbert Xu wrote: > On Sat, Jan 12, 2008 at 09:40:17AM +0000, Ilpo J
linux-netdev - Ilpo Järvinen - Jan 12 2008 - 08:59
... > 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
On Sat, 12 Jan 2008, David Miller wrote: > From: "Ilpo_J
linux-netdev - Ilpo Järvinen - Jan 14 2008 - 03:43
... should I keep trying to live with mixed utf-8 which I didn't got even > fully ... are able > to test your fix-to-utf-8 machinery with it as well :-)), as it would ... with other people's git apply tools you're not > using (otherwise I'd probably forget to ...
linux-netdev - David Miller - Jan 14 2008 - 03:51
On Sun, 13 Jan 2008, David Miller wrote: > From: "Ilpo_J
linux-netdev - Ilpo Järvinen - Jan 14 2008 - 04:33
From: "Ilpo_Järvinen"
linux-netdev - David Miller - Jan 14 2008 - 04:54
On Wed, 20 Feb 2008 15:47:18 +0200 "Ilpo Järvinen"
linux-kernel - Andrew Morton - Feb 23 2008 - 04:02
On Wed, 20 Feb 2008 15:47:18 +0200 "Ilpo Järvinen"
linux-netdev - Andrew Morton - Feb 23 2008 - 04:02
On Sat, 23 Feb 2008, Andrew Morton wrote: > On Wed, 20 Feb 2008 15:47:18 +0200 "Ilpo J
linux-kernel - Ilpo Järvinen - Feb 23 2008 - 06:05
On Sat, 23 Feb 2008, Andrew Morton wrote: > On Wed, 20 Feb 2008 15:47:18 +0200 "Ilpo J
linux-netdev - Ilpo Järvinen - Feb 23 2008 - 06:05
On Sat, 23 Feb 2008 12:05:36 +0200 (EET) "Ilpo Järvinen"
linux-kernel - Andrew Morton - Feb 23 2008 - 14:21
On Sat, 23 Feb 2008 12:05:36 +0200 (EET) "Ilpo Järvinen"
linux-netdev - Andrew Morton - Feb 23 2008 - 14:21
... Remove page_cgroup pointer from struct page. > > This patch removes page_cgroup pointer from struct page and ... of this approach is we can remove 8(4) bytes from struct page. > ... as some amount of chunk. > This patch uses SECTION_SIZE as size of chunk ...
linux-kernel - Balbir Singh - Sep 12 2008 - 12:12
On May 14 2007 15:12, Bharata B Rao wrote: > >+struct dentry * d_lookup_single(struct dentry *parent, struct qstr *name) >+{ >+ struct dentry *dentry; >+ unsigned long seq; >+ >+ do { >+ seq = read_seqbegin(&rename_lock)
linux-kernel - Jan Engelhardt - May 15 2007 - 03:57
On Tue, May 15, 2007 at 09:57:24AM +0200, Jan Engelhardt wrote: > > On May 14 2007 15:12, Bharata B Rao wrote: > > > >+struct dentry * d_lookup_single(struct dentry *parent, struct qstr *name) > >+{ > >+ struct dentry *dentry; > >+ unsigned long
linux-kernel - Bharata B Rao - May 16 2007 - 01:08