linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL REQUEST] UniCore32 update for v3.7-rc4
@ 2012-11-13  6:38 guanxuetao
  0 siblings, 0 replies; 6+ messages in thread
From: guanxuetao @ 2012-11-13  6:38 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The following changes since commit 0e4a43ed08e2f44aa7b96aa95d0a540d675483e1:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../steve/gfs2-3.0-fixes

are available in the git repository at:

  git://github.com/gxt/linux.git unicore32

Al Viro (2):
      unicore32: switch to generic kernel_thread()/kernel_execve()
      unicore32: switch to generic sys_execve()

David Howells (1):
      UAPI: (Scripted) Disintegrate arch/unicore32/include/asm

Guan Xuetao (4):
      UniCore32 bugfix: add missed CONFIG_ZONE_DMA
      UniCore32-bugfix: fix mismatch return value of __xchg_bad_pointer
      UniCore32-bugfix: Remove definitions in asm/bug.h to solve difference between native and cross compiler
      unicore32: Use Kbuild infrastructure for kvm_para.h

Kautuk Consul (1):
      unicore32/mm/fault.c: Port OOM changes to do_pf

Kees Cook (1):
      arch/unicore32: remove CONFIG_EXPERIMENTAL

 arch/unicore32/Kconfig                             |    7 ++-
 arch/unicore32/include/asm/Kbuild                  |    1 -
 arch/unicore32/include/asm/bug.h                   |    5 -
 arch/unicore32/include/asm/cmpxchg.h               |    2 +-
 arch/unicore32/include/asm/kvm_para.h              |    1 -
 arch/unicore32/include/asm/processor.h             |    5 -
 arch/unicore32/include/asm/ptrace.h                |   76 +----------------
 arch/unicore32/include/uapi/asm/Kbuild             |    7 ++
 arch/unicore32/include/{ => uapi}/asm/byteorder.h  |    0
 arch/unicore32/include/uapi/asm/ptrace.h           |   90 ++++++++++++++++++++
 arch/unicore32/include/{ => uapi}/asm/sigcontext.h |    0
 arch/unicore32/include/{ => uapi}/asm/unistd.h     |    1 +
 arch/unicore32/kernel/entry.S                      |   20 ++---
 arch/unicore32/kernel/process.c                    |   58 +++----------
 arch/unicore32/kernel/setup.h                      |    6 ++
 arch/unicore32/kernel/sys.c                        |   63 --------------
 arch/unicore32/mm/fault.c                          |   37 ++++++--
 17 files changed, 160 insertions(+), 219 deletions(-)
 delete mode 100644 arch/unicore32/include/asm/kvm_para.h
 rename arch/unicore32/include/{ => uapi}/asm/byteorder.h (100%)
 create mode 100644 arch/unicore32/include/uapi/asm/ptrace.h
 rename arch/unicore32/include/{ => uapi}/asm/sigcontext.h (100%)
 rename arch/unicore32/include/{ => uapi}/asm/unistd.h (92%)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBAgAGBQJQoeryAAoJENFylnOm3dTb0AUQAL0YxduSqFJHM7mvyTzfhedM
jw0nHoOvA+5N50t4uHmcqoto8R2VY5eTsho7rInKsURilFzwU7SNZBzHQ9cmHX5p
ljO5l5gxMMvTa3SYG0jRBhw1DgeVeHBpuPPfCEproJ5EOIFEFuDUvyUPKNcyEoRV
Ey3QZy4RTfe9DnKwBboqi80pN4Gl6E25VWGz3LnhaFzQXxUyZbm0kycuF1BGWu3F
TUubRs/OMYArNwq4LgZvcFs/7SrsJNSZ4f6wUnobYgJoBhe+Q5W3OS99JNb7PDuY
fxvJQJnbFfYlzk87U1slDTZk+Z7rMJ2sBfguBO13EOtc6DvZeaXMnaiW+HK6CSRW
dSpolVJ7CvCDXP2cFLn3ThMhM8gv0A/XnXnZ7h33zmXNC7HyZq6iMDoq4aqcClko
0LcJwypu1j5c0doQG/mVoiQje7un17pTY9yUNrgR4Ni4v9/Rq6NVy9ksckwEpS7i
g3QhdGtDPDD9zv/YLFId8GX+JbPC2QE2qVaEufj95YAD6AUJVgmqjZiRYKyw+RnY
cdMljswDa4iZC7/dOdOm5hR959Xtc2/XWAG735iWtb99VThgJzanim3pAZi1m+6z
Wp3Heil4IIcCXKdmIsjIeaVINYg00xQto+6+KTFYhtdRn/B6DUNS0+SmstrHVsld
eGUBUqfSFJiBLUIYeFbV
=MPI3
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL REQUEST] UniCore32 update for v3.7-rc4
@ 2012-11-13  6:49 Guan Xuetao
  0 siblings, 0 replies; 6+ messages in thread
