lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 27 Jul 2009 09:08:46 +0200
From:	Michal Simek <monstr@...str.eu>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
CC:	Ingo Molnar <mingo@...e.hu>,
	Linux Kernel list <linux-kernel@...r.kernel.org>
Subject: Re: [GIT PULL] arch/microblaze fixes for 2.6.31-rc5

Hi Linus,

I forget to remove one my commit (microblaze: Export memcpy, memmove for ASM optimized code)
I updated fixes-for-linus branch.
Please pull these changes.

Sorry for confusion.
Thanks,
Michal



The following changes since commit 4be3bd7849165e7efa6b0b35a23d6a3598d97465:
  Linus Torvalds (1):
        Linux 2.6.31-rc4

are available in the git repository at:

  git://git.monstr.eu/linux-2.6-microblaze.git fixes-for-linus

Arnd Bergmann (1):
      microblaze: remove sys_ipc

Huang Weiyi (1):
      microblaze: remove duplicated #include

John Williams (2):
      microblaze: Final support for statically linked DTB
      microblaze: Get module loading working

Michal Simek (11):
      microblaze: Define tlb_flush macro
      microblaze: Add messages about FDT blob
      microblaze: Not to clear r7 after copying DTB to kernel
      microblaze: Clear print messages for DTB passing via r7
      microblaze: Fix put_user macro for 64bits arguments
      microblaze: Add _PAGE_FILE macros to pgtable.h
      microblaze: Fix do_page_fault for no context
      microblaze: Detect new Microblaze 7.20 versions
      microblaze: Support unaligned address for put/get_user macros
      microblaze: Add support for R_MICROBLAZE_64_NONE
      microblaze: Typo fix for cpu param inconsistency

Sam Ravnborg (1):
      microblaze: Makefile cleanup

 arch/microblaze/Makefile                      |   35 ++++----
 arch/microblaze/include/asm/io.h              |    1 -
 arch/microblaze/include/asm/pgtable.h         |    6 +-
 arch/microblaze/include/asm/prom.h            |   23 +++---
 arch/microblaze/include/asm/tlb.h             |    2 +-
 arch/microblaze/include/asm/uaccess.h         |    2 +-
 arch/microblaze/kernel/Makefile               |    2 +-
 arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c |    2 +-
 arch/microblaze/kernel/cpu/cpuinfo-static.c   |    2 +-
 arch/microblaze/kernel/cpu/cpuinfo.c          |    2 +
 arch/microblaze/kernel/head.S                 |   17 +++-
 arch/microblaze/kernel/hw_exception_handler.S |  109 +++++++++++--------------
 arch/microblaze/kernel/module.c               |   19 +++-
 arch/microblaze/kernel/setup.c                |    8 ++-
 arch/microblaze/kernel/sys_microblaze.c       |   99 ----------------------
 arch/microblaze/kernel/syscall_table.S        |    2 +-
 arch/microblaze/mm/fault.c                    |   15 +---
 17 files changed, 126 insertions(+), 220 deletions(-)



Michal Simek wrote:
> Hi Linus,
> 
> please pull the following changes.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit 4be3bd7849165e7efa6b0b35a23d6a3598d97465:
>   Linus Torvalds (1):
>         Linux 2.6.31-rc4
> 
> are available in the git repository at:
> 
>   git://git.monstr.eu/linux-2.6-microblaze.git fixes-for-linus
> 
> Arnd Bergmann (1):
>       microblaze: remove sys_ipc
> 
> Huang Weiyi (1):
>       microblaze: remove duplicated #include
> 
> John Williams (2):
>       microblaze: Final support for statically linked DTB
>       microblaze: Get module loading working
> 
> Michal Simek (12):
>       microblaze: Define tlb_flush macro
>       microblaze: Add messages about FDT blob
>       microblaze: Not to clear r7 after copying DTB to kernel
>       microblaze: Clear print messages for DTB passing via r7
>       microblaze: Fix put_user macro for 64bits arguments
>       microblaze: Add _PAGE_FILE macros to pgtable.h
>       microblaze: Fix do_page_fault for no context
>       microblaze: Detect new Microblaze 7.20 versions
>       microblaze: Export memcpy, memmove for ASM optimized code
>       microblaze: Support unaligned address for put/get_user macros
>       microblaze: Add support for R_MICROBLAZE_64_NONE
>       microblaze: Typo fix for cpu param inconsistency
> 
> Sam Ravnborg (1):
>       microblaze: Makefile cleanup
> 
>  arch/microblaze/Makefile                      |   35 ++++----
>  arch/microblaze/include/asm/io.h              |    1 -
>  arch/microblaze/include/asm/pgtable.h         |    6 +-
>  arch/microblaze/include/asm/prom.h            |   23 +++---
>  arch/microblaze/include/asm/tlb.h             |    2 +-
>  arch/microblaze/include/asm/uaccess.h         |    2 +-
>  arch/microblaze/kernel/Makefile               |    2 +-
>  arch/microblaze/kernel/cpu/cpuinfo-pvr-full.c |    2 +-
>  arch/microblaze/kernel/cpu/cpuinfo-static.c   |    2 +-
>  arch/microblaze/kernel/cpu/cpuinfo.c          |    2 +
>  arch/microblaze/kernel/head.S                 |   17 +++-
>  arch/microblaze/kernel/hw_exception_handler.S |  109
> +++++++++++--------------
>  arch/microblaze/kernel/microblaze_ksyms.c     |    7 ++
>  arch/microblaze/kernel/module.c               |   19 +++-
>  arch/microblaze/kernel/setup.c                |    8 ++-
>  arch/microblaze/kernel/sys_microblaze.c       |   99 ----------------------
>  arch/microblaze/kernel/syscall_table.S        |    2 +-
>  arch/microblaze/mm/fault.c                    |   15 +---
>  18 files changed, 133 insertions(+), 220 deletions(-)
> 
> 
> 

-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