mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] S+core Architecture : fix bugs for compiling and support necessary functions
@ 2013-09-14  9:42 Lennox Wu
  2013-09-16  5:06 ` Guenter Roeck
  0 siblings, 1 reply; 5+ messages in thread
From: Lennox Wu @ 2013-09-14  9:42 UTC (permalink / raw)
  To: linux-kernel; +Cc: liqin.linux

Hi Linus,
Please pull these updates for S+core architecture. These updates include
updating information of maintainers, fix some trivial errors, and add
a necessary function for supporting ipv6.

The following changes since commit bdbdfdef5766c2a60185e946df242f1bc0d37c09

Merge tag 'hwmon-for-linus' of
git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
(Fri Sep 13 10:58:41 2013 -0700)

on

git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git


For you to fetch changes up to 969f99168b9dff2f6cc07cdf14255178d4397c4f

git@github.com:sctscore/official-linux.git tags/branch-linus-20130914

Best,
Lennox Wu

-----------------------------------------------
Summary these commits:
1. Fix some trivial errors for successfully compiling the latest
version Linux kernel.
2. Provide necessary function for support IPV6.
3. Update the information of maintainers.
------------------------------------------------
Lennox Wu (8):
score : Update the information of Score maintainers
score : Implement the function csum_ipv6_magic
score : arch/score/kernel/entry.S: fix wrong instructions
score : arch/score/kernel/process.c : fix some typos
score : Modify the MAKEFILE of Score

 MAINTAINERS                       |    4 +-
 arch/score/Kconfig                |    4 ++
 arch/score/Makefile               |    4 +-
 arch/score/include/asm/checksum.h |   93 ++++++++++++++++++++-----------------
 arch/score/include/asm/io.h       |    1 -
 arch/score/include/asm/pgalloc.h  |    2 +-
 arch/score/kernel/entry.S         |    4 +-
 arch/score/kernel/process.c       |    4 +-
 8 files changed, 64 insertions(+), 52 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] S+core Architecture : fix bugs for compiling and support necessary functions
  2013-09-14  9:42 [GIT PULL] S+core Architecture : fix bugs for compiling and support necessary functions Lennox Wu
@ 2013-09-16  5:06 ` Guenter Roeck
  2013-09-16  6:02   ` Lennox Wu
  0 siblings, 1 reply; 5+ messages in thread
From: Guenter Roeck @ 2013-09-16  5:06 UTC (permalink / raw)
  To: Lennox Wu; +Cc: linux-kernel, liqin.linux, torvalds

On Sat, Sep 14, 2013 at 05:42:07PM +0800, Lennox Wu wrote:
> Hi Linus,
> Please pull these updates for S+core architecture. These updates include
> updating information of maintainers, fix some trivial errors, and add
> a necessary function for supporting ipv6.
> 
> The following changes since commit bdbdfdef5766c2a60185e946df242f1bc0d37c09
> 
> Merge tag 'hwmon-for-linus' of
> git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
> (Fri Sep 13 10:58:41 2013 -0700)
> 
> on
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> 
> 
> For you to fetch changes up to 969f99168b9dff2f6cc07cdf14255178d4397c4f
> 
> git@github.com:sctscore/official-linux.git tags/branch-linus-20130914
> 
> Best,
> Lennox Wu
> 
Your e-mail is not signed. You don't even have a pgp key as far as
I can see, at least not one associated with your e-mail address.
How do you expect anyone to establish your identity ?

In addition to that, the tag in your repository is not signed and
does not contain a summary of your changes. Your patches do not
have a Signed-off-by: tag. The pull message below appears to be
hand-edited and does not match an auto-generated pull request
(which should have given you a hint that the commit logs have
a problem).

You did not even copy Linus on this e-mail. Do you really think
he would even notice your pull request, much less apply it ?

Guenter

> -----------------------------------------------
> Summary these commits:
> 1. Fix some trivial errors for successfully compiling the latest
> version Linux kernel.
> 2. Provide necessary function for support IPV6.
> 3. Update the information of maintainers.
> ------------------------------------------------
> Lennox Wu (8):
> score : Update the information of Score maintainers
> score : Implement the function csum_ipv6_magic
> score : arch/score/kernel/entry.S: fix wrong instructions
> score : arch/score/kernel/process.c : fix some typos
> score : Modify the MAKEFILE of Score
> 
>  MAINTAINERS                       |    4 +-
>  arch/score/Kconfig                |    4 ++
>  arch/score/Makefile               |    4 +-
>  arch/score/include/asm/checksum.h |   93 ++++++++++++++++++++-----------------
>  arch/score/include/asm/io.h       |    1 -
>  arch/score/include/asm/pgalloc.h  |    2 +-
>  arch/score/kernel/entry.S         |    4 +-
>  arch/score/kernel/process.c       |    4 +-
>  8 files changed, 64 insertions(+), 52 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
> 
> 
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] S+core Architecture : fix bugs for compiling and support necessary functions
  2013-09-16  5:06 ` Guenter Roeck
@ 2013-09-16  6:02   ` Lennox Wu
  2013-09-18  3:42     ` Lennox Wu
  0 siblings, 1 reply; 5+ messages in thread
From: Lennox Wu @ 2013-09-16  6:02 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: linux-kernel, liqin.linux, Linus Torvalds

OK, thanks for your reminding, most the format is referenced from
other git pull requests, however, I still miss something, I will fix
them.

How detailed content shold a summary have? I indeed have made some
summary in the commits. Could you give me an example?

About why I didn't send a copy to Linus. Because the document
SubmittingPatches has no this rule. I indeed notice that  many git
pull requests sent a copy to Linus, but I think I should follow the
documented rule. If it is a new rule, thanks for telling me the rule
,and maybe the document should be added this rule.
Adopt this rule...
"
5) Select e-mail destination.
Look through the MAINTAINERS file and the source code, and determine
if your change applies to a specific subsystem of the kernel, with
an assigned maintainer.  If so, e-mail that person.  The script
scripts/get_maintainer.pl can be very useful at this step.
If no maintainer is listed, or the maintainer does not respond, send
your patch to the primary Linux kernel developer's mailing list,
linux-kernel@vger.kernel.org.  Most kernel developers monitor this
e-mail list, and can comment on your changes.

Do not send more than 15 patches at once to the vger mailing lists!!!

Linus Torvalds is the final arbiter of all changes accepted into the
Linux kernel.  His e-mail address is <torvalds@linux-foundation.org>.
He gets a lot of e-mail, so typically you should do your best to -avoid-
sending him e-mail.
"

Anyway, I appreciate your notifiction and I will fix this errors.

Best,
Lennox


