All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL REQUEST] UniCore32 update for 3.15-rc7
@ 2014-05-29  8:19 guanxuetao
  2014-06-02 15:02 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: guanxuetao @ 2014-05-29  8:19 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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

The following changes since commit f2159d1e99612ceb94bf9a2dc2fbca409d828b1b:
  Linus Torvalds (1):
        Merge tag 'sound-3.15-rc8' of git://git.kernel.org/.../tiwai/sound

are available in the git repository at:

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

Chen Gang (17):
      arch/unicore32/kernel/ksyms.c: remove several undefined exported symbols
      arch/unicore32/kernel/module.c: use __vmalloc_node_range() instead of __vmalloc_area()
      arch/unicore32/kernel/clock.c: add readl() and writel() for 'PM_' macros
      arch/unicore32/mm/alignment.c: include "asm/pgtable.h" to avoid compiling error
      arch/unicore32/include/asm/ptrace.h: add generic definition for profile_pc()
      arch/unicore32/include/asm/io.h: add readl_relaxed() generic definition
      drivers/rtc/rtc-puv3.c: use dev_dbg() instead of dev_debug() for typo issue
      drivers/rtc/rtc-puv3.c: remove "&dev->" for typo issue MIME-Version: 1.0
      arch/unicore32/kernel/ksyms.c: remove 2 export symbols to avoid compiling failure
      arch: unicore32: kernel: ksyms: remove 'bswapsi2' and 'muldi3' to avoid compiling failure
      drivers: scsi: mvsas: fix compiling issue by adding 'MVS_' for "enum pci_interrupt_cause"
      arch/unicore32/kernel/setup.c: add generic 'screen_info' to avoid compiling failure
      unicore32: include: asm: add missing ')' for PAGE_* macros in pgtable.h
      arch:unicore32:mm: add devmem_is_allowed() to support STRICT_DEVMEM
      arch: unicore32: ksyms: export additional find_first_*() to avoid compiling failure
      arch: unicore32: ksyms: export 'pm_power_off' to avoid compiling failure.
      arch: unicore32: ksyms: export '__cpuc_coherent_kern_range' to avoid compiling failure

Guan Xuetao (1):
      UniCore32: Change git tree location information in MAINTAINERS

Zhichuang SUN (1):
      drivers/video/fbdev/fb-puv3.c: Add header files for function unifb_mmap

 MAINTAINERS                          |    4 +-
 arch/unicore32/include/asm/io.h      |   27 ++++++++++++++++
 arch/unicore32/include/asm/pgtable.h |   10 +++---
 arch/unicore32/include/asm/ptrace.h  |    1 +
 arch/unicore32/kernel/clock.c        |    8 ++--
 arch/unicore32/kernel/ksyms.c        |   41 +-----------------------
 arch/unicore32/kernel/ksyms.h        |    2 -
 arch/unicore32/kernel/module.c       |   11 ++-----
 arch/unicore32/kernel/process.c      |    1 +
 arch/unicore32/kernel/setup.c        |    4 ++
 arch/unicore32/mm/alignment.c        |    1 +
 arch/unicore32/mm/proc-syms.c        |    2 +
 drivers/rtc/rtc-puv3.c               |    4 +-
 drivers/scsi/mvsas/mv_94xx.c         |   10 +++---
 drivers/scsi/mvsas/mv_94xx.h         |   58 +++++++++++++++++-----------------
 drivers/video/fbdev/fb-puv3.c        |    2 +
 16 files changed, 90 insertions(+), 96 deletions(-)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIbBAEBAgAGBQJThuzIAAoJENFylnOm3dTbBOEP+M+dTEQdovyc2u9PyDhiJeg5