From: Guan Xuetao @ 2012-11-13  6:49 UTC (permalink / raw)
  To: 'Linus Torvalds', 'Guan'
  Cc: 'Linux Kernel Mailing List'



> -----邮件原件-----
> 发件人: linus971@gmail.com [mailto:linus971@gmail.com] 代表 Linus Torvalds
> 发送时间: 2012年11月11日 20:23
> 收件人: Guan
> 抄送: Linux Kernel Mailing List
> 主题: Re: [GIT PULL REQUEST] UniCore32 update for v3.7-rc4
> 
> Did you do the "request-pull" *after* you had done all the above?
> 
> The ..BRANCH.NOT.VERIFIED.. implies that the request-pull couldn't
> find the particular tag.

I see. I've forgotten to push the new branch into the github.

Thanks & Regards,
Guan Xuetao

> 
> Also, if you have an older version of git, you need to tell
> request-pull explicitly that it is a tag, by saying "tags/for-linus"
> rather than just "for-linus". Newer versions of git don't need that.
> 
>               Linus
> 
> On Sun, Nov 11, 2012 at 1:06 PM,  <guanxuetao@mprc.pku.edu.cn> wrote:
> >> On Fri, Nov 9, 2012 at 10:35 AM, guanxuetao <guanxuetao@mprc.pku.edu.cn>
> >> wrote:
> >>>
> >>>   git://github.com/gxt/linux.git ..BRANCH.NOT.VERIFIED..
> >>
> >> Let's try that again. With you checking what you send me. I hope
> >> there's a signed tag somewhere, but the above certainly isn't that..
> >>
> >>              Linus
> >>
> >
> > I used following command to generate a signed tag.
> >   'git tag for-linus -s -u gxt@mprc.pku.edu.cn'
> > Then, I pushed this tag into github.com by:
> >   'git push github -f --tags'
> > Finally, I checked github repo, and tag 'for-linus' can be found.
> >
> > Could you tell me what's wrong with my operation?
> >
> > Thanks & Regards,
> > Guan Xuetao


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

* Re: [GIT PULL REQUEST] UniCore32 update for v3.7-rc4
  2012-11-11 12:06   ` guanxuetao
@ 2012-11-11 12:23     ` Linus Torvalds
  0 siblings, 0 replies; 6+ messages in thread
From: Linus Torvalds @ 2012-11-11 12:23 UTC (permalink / raw)
  To: Guan; +Cc: Linux Kernel Mailing List

Did you do the "request-pull" *after* you had done all the above?

The ..BRANCH.NOT.VERIFIED.. implies that the request-pull couldn't
find the particular tag.

Also, if you have an older version of git, you need to tell
request-pull explicitly that it is a tag, by saying "tags/for-linus"
rather than just "for-linus". Newer versions of git don't need that.

              Linus

