linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Git PULL] score: Fix exception handler label
@ 2015-05-31 17:24 Lennox Wu
  2015-06-02 15:16 ` Guenter Roeck
  0 siblings, 1 reply; 3+ messages in thread
From: Lennox Wu @ 2015-05-31 17:24 UTC (permalink / raw)
  To: linux-kernel, torvalds

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

The following changes since commit 792498003dadf060aa92abde007e7803f55e145b:

  Linux 4.1-rc5 (2015-05-31 23:32:58 +0800)

are available in the git repository at:

  git://github.com/sctscore/linux-off.git
a5c6e73c15d95980a54996350068524b7da55976

for you to fetch changes up to a5c6e73c15d95980a54996350068524b7da55976:

  score: Fix exception handler label (2015-05-31 23:33:00 +0800)

----------------------------------------------------------------
Guenter Roeck (1):
      score: Fix exception handler label

 arch/score/lib/string.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

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

* Re: [Git PULL] score: Fix exception handler label
  2015-05-31 17:24 [Git PULL] score: Fix exception handler label Lennox Wu
@ 2015-06-02 15:16 ` Guenter Roeck
  2015-06-04  7:31   ` Lennox Wu
  0 siblings, 1 reply; 3+ messages in thread
From: Guenter Roeck @ 2015-06-02 15:16 UTC (permalink / raw)
  To: Lennox Wu; +Cc: linux-kernel, torvalds

On Mon, Jun 01, 2015 at 01:24:05AM +0800, Lennox Wu wrote:
> The following changes since commit 792498003dadf060aa92abde007e7803f55e145b:
> 
>   Linux 4.1-rc5 (2015-05-31 23:32:58 +0800)
> 
> are available in the git repository at:
> 
>   git://github.com/sctscore/linux-off.git
> a5c6e73c15d95980a54996350068524b7da55976
> 
> for you to fetch changes up to a5c6e73c15d95980a54996350068524b7da55976:
> 
>   score: Fix exception handler label (2015-05-31 23:33:00 +0800)
> 
> ----------------------------------------------------------------
> Guenter Roeck (1):
>       score: Fix exception handler label
> 
>  arch/score/lib/string.S | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
Hi,

gpg says

[-- PGP output follows (current time: Tue 02 Jun 2015 08:02:40 AM PDT) --]
gpg: Signature made Sun 31 May 2015 10:24:10 AM PDT using RSA key ID 2180C65C
gpg: Good signature from "Lennox Wu <lennox.wu@gmail.com>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 2662 FB4C 0995 7459 79FA  5037 DF7C E3EC 2180 C65C
[-- End of PGP output --]

Can you get someone to sign your key ?

Also, the history in your tree does not match with the upstream history.

Your tree:

792498003dad Linux 4.1-rc5

upstream:

ba155e2d21f6 Linux 4.1-rc5

No idea what happened, but it is not entirely surprising that Linus
did not accept your pull request.

Guenter

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

* Re: [Git PULL] score: Fix exception handler label
  2015-06-02 15:16 ` Guenter Roeck
@ 2015-06-04  7:31   ` Lennox Wu
  0 siblings, 0 replies; 3+ messages in thread
From: Lennox Wu @ 2015-06-04  7:31 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: open list

mm...I also don't know what happened, I will reissue a request this weekend.
Best,
Lennox


2015-06-02 23:16 GMT+08:00 Guenter Roeck <linux@roeck-us.net>:
> On Mon, Jun 01, 2015 at 01:24:05AM +0800, Lennox Wu wrote:
>> The following changes since commit 792498003dadf060aa92abde007e7803f55e145b:
>>
>>   Linux 4.1-rc5 (2015-05-31 23:32:58 +0800)
>>
>> are available in the git repository at:
>>
>>   git://github.com/sctscore/linux-off.git
>> a5c6e73c15d95980a54996350068524b7da55976
>>
>> for you to fetch changes up to a5c6e73c15d95980a54996350068524b7da55976:
>>
>>   score: Fix exception handler label (2015-05-31 23:33:00 +0800)
>>
>> ----------------------------------------------------------------
>> Guenter Roeck (1):
>>       score: Fix exception handler label
>>
>>  arch/score/lib/string.S | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
> Hi,
>
> gpg says
>
> [-- PGP output follows (current time: Tue 02 Jun 2015 08:02:40 AM PDT) --]
> gpg: Signature made Sun 31 May 2015 10:24:10 AM PDT using RSA key ID 2180C65C
> gpg: Good signature from "Lennox Wu <lennox.wu@gmail.com>"
> gpg: WARNING: This key is not certified with a trusted signature!
> gpg:          There is no indication that the signature belongs to the owner.
> Primary key fingerprint: 2662 FB4C 0995 7459 79FA  5037 DF7C E3EC 2180 C65C
> [-- End of PGP output --]
>
> Can you get someone to sign your key ?
>
> Also, the history in your tree does not match with the upstream history.
>
> Your tree:
>
> 792498003dad Linux 4.1-rc5
>
> upstream:
>
> ba155e2d21f6 Linux 4.1-rc5
>
> No idea what happened, but it is not entirely surprising that Linus
> did not accept your pull request.
>
> Guenter

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

end of thread, other threads:[~2015-06-04  7:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-31 17:24 [Git PULL] score: Fix exception handler label Lennox Wu
2015-06-02 15:16 ` Guenter Roeck
2015-06-04  7:31   ` Lennox Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).