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>] [day] [month] [year] [list]
Date:	Thu, 01 Apr 2010 08:49:14 +0200
From:	Michal Simek <monstr@...str.eu>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
CC:	LKML <linux-kernel@...r.kernel.org>,
	John Williams <john.williams@...alogix.com>
Subject: [GIT PULL] arch/microblaze fixes for 2.6.34-rc4

Hi Linus,

please pull the following changes.

Thanks,
Michal



The following changes since commit 2eaa9cfdf33b8d7fb7aff27792192e0019ae8fc6:
   Linus Torvalds (1):
         Linux 2.6.34-rc3

are available in the git repository at:

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

Arun Bhanu (3):
       microblaze: Add a missing single quote to make 'make help' happy
       microblaze: Fix Makefile to delete build generated files
       microblaze: Makefile cleanups

Michal Simek (31):
       microblaze: Remove memset in free_init_pages
       microblaze: Remove segment.h
       microblaze: Move exception_table_entry upward
       microblaze: move noMMU __range_ok function to uaccess.h
       microblaze: uaccess: fix clean user macro
       microblaze: uaccess: fix __get_user_asm macro
       microblaze: uaccess: fix put_user and get_user macros
       microblaze: uaccess: sync put/get/clear_user macros
       microblaze: uaccess: copy_to_user unification
       microblaze: uaccess: fix copy_from_user macro
       microblaze: uaccess: Fix strncpy_from_user function
       microblaze: uaccess: fix clear_user for noMMU kernel
       microblaze: uaccess: Fix get_user macro for noMMU
       microblaze: uaccess: Fix put_user for noMMU
       microblaze: uaccess: Move functions to generic location
       microblaze: uaccess: Unify __copy_tofrom_user
       microblaze: uaccess: Sync strlen, strnlen, copy_to/from_user
       microblaze: Support systems without lmb bram
       microblaze: Add DEBUG option
       microblaze: Prepare work for optimization in exception code
       microblaze: Change register usage for ESR and EAR
       microblaze: Remove additional resr and rear loading
       microblaze: Use instruction with delay slot
       microblaze: Fix TLB macros
       microblaze: Add .type and .size to ASM functions
       microblaze: Adding likely macros
       microblaze: Kconfig Fix - pci
       microblaze: Use MICROBLAZE_TLB_SIZE in asm code
       microblaze: head.S typo fix
       microblaze: Print early printk information to log buffer
       microblaze: Support word copying in copy_tofrom_user

Steven J. Magnani (1):
       microblaze: Fix "kstack=" parsing

  arch/microblaze/Kconfig                       |    3 -
  arch/microblaze/Makefile                      |    4 +-
  arch/microblaze/boot/Makefile                 |    6 +-
  arch/microblaze/include/asm/processor.h       |    1 -
  arch/microblaze/include/asm/segment.h         |   49 ---
  arch/microblaze/include/asm/thread_info.h     |    5 +-
  arch/microblaze/include/asm/tlbflush.h        |    3 +-
  arch/microblaze/include/asm/uaccess.h         |  447 
++++++++++++++-----------
  arch/microblaze/kernel/dma.c                  |    2 +-
  arch/microblaze/kernel/head.S                 |   12 +-
  arch/microblaze/kernel/hw_exception_handler.S |  112 +++----
  arch/microblaze/kernel/misc.S                 |   15 +-
  arch/microblaze/kernel/process.c              |   10 +-
  arch/microblaze/kernel/setup.c                |   24 +-
  arch/microblaze/kernel/traps.c                |    6 +-
  arch/microblaze/lib/Makefile                  |    3 +-
  arch/microblaze/lib/fastcopy.S                |    6 +-
  arch/microblaze/lib/memcpy.c                  |    2 +-
  arch/microblaze/lib/memset.c                  |   15 +-
  arch/microblaze/lib/uaccess.c                 |   48 ---
  arch/microblaze/lib/uaccess_old.S             |   45 ++-
  arch/microblaze/mm/fault.c                    |   24 +-
  arch/microblaze/mm/init.c                     |    9 -
  arch/microblaze/mm/pgtable.c                  |    2 +-
  24 files changed, 407 insertions(+), 446 deletions(-)
  delete mode 100644 arch/microblaze/include/asm/segment.h
  delete mode 100644 arch/microblaze/lib/uaccess.c



-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel 2.6 Microblaze Linux - http://www.monstr.eu/fdt/
Microblaze U-BOOT custodian
--
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