On Sun, Nov 11, 2012 at 1:06 PM,  <guanxuetao@mprc.pku.edu.cn> wrote:
>> On Fri, Nov 9, 2012 at 10:35 AM, guanxuetao <guanxuetao@mprc.pku.edu.cn>
>> wrote:
>>>
>>>   git://github.com/gxt/linux.git ..BRANCH.NOT.VERIFIED..
>>
>> Let's try that again. With you checking what you send me. I hope
>> there's a signed tag somewhere, but the above certainly isn't that..
>>
>>              Linus
>>
>
> I used following command to generate a signed tag.
>   'git tag for-linus -s -u gxt@mprc.pku.edu.cn'
> Then, I pushed this tag into github.com by:
>   'git push github -f --tags'
> Finally, I checked github repo, and tag 'for-linus' can be found.
>
> Could you tell me what's wrong with my operation?
>
> Thanks & Regards,
> Guan Xuetao

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

* Re: [GIT PULL REQUEST] UniCore32 update for v3.7-rc4
  2012-11-09 20:24 ` Linus Torvalds
@ 2012-11-11 12:06   ` guanxuetao
  2012-11-11 12:23     ` Linus Torvalds
  0 siblings, 1 reply; 6+ messages in thread
From: guanxuetao @ 2012-11-11 12:06 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: guanxuetao, Linux Kernel Mailing List

> On Fri, Nov 9, 2012 at 10:35 AM, guanxuetao <guanxuetao@mprc.pku.edu.cn>
> wrote:
>>
>>   git://github.com/gxt/linux.git ..BRANCH.NOT.VERIFIED..
>
> Let's try that again. With you checking what you send me. I hope
> there's a signed tag somewhere, but the above certainly isn't that..
>
>              Linus
>

I used following command to generate a signed tag.
  'git tag for-linus -s -u gxt@mprc.pku.edu.cn'
Then, I pushed this tag into github.com by:
  'git push github -f --tags'
Finally, I checked github repo, and tag 'for-linus' can be found.

Could you tell me what's wrong with my operation?

Thanks & Regards,
Guan Xuetao

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

* Re: [GIT PULL REQUEST] UniCore32 update for v3.7-rc4
  2012-11-09  9:35 guanxuetao
@ 2012-11-09 20:24 ` Linus Torvalds
  2012-11-11 12:06   ` guanxuetao
  0 siblings, 1 reply; 6+ messages in thread
From: Linus Torvalds @ 2012-11-09 20:24 UTC (permalink / raw)
  To: guanxuetao; +Cc: Linux Kernel Mailing List

On Fri, Nov 9, 2012 at 10:35 AM, guanxuetao <guanxuetao@mprc.pku.edu.cn> wrote:
>
>   git://github.com/gxt/linux.git ..BRANCH.NOT.VERIFIED..

Let's try that again. With you checking what you send me. I hope
there's a signed tag somewhere, but the above certainly isn't that..

             Linus

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

* [GIT PULL REQUEST] UniCore32 update for v3.7-rc4
@ 2012-11-09  9:35 guanxuetao
  2012-11-09 20:24 ` Linus Torvalds
  0 siblings, 1 reply; 6+ messages in thread
From: guanxuetao @ 2012-11-09  9:35 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The following changes since commit 0e4a43ed08e2f44aa7b96aa95d0a540d675483e1:
  Linus Torvalds (1):
        Merge git://git.kernel.org/.../steve/gfs2-3.0-fixes

are available in the git repository at:

  git://github.com/gxt/linux.git ..BRANCH.NOT.VERIFIED..

Al Viro (2):
      unicore32: switch to generic kernel_thread()/kernel_execve()
      unicore32: switch to generic sys_execve()

David Howells (1):
      UAPI: (Scripted) Disintegrate arch/unicore32/include/asm

Guan Xuetao (4):
      UniCore32 bugfix: add missed CONFIG_ZONE_DMA
      UniCore32-bugfix: fix mismatch return value of __xchg_bad_pointer
      UniCore32-bugfix: Remove definitions in asm/bug.h to solve difference between native and cross compiler
      unicore32: Use Kbuild infrastructure for kvm_para.h

Kautuk Consul (1):
      unicore32/mm/fault.c: Port OOM changes to do_pf

