Re: Linux 2.6.23.2

2007-11-17 Thread Krzysztof Halasa
Matt Mackall <[EMAIL PROTECTED]> writes:

> What is the proper encoding for a patch that contains hunks in
> multiple character sets?

8-bit binary encoding, the same for single charset patch - we don't
want mail systems to change the encoding.
Unfortunately you can't display anything like that inline I think.
That means email may be unreliable in such cases (except maybe when
both sides use UTF-8 and the patch contains only UTF-8), git/ftp/etc.
will be fine.
-- 
Krzysztof Halasa
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.23.2

2007-11-17 Thread Krzysztof Halasa
Matt Mackall [EMAIL PROTECTED] writes:

 What is the proper encoding for a patch that contains hunks in
 multiple character sets?

8-bit binary encoding, the same for single charset patch - we don't
want mail systems to change the encoding.
Unfortunately you can't display anything like that inline I think.
That means email may be unreliable in such cases (except maybe when
both sides use UTF-8 and the patch contains only UTF-8), git/ftp/etc.
will be fine.
-- 
Krzysztof Halasa
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.23.2

2007-11-16 Thread David Woodhouse
On Fri, 2007-11-16 at 13:57 -0600, Matt Mackall wrote:
> What is the proper encoding for a patch that contains hunks in
> multiple character sets?

That should only happen when we're fixing legacy crap to become UTF-8 --
and in that case, it's probably best to just handle it with a git-pull
rather than mailing patches around.

Normally, we should see only UTF-8 in patches.

-- 
dwmw2

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.23.2