2013/9/16 Guenter Roeck <linux@roeck-us.net>:
> On Sat, Sep 14, 2013 at 05:42:07PM +0800, Lennox Wu wrote:
>> Hi Linus,
>> Please pull these updates for S+core architecture. These updates include
>> updating information of maintainers, fix some trivial errors, and add
>> a necessary function for supporting ipv6.
>>
>> The following changes since commit bdbdfdef5766c2a60185e946df242f1bc0d37c09
>>
>> Merge tag 'hwmon-for-linus' of
>> git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
>> (Fri Sep 13 10:58:41 2013 -0700)
>>
>> on
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>>
>>
>> For you to fetch changes up to 969f99168b9dff2f6cc07cdf14255178d4397c4f
>>
>> git@github.com:sctscore/official-linux.git tags/branch-linus-20130914
>>
>> Best,
>> Lennox Wu
>>
> Your e-mail is not signed. You don't even have a pgp key as far as
> I can see, at least not one associated with your e-mail address.
> How do you expect anyone to establish your identity ?
>
> In addition to that, the tag in your repository is not signed and
> does not contain a summary of your changes. Your patches do not
> have a Signed-off-by: tag. The pull message below appears to be
> hand-edited and does not match an auto-generated pull request
> (which should have given you a hint that the commit logs have
> a problem).
>
> You did not even copy Linus on this e-mail. Do you really think
> he would even notice your pull request, much less apply it ?
>
> Guenter
>
>> -----------------------------------------------
>> Summary these commits:
>> 1. Fix some trivial errors for successfully compiling the latest
>> version Linux kernel.
>> 2. Provide necessary function for support IPV6.
>> 3. Update the information of maintainers.
>> ------------------------------------------------
>> Lennox Wu (8):
>> score : Update the information of Score maintainers
>> score : Implement the function csum_ipv6_magic
>> score : arch/score/kernel/entry.S: fix wrong instructions
>> score : arch/score/kernel/process.c : fix some typos
>> score : Modify the MAKEFILE of Score
>>
>>  MAINTAINERS                       |    4 +-
>>  arch/score/Kconfig                |    4 ++
>>  arch/score/Makefile               |    4 +-
>>  arch/score/include/asm/checksum.h |   93 ++++++++++++++++++++-----------------
>>  arch/score/include/asm/io.h       |    1 -
>>  arch/score/include/asm/pgalloc.h  |    2 +-
>>  arch/score/kernel/entry.S         |    4 +-
>>  arch/score/kernel/process.c       |    4 +-
>>  8 files changed, 64 insertions(+), 52 deletions(-)
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>> Please read the FAQ at  http://www.tux.org/lkml/
>>
>>
>>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] S+core Architecture : fix bugs for compiling and support necessary functions
  2013-09-16  6:02   ` Lennox Wu
@ 2013-09-18  3:42     ` Lennox Wu
  2013-09-18  3:48       ` Guenter Roeck
  0 siblings, 1 reply; 5+ messages in thread
From: Lennox Wu @ 2013-09-18  3:42 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: linux-kernel, liqin.linux

Hi Guenter,
What does the "e-mail is not signed" mean? I try to search some
information, but I still do not understand what you say.

Best,
Lennox

2013/9/16 Lennox Wu <lennox.wu@gmail.com>:
> OK, thanks for your reminding, most the format is referenced from
> other git pull requests, however, I still miss something, I will fix
> them.
>
> How detailed content shold a summary have? I indeed have made some
> summary in the commits. Could you give me an example?
>
> About why I didn't send a copy to Linus. Because the document
> SubmittingPatches has no this rule. I indeed notice that  many git
> pull requests sent a copy to Linus, but I think I should follow the
> documented rule. If it is a new rule, thanks for telling me the rule
> ,and maybe the document should be added this rule.
> Adopt this rule...
> "
> 5) Select e-mail destination.
> Look through the MAINTAINERS file and the source code, and determine
> if your change applies to a specific subsystem of the kernel, with
> an assigned maintainer.  If so, e-mail that person.  The script
> scripts/get_maintainer.pl can be very useful at this step.
> If no maintainer is listed, or the maintainer does not respond, send
> your patch to the primary Linux kernel developer's mailing list,
> linux-kernel@vger.kernel.org.  Most kernel developers monitor this
> e-mail list, and can comment on your changes.
>
> Do not send more than 15 patches at once to the vger mailing lists!!!
>
> Linus Torvalds is the final arbiter of all changes accepted into the
> Linux kernel.  His e-mail address is <torvalds@linux-foundation.org>.
> He gets a lot of e-mail, so typically you should do your best to -avoid-
> sending him e-mail.
> "
>
> Anyway, I appreciate your notifiction and I will fix this errors.
>
> Best,
> Lennox
>
>
> 2013/9/16 Guenter Roeck <linux@roeck-us.net>:
>> On Sat, Sep 14, 2013 at 05:42:07PM +0800, Lennox Wu wrote:
>>> Hi Linus,
>>> Please pull these updates for S+core architecture. These updates include
>>> updating information of maintainers, fix some trivial errors, and add
>>> a necessary function for supporting ipv6.
>>>
>>> The following changes since commit bdbdfdef5766c2a60185e946df242f1bc0d37c09
>>>
>>> Merge tag 'hwmon-for-linus' of
>>> git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
>>> (Fri Sep 13 10:58:41 2013 -0700)
>>>
>>> on
>>>
>>> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
>>>
>>>
>>> For you to fetch changes up to 969f99168b9dff2f6cc07cdf14255178d4397c4f
>>>
>>> git@github.com:sctscore/official-linux.git tags/branch-linus-20130914
>>>
>>> Best,
>>> Lennox Wu
>>>
>> Your e-mail is not signed. You don't even have a pgp key as far as
>> I can see, at least not one associated with your e-mail address.
>> How do you expect anyone to establish your identity ?
>>
>> In addition to that, the tag in your repository is not signed and
>> does not contain a summary of your changes. Your patches do not
>> have a Signed-off-by: tag. The pull message below appears to be
>> hand-edited and does not match an auto-generated pull request
>> (which should have given you a hint that the commit logs have
>> a problem).
>>
>> You did not even copy Linus on this e-mail. Do you really think
>> he would even notice your pull request, much less apply it ?
>>
>> Guenter
>>
>>> -----------------------------------------------
>>> Summary these commits:
>>> 1. Fix some trivial errors for successfully compiling the latest
>>> version Linux kernel.
>>> 2. Provide necessary function for support IPV6.
>>> 3. Update the information of maintainers.
>>> ------------------------------------------------
>>> Lennox Wu (8):
>>> score : Update the information of Score maintainers
>>> score : Implement the function csum_ipv6_magic
>>> score : arch/score/kernel/entry.S: fix wrong instructions
>>> score : arch/score/kernel/process.c : fix some typos
>>> score : Modify the MAKEFILE of Score
>>>
>>>  MAINTAINERS                       |    4 +-
>>>  arch/score/Kconfig                |    4 ++
>>>  arch/score/Makefile               |    4 +-
>>>  arch/score/include/asm/checksum.h |   93 ++++++++++++++++++++-----------------
>>>  arch/score/include/asm/io.h       |    1 -
>>>  arch/score/include/asm/pgalloc.h  |    2 +-
>>>  arch/score/kernel/entry.S         |    4 +-
>>>  arch/score/kernel/process.c       |    4 +-
>>>  8 files changed, 64 insertions(+), 52 deletions(-)
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>> Please read the FAQ at  http://www.tux.org/lkml/
>>>
>>>
>>>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [GIT PULL] S+core Architecture : fix bugs for compiling and support necessary functions
  2013-09-18  3:42     ` Lennox Wu