Kees Cook (1):
      arch/unicore32: remove CONFIG_EXPERIMENTAL

 arch/unicore32/Kconfig                             |    7 ++-
 arch/unicore32/include/asm/Kbuild                  |    1 -
 arch/unicore32/include/asm/bug.h                   |    5 -
 arch/unicore32/include/asm/cmpxchg.h               |    2 +-
 arch/unicore32/include/asm/kvm_para.h              |    1 -
 arch/unicore32/include/asm/processor.h             |    5 -
 arch/unicore32/include/asm/ptrace.h                |   76 +----------------
 arch/unicore32/include/uapi/asm/Kbuild             |    7 ++
 arch/unicore32/include/{ => uapi}/asm/byteorder.h  |    0
 arch/unicore32/include/uapi/asm/ptrace.h           |   90 ++++++++++++++++++++
 arch/unicore32/include/{ => uapi}/asm/sigcontext.h |    0
 arch/unicore32/include/{ => uapi}/asm/unistd.h     |    1 +
 arch/unicore32/kernel/entry.S                      |   20 ++---
 arch/unicore32/kernel/process.c                    |   58 +++----------
 arch/unicore32/kernel/setup.h                      |    6 ++
 arch/unicore32/kernel/sys.c                        |   63 --------------
 arch/unicore32/mm/fault.c                          |   37 ++++++--
 17 files changed, 160 insertions(+), 219 deletions(-)
 delete mode 100644 arch/unicore32/include/asm/kvm_para.h
 rename arch/unicore32/include/{ => uapi}/asm/byteorder.h (100%)
 create mode 100644 arch/unicore32/include/uapi/asm/ptrace.h
 rename arch/unicore32/include/{ => uapi}/asm/sigcontext.h (100%)
 rename arch/unicore32/include/{ => uapi}/asm/unistd.h (92%)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBAgAGBQJQnM5BAAoJENFylnOm3dTb9aoP/in4QBnMN/+lO2JaiMw4aIAI
CkWKfNCg47NHo1D53ZlOH9kCulIrM4bH3uOXwnnGtHDfvlOaX/BdxOKkqEpovv0r
DJXRzQVuGsbTW2A94AQZYDqOUlgHraO4WvAqQeItoEwZqQUptsHHz36ICgLpUGur
CUAtTWeZ14b3xndY4QEUTThUno+cvIu+J6cDOTTXGcOGqfTSkI7EuKSdAVsAPf9K
RaxLGw+k0OekZmcaLNCLH1B+T2GRskNF5UhTLnb8Sa2gcxGwc2sNoPmm0B+Tj6bC
lS2BneX1LWkWEkisl94rZK7T0OirCzr5bXsgSAChVpykf5biN6SBXjQUtV660yGy
yP/vdWDu4ISrqv625v/CKj8Ar476SEkCljKZZ0m2mUWoPBrFAt3N7+KnLUAZXYtd
tsFx/vvWb15Z6PZktLDfcR47ypEd7nf3/FY8h8OvvZg4GJOW+NxIEOHA/ZOXUV+7
yQObEv7+40kB+ZLOBkPy2gDhUIwAsXvaAnj6HB8zFsC9Z3W5tl94vn9RkGiW+6P6
rd3qNgqmHsXBFLsARq2Ct9dP2O6GE3D90EMMq78iP0mE5Ow37KjAmKxWwJSd9KCB
WnDt1rSzsKcmayIMFgVFWJy8dG9rUANaZvIdl/vrqA0tsYcs/3f0lEcwn1/7/maS
qsHCm+R2kL757t/qF2G/
=b4YB
-----END PGP SIGNATURE-----

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

end of thread, other threads:[~2012-11-13  6:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-13  6:38 [GIT PULL REQUEST] UniCore32 update for v3.7-rc4 guanxuetao
  -- strict thread matches above, loose matches on Subject: below --
2012-11-13  6:49 Guan Xuetao
2012-11-09  9:35 guanxuetao
2012-11-09 20:24 ` Linus Torvalds
2012-11-11 12:06   ` guanxuetao
2012-11-11 12:23     ` Linus Torvalds

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).