2007-11-16 Thread Greg KH
On Fri, Nov 16, 2007 at 09:39:58PM +0200, Matti Aarnio wrote:
> On Fri, Nov 16, 2007 at 02:35:29PM -0500, Mark Lord wrote:
> > Greg Kroah-Hartman wrote:
> >> We (the -stable team) are announcing the release of the 2.6.23.2 kernel.
> >> It contains a number of bugfixes for the core kernel code.
> >> I'll also be replying to this message with a copy of the patch between
> >> 2.6.23.1 and 2.6.23.2
> > ..
> >> Tsugikazu Shibata (1):
> >>   HOWTO: update ja_JP/HOWTO with latest changes
> > ..
> >
> > So what is the magic command to apply this patch successfully?
> > It keeps rejecting the Documentation/ja_JP/HOWTO updates here.
> 
> Hammer GIT coders into sensibility to add proper MIME headers
> on these patch post.  Then, perhaps, things will just work.
> (and postmaster won't get tons of rejects..)

GIT was only involved in creating the raw patch, which was then
compressed with gzip, then uncompressed and directly included in vim
into a raw email message when then mutt sent out.

So, if the mime headers were wrong on the patch that I sent out, it is
mutts fault, not git.

If you are trying to apply the patch directly from somewhere else, where
did it come from?

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.23.2

2007-11-16 Thread Matt Mackall
On Fri, Nov 16, 2007 at 09:39:58PM +0200, Matti Aarnio wrote:
> On Fri, Nov 16, 2007 at 02:35:29PM -0500, Mark Lord wrote:
> > Greg Kroah-Hartman wrote:
> >> We (the -stable team) are announcing the release of the 2.6.23.2 kernel.
> >> It contains a number of bugfixes for the core kernel code.
> >> I'll also be replying to this message with a copy of the patch between
> >> 2.6.23.1 and 2.6.23.2
> > ..
> >> Tsugikazu Shibata (1):
> >>   HOWTO: update ja_JP/HOWTO with latest changes
> > ..
> >
> > So what is the magic command to apply this patch successfully?
> > It keeps rejecting the Documentation/ja_JP/HOWTO updates here.
> 
> Hammer GIT coders into sensibility to add proper MIME headers
> on these patch post.  Then, perhaps, things will just work.

What is the proper encoding for a patch that contains hunks in
multiple character sets?

-- 
Mathematics is the supreme nostalgia of our time.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.23.2

2007-11-16 Thread Matti Aarnio
On Fri, Nov 16, 2007 at 02:35:29PM -0500, Mark Lord wrote:
> Greg Kroah-Hartman wrote:
>> We (the -stable team) are announcing the release of the 2.6.23.2 kernel.
>> It contains a number of bugfixes for the core kernel code.
>> I'll also be replying to this message with a copy of the patch between
>> 2.6.23.1 and 2.6.23.2
> ..
>> Tsugikazu Shibata (1):
>>   HOWTO: update ja_JP/HOWTO with latest changes
> ..
>
> So what is the magic command to apply this patch successfully?
> It keeps rejecting the Documentation/ja_JP/HOWTO updates here.

Hammer GIT coders into sensibility to add proper MIME headers
on these patch post.  Then, perhaps, things will just work.
(and postmaster won't get tons of rejects..)

  /Matti Aarnio  -- one of  <[EMAIL PROTECTED]>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.23.2

2007-11-16 Thread Mark Lord

Greg Kroah-Hartman wrote:

We (the -stable team) are announcing the release of the 2.6.23.2 kernel.
It contains a number of bugfixes for the core kernel code.

I'll also be replying to this message with a copy of the patch between
2.6.23.1 and 2.6.23.2

..

Tsugikazu Shibata (1):
  HOWTO: update ja_JP/HOWTO with latest changes

..

So what is the magic command to apply this patch successfully?
It keeps rejecting the Documentation/ja_JP/HOWTO updates here.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.23.2

2007-11-16 Thread Greg Kroah-Hartman
diff --git a/Documentation/ja_JP/HOWTO b/Documentation/ja_JP/HOWTO
index 9f08dab..d9d832c 100644
--- a/Documentation/ja_JP/HOWTO
+++ b/Documentation/ja_JP/HOWTO
@@ -1,4 +1,4 @@
-??NOTE:
+NOTE:
 This is a version of Documentation/HOWTO translated into Japanese.
 This document is maintained by Tsugikazu Shibata <[EMAIL PROTECTED]>
 and the JF Project team .
@@ -11,14 +11,14 @@ for non English (read: Japanese) speakers and is not 
intended as a
 fork. So if you have any comments or updates for this file, please try
 to update the original English file first.
 
-Last Updated: 2007/07/18
+Last Updated: 2007/09/23
 ==
 
-linux-2.6.22/Documentation/HOWTO
+linux-2.6.23/Documentation/HOWTO
 
 
 ?? JF  < 
http://www.linux.or.jp/JF/ >
- 2007/07/16
+ 2007/09/19
  Tsugikazu Shibata 
   
    (Masanori Kobayasi) 
@@ -27,6 +27,7 @@ linux-2.6.22/Documentation/HOWTO
   (Kenji Noguchi) 
   (Takayoshi Kochi) 
   (iwamoto) 
+  (Satoshi Uchida) 
 ==
 
 Linux 
@@ -40,7 +41,7 @@ Linux 

 ??
 
 
??
-
+??
 
 
 -
@@ -59,7 +60,7 @@ Linux 

 
??
 
()??(:
 )??
 C 

-
+
  - "The C Programming Language" by Kernighan and Ritchie [Prentice Hall]
  
-2(B.W.
 ??/D.M. ?? 
??) []
  - "Practical C Programming" by Steve Oualline [O'Reilly]
@@ -76,7 +77,7 @@ Linux 

 

 C 
??
 
??
 
??gcc
 ?? info ??( info gcc )??
-??
+??
 
 
??
 

Re: Linux 2.6.23.2

2007-11-16 Thread Matt Mackall
On Fri, Nov 16, 2007 at 09:39:58PM +0200, Matti Aarnio wrote:
 On Fri, Nov 16, 2007 at 02:35:29PM -0500, Mark Lord wrote:
  Greg Kroah-Hartman wrote:
  We (the -stable team) are announcing the release of the 2.6.23.2 kernel.
  It contains a number of bugfixes for the core kernel code.
  I'll also be replying to this message with a copy of the patch between
  2.6.23.1 and 2.6.23.2
  ..
  Tsugikazu Shibata (1):
HOWTO: update ja_JP/HOWTO with latest changes
  ..
 
  So what is the magic command to apply this patch successfully?
  It keeps rejecting the Documentation/ja_JP/HOWTO updates here.
 
 Hammer GIT coders into sensibility to add proper MIME headers
 on these patch post.  Then, perhaps, things will just work.

What is the proper encoding for a patch that contains hunks in
multiple character sets?

-- 
Mathematics is the supreme nostalgia of our time.
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.23.2

2007-11-16 Thread Greg KH
On Fri, Nov 16, 2007 at 09:39:58PM +0200, Matti Aarnio wrote:
 On Fri, Nov 16, 2007 at 02:35:29PM -0500, Mark Lord wrote:
  Greg Kroah-Hartman wrote:
  We (the -stable team) are announcing the release of the 2.6.23.2 kernel.
  It contains a number of bugfixes for the core kernel code.
  I'll also be replying to this message with a copy of the patch between
  2.6.23.1 and 2.6.23.2
  ..
  Tsugikazu Shibata (1):
HOWTO: update ja_JP/HOWTO with latest changes
  ..
 
  So what is the magic command to apply this patch successfully?
  It keeps rejecting the Documentation/ja_JP/HOWTO updates here.
 
 Hammer GIT coders into sensibility to add proper MIME headers
 on these patch post.  Then, perhaps, things will just work.
 (and postmaster won't get tons of rejects..)

GIT was only involved in creating the raw patch, which was then
compressed with gzip, then uncompressed and directly included in vim
into a raw email message when then mutt sent out.

So, if the mime headers were wrong on the patch that I sent out, it is
mutts fault, not git.

If you are trying to apply the patch directly from somewhere else, where
did it come from?

thanks,

greg k-h
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.23.2

2007-11-16 Thread Greg Kroah-Hartman
diff --git a/Documentation/ja_JP/HOWTO b/Documentation/ja_JP/HOWTO
index 9f08dab..d9d832c 100644
--- a/Documentation/ja_JP/HOWTO
+++ b/Documentation/ja_JP/HOWTO
@@ -1,4 +1,4 @@
-??NOTE:
+NOTE:
 This is a version of Documentation/HOWTO translated into Japanese.
 This document is maintained by Tsugikazu Shibata [EMAIL PROTECTED]
 and the JF Project team www.linux.or.jp/JF.
@@ -11,14 +11,14 @@ for non English (read: Japanese) speakers and is not 
intended as a
 fork. So if you have any comments or updates for this file, please try
 to update the original English file first.
 
-Last Updated: 2007/07/18
+Last Updated: 2007/09/23
 ==
 
-linux-2.6.22/Documentation/HOWTO
+linux-2.6.23/Documentation/HOWTO
 
 
 ?? JF   
http://www.linux.or.jp/JF/ 
- 2007/07/16
+ 2007/09/19
  Tsugikazu Shibata tshibata at ab dot jp dot nec dot 
com
   nbh--mats at nifty dot com
    (Masanori Kobayasi) zap03216 
at nifty dot ne dot jp
@@ -27,6 +27,7 @@ linux-2.6.22/Documentation/HOWTO
   (Kenji Noguchi) tokyo246 at gmail dot com
   (Takayoshi Kochi) t-kochi at bq dot jp dot 
nec dot com
   (iwamoto) iwamoto.kn at ncos dot nec dot co 
dot jp
+  (Satoshi Uchida) s-uchida at ap dot jp dot 
nec dot com
 ==
 
 Linux 
@@ -40,7 +41,7 @@ Linux 

 ??
 
 
??
-
+??
 
 
 -
@@ -59,7 +60,7 @@ Linux 

 
??
 
()??(:
 )??
 C 

-
+
  - The C Programming Language by Kernighan and Ritchie [Prentice Hall]
  
-2(B.W.
 ??/D.M. ?? 
??) []
  - Practical C Programming by Steve Oualline [O'Reilly]
@@ -76,7 +77,7 @@ Linux 

 

 C 
??
 
??
 
??gcc
 ?? info ??( info gcc )??
-??
+??
 
 

Re: Linux 2.6.23.2

2007-11-16 Thread Mark Lord

Greg Kroah-Hartman wrote:

We (the -stable team) are announcing the release of the 2.6.23.2 kernel.
It contains a number of bugfixes for the core kernel code.

I'll also be replying to this message with a copy of the patch between
2.6.23.1 and 2.6.23.2

..

Tsugikazu Shibata (1):
  HOWTO: update ja_JP/HOWTO with latest changes

..

So what is the magic command to apply this patch successfully?
It keeps rejecting the Documentation/ja_JP/HOWTO updates here.
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.23.2

2007-11-16 Thread Matti Aarnio
On Fri, Nov 16, 2007 at 02:35:29PM -0500, Mark Lord wrote:
 Greg Kroah-Hartman wrote:
 We (the -stable team) are announcing the release of the 2.6.23.2 kernel.
 It contains a number of bugfixes for the core kernel code.
 I'll also be replying to this message with a copy of the patch between
 2.6.23.1 and 2.6.23.2
 ..
 Tsugikazu Shibata (1):
   HOWTO: update ja_JP/HOWTO with latest changes
 ..

 So what is the magic command to apply this patch successfully?
 It keeps rejecting the Documentation/ja_JP/HOWTO updates here.

Hammer GIT coders into sensibility to add proper MIME headers
on these patch post.  Then, perhaps, things will just work.
(and postmaster won't get tons of rejects..)

  /Matti Aarnio  -- one of  [EMAIL PROTECTED]
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: Linux 2.6.23.2

2007-11-16 Thread David Woodhouse
On Fri, 2007-11-16 at 13:57 -0600, Matt Mackall wrote:
 What is the proper encoding for a patch that contains hunks in
 multiple character sets?

That should only happen when we're fixing legacy crap to become UTF-8 --
and in that case, it's probably best to just handle it with a git-pull
rather than mailing patches around.

Normally, we should see only UTF-8 in patches.

-- 
dwmw2

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/