@ 2013-09-18  3:48       ` Guenter Roeck
  0 siblings, 0 replies; 5+ messages in thread
From: Guenter Roeck @ 2013-09-18  3:48 UTC (permalink / raw)
  To: Lennox Wu; +Cc: linux-kernel, liqin.linux

[-- Attachment #1: Type: text/plain, Size: 5242 bytes --]

On Wed, Sep 18, 2013 at 11:42:54AM +0800, Lennox Wu wrote:
> Hi Guenter,
> What does the "e-mail is not signed" mean? I try to search some
> information, but I still do not understand what you say.
> 
This is a signed e-mail. It guarantees that it is from me and not from an
arbitrary person calling himself Guenter Roeck.

Guenter

> Best,
> Lennox
> 
> 2013/9/16 Lennox Wu <lennox.wu@gmail.com>:
> > OK, thanks for your reminding, most the format is referenced from
> > other git pull requests, however, I still miss something, I will fix
> > them.
> >
> > How detailed content shold a summary have? I indeed have made some
> > summary in the commits. Could you give me an example?
> >
> > About why I didn't send a copy to Linus. Because the document
> > SubmittingPatches has no this rule. I indeed notice that  many git
> > pull requests sent a copy to Linus, but I think I should follow the
> > documented rule. If it is a new rule, thanks for telling me the rule
> > ,and maybe the document should be added this rule.
> > Adopt this rule...
> > "
> > 5) Select e-mail destination.
> > Look through the MAINTAINERS file and the source code, and determine
> > if your change applies to a specific subsystem of the kernel, with
> > an assigned maintainer.  If so, e-mail that person.  The script
> > scripts/get_maintainer.pl can be very useful at this step.
> > If no maintainer is listed, or the maintainer does not respond, send
> > your patch to the primary Linux kernel developer's mailing list,
> > linux-kernel@vger.kernel.org.  Most kernel developers monitor this
> > e-mail list, and can comment on your changes.
> >
> > Do not send more than 15 patches at once to the vger mailing lists!!!
> >
> > Linus Torvalds is the final arbiter of all changes accepted into the
> > Linux kernel.  His e-mail address is <torvalds@linux-foundation.org>.
> > He gets a lot of e-mail, so typically you should do your best to -avoid-
> > sending him e-mail.
> > "
> >
> > Anyway, I appreciate your notifiction and I will fix this errors.
> >
> > Best,
> > Lennox
> >
> >
> > 2013/9/16 Guenter Roeck <linux@roeck-us.net>:
> >> On Sat, Sep 14, 2013 at 05:42:07PM +0800, Lennox Wu wrote:
> >>> Hi Linus,
> >>> Please pull these updates for S+core architecture. These updates include
> >>> updating information of maintainers, fix some trivial errors, and add
> >>> a necessary function for supporting ipv6.
> >>>
> >>> The following changes since commit bdbdfdef5766c2a60185e946df242f1bc0d37c09
> >>>
> >>> Merge tag 'hwmon-for-linus' of
> >>> git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
> >>> (Fri Sep 13 10:58:41 2013 -0700)
> >>>
> >>> on
> >>>
> >>> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
> >>>
> >>>
> >>> For you to fetch changes up to 969f99168b9dff2f6cc07cdf14255178d4397c4f
> >>>
> >>> git@github.com:sctscore/official-linux.git tags/branch-linus-20130914
> >>>
> >>> Best,
> >>> Lennox Wu
> >>>
> >> Your e-mail is not signed. You don't even have a pgp key as far as
> >> I can see, at least not one associated with your e-mail address.
> >> How do you expect anyone to establish your identity ?
> >>
> >> In addition to that, the tag in your repository is not signed and
> >> does not contain a summary of your changes. Your patches do not
> >> have a Signed-off-by: tag. The pull message below appears to be
> >> hand-edited and does not match an auto-generated pull request
> >> (which should have given you a hint that the commit logs have
> >> a problem).
> >>
> >> You did not even copy Linus on this e-mail. Do you really think
> >> he would even notice your pull request, much less apply it ?
> >>
> >> Guenter
> >>
> >>> -----------------------------------------------
> >>> Summary these commits:
> >>> 1. Fix some trivial errors for successfully compiling the latest
> >>> version Linux kernel.
> >>> 2. Provide necessary function for support IPV6.
> >>> 3. Update the information of maintainers.
> >>> ------------------------------------------------
> >>> Lennox Wu (8):
> >>> score : Update the information of Score maintainers
> >>> score : Implement the function csum_ipv6_magic
> >>> score : arch/score/kernel/entry.S: fix wrong instructions
> >>> score : arch/score/kernel/process.c : fix some typos
> >>> score : Modify the MAKEFILE of Score
> >>>
> >>>  MAINTAINERS                       |    4 +-
> >>>  arch/score/Kconfig                |    4 ++
> >>>  arch/score/Makefile               |    4 +-
> >>>  arch/score/include/asm/checksum.h |   93 ++++++++++++++++++++-----------------
> >>>  arch/score/include/asm/io.h       |    1 -
> >>>  arch/score/include/asm/pgalloc.h  |    2 +-
> >>>  arch/score/kernel/entry.S         |    4 +-
> >>>  arch/score/kernel/process.c       |    4 +-
> >>>  8 files changed, 64 insertions(+), 52 deletions(-)
> >>> --
> >>> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> >>> the body of a message to majordomo@vger.kernel.org
> >>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> >>> Please read the FAQ at  http://www.tux.org/lkml/
> >>>
> >>>
> >>>
> 

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-09-18  3:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-14  9:42 [GIT PULL] S+core Architecture : fix bugs for compiling and support necessary functions Lennox Wu
2013-09-16  5:06 ` Guenter Roeck
2013-09-16  6:02   ` Lennox Wu
2013-09-18  3:42     ` Lennox Wu
2013-09-18  3:48       ` Guenter Roeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®