wuid6ZmliuPomCCG1CuimfYZ3mqBlXnwmofLaTStbVGANO1ibOdyyyzPEptoaOXk
MLoQcIpW7b3wleXwFtKoq+gRCQNMLQcH3v4UfM9cYYQm6fpXCkmNoD/7FCAAngym
4DQhAihJ2oqjxusIrhmlaPtx9GG0BIFHR5XKZgP/CpzdWyCcyim/YVrmrMovvXxT
UkGc2lfxqp66Pc29uTE8EzW9gFe9LCs0NN1bBy80DTOhHkr2JT4Y6dvm/68ugfnI
0OeN6pI/2BzwuudgixBKEL+KW7MWbzQQlS8a9ussqLnFYWXteCFHtYC2P0NJwJTe
OVgaJLiXsWtDuKAuzJkQfiP0NmFJlGCi9Z5kn4QeMURns+eTZAUY0O8+D8oDXPPp
14CtgO7OEwoPpCoBRyei5vW/P3rfbCIbvlbTkFkWB39/Y3vPXIcTiViUv1Wc0NjF
dJuxAhteM8MUUCrFkYNokiEFaJRA+S5Etw8wJieYTPE08t0niRO1VuECp4UWVm+4
72pZlNi7uq2GQQ7+8jSDuLAtSkURwn1ZRoFmTnmsCa/27RcGAVgjNYb9QjxpaPf6
giW+buhRhuHcVtd+iROU4vXzWklEE+Xlsl94ldoaNirPIW2jh+R/GPPL1rWzO3h+
HzMswTfyIz06rgEIYAM=
=pk0J
-----END PGP SIGNATURE-----

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

* Re: [GIT PULL REQUEST] UniCore32 update for 3.15-rc7
  2014-05-29  8:19 [GIT PULL REQUEST] UniCore32 update for 3.15-rc7 guanxuetao
@ 2014-06-02 15:02 ` Linus Torvalds
  2014-06-03  6:53   ` Xuetao Guan 
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2014-06-02 15:02 UTC (permalink / raw)
  To: guanxuetao; +Cc: Linux Kernel Mailing List

On Thu, May 29, 2014 at 1:19 AM, guanxuetao <guanxuetao@mprc.pku.edu.cn> wrote:
>
>   git://github.com/gxt/linux.git unicore32

Guan, this isn't the usual signed tag I see from you, and when it
comes from a public hosting place like github, I _really_ want to see
the stuff I pull being signed. I realize that the email itself has a
gpg signature, but since there are no sane ways to actually verify
email signatures (or save them in git if you were to use one of the
baroque few email clients that do), that doesn't exactly help..

             Linus

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

* Re: Re: [GIT PULL REQUEST] UniCore32 update for 3.15-rc7
  2014-06-02 15:02 ` Linus Torvalds
@ 2014-06-03  6:53   ` Xuetao Guan 
  0 siblings, 0 replies; 3+ messages in thread
From: Xuetao Guan  @ 2014-06-03  6:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: guanxuetao, Linux Kernel Mailing List

Sorry, I think I used an old version git (v 1.7.0.4), and its request-pull command
used branch name instead of tag name.

I'll resend GIT PULL email.

Thanks,
Xuetao Guan

----- Linus Torvalds <torvalds@linux-foundation.org> 写道:
> On Thu, May 29, 2014 at 1:19 AM, guanxuetao <guanxuetao@mprc.pku.edu.cn> wrote:
> >
> >   git://github.com/gxt/linux.git unicore32
> 
> Guan, this isn't the usual signed tag I see from you, and when it
> comes from a public hosting place like github, I _really_ want to see
> the stuff I pull being signed. I realize that the email itself has a
> gpg signature, but since there are no sane ways to actually verify
> email signatures (or save them in git if you were to use one of the
> baroque few email clients that do), that doesn't exactly help..
> 
>              Linus


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

end of thread, other threads:[~2014-06-03  6:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-29  8:19 [GIT PULL REQUEST] UniCore32 update for 3.15-rc7 guanxuetao
2014-06-02 15:02 ` Linus Torvalds
2014-06-03  6:53   ` Xuetao Guan 

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.