Prev: [PATCH] Staging: dt3155: fix different address spaces noise in dt3155_drv.c
Next: 2.6.35-rc2-git1 - net/mac80211/sta_info.c:125 invoked rcu_dereference_check() without protection!
From: Michal Simek on 7 Jun 2010 14:30 Hi Linus, here are only fixes for Microblaze. There is no any new features. (flush_dcache_page patch fix problem on WB system) Just note: Some new patches broke Microblaze arch that's why I would like to add at least these patches to your tree. Thanks, Michal The following changes since commit 386f40c86d6c8d5b717ef20620af1a750d0dacb4: Linus Torvalds (1): Revert "tty: fix a little bug in scrup, vt.c" are available in the git repository at: git://git.monstr.eu/linux-2.6-microblaze.git next Michal Simek (7): microblaze: Fix __copy_to/from_user_inatomic macros microblaze: Sync noMMU and MMU setup_memory microblaze: Fix comment for TLB microblaze: Implement flush_dcache_page macro microblaze: Enable NEED_SG_DMA_LENGTH microblaze: Remove unused label microblaze: Define ARCH_SLAB_MINALIGN arch/microblaze/Kconfig | 3 +++ arch/microblaze/include/asm/cacheflush.h | 13 +++++++++---- arch/microblaze/include/asm/page.h | 2 ++ arch/microblaze/include/asm/uaccess.h | 4 ++-- arch/microblaze/kernel/misc.S | 2 +- arch/microblaze/mm/fault.c | 1 - arch/microblaze/mm/init.c | 7 +------ 7 files changed, 18 insertions(+), 14 deletions(-) -- Michal Simek, Ing. (M.Eng) PetaLogix - Linux Solutions for a Reconfigurable World w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |