public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] arch/microblaze fixes for 2.6.35-rc3
@ 2010-06-07 13:53 Michal Simek
  2010-06-07 17:54 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Simek @ 2010-06-07 13:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

Hi Linus,

please pull the following changes. There are two changes out of 
arch/microblaze folder. The first disables FRAME_POINTER selection.
The second change is in asm-generic/atomic.h which change 
local_irq_save/restore to raw_local_irq_save/restore because of irqsoff 
tracer. I am not sure about other archs but Microblaze needs it.

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 (12):
       microblaze: Fix __copy_to/from_user_inatomic macros
       microblaze: Fix copy_to_user_page macro
       microblaze: Disable FRAME_POINTER selection
       microblaze: Sync noMMU and MMU setup_memory
       microblaze: Fix comment for TLB
       microblaze: Fix sys_clone syscall
       microblaze: Implement flush_dcache_page macro
       microblaze: Trace hardirqs
       microblaze: Enable NEED_SG_DMA_LENGTH
       microblaze: Remove unused label
       microblaze: Define ARCH_SLAB_MINALIGN
       asm-generic: Use raw_local_irq_save/restore instead 
local_irq_save/restore

Steven J. Magnani (2):
       microblaze: add stack unwinder
       microblaze: allow PAGE_SIZE configuration

  arch/microblaze/Kconfig                       |   33 +++
  arch/microblaze/include/asm/cacheflush.h      |   18 +-
  arch/microblaze/include/asm/elf.h             |    2 +-
  arch/microblaze/include/asm/exceptions.h      |    5 +
  arch/microblaze/include/asm/page.h            |   14 +-
  arch/microblaze/include/asm/system.h          |    1 -
  arch/microblaze/include/asm/uaccess.h         |    4 +-
  arch/microblaze/include/asm/unwind.h          |   29 +++
  arch/microblaze/kernel/Makefile               |    2 +-
  arch/microblaze/kernel/cpu/mb.c               |    1 +
  arch/microblaze/kernel/entry-nommu.S          |   28 +++
  arch/microblaze/kernel/entry.S                |   41 +++-
  arch/microblaze/kernel/head.S                 |    4 +-
  arch/microblaze/kernel/hw_exception_handler.S |    4 +-
  arch/microblaze/kernel/irq.c                  |    2 +
  arch/microblaze/kernel/misc.S                 |    2 +-
  arch/microblaze/kernel/ptrace.c               |   17 ++-
  arch/microblaze/kernel/stacktrace.c           |   44 +---
  arch/microblaze/kernel/traps.c                |   91 +++----
  arch/microblaze/kernel/unwind.c               |  318 
+++++++++++++++++++++++++
  arch/microblaze/kernel/vmlinux.lds.S          |   12 +-
  arch/microblaze/mm/fault.c                    |    1 -
  arch/microblaze/mm/init.c                     |    7 +-
  include/asm-generic/atomic.h                  |   12 +-
  lib/Kconfig.debug                             |    6 +-
  25 files changed, 560 insertions(+), 138 deletions(-)
  create mode 100644 arch/microblaze/include/asm/unwind.h
  create mode 100644 arch/microblaze/kernel/unwind.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

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

* Re: [GIT PULL] arch/microblaze fixes for 2.6.35-rc3
  2010-06-07 13:53 [GIT PULL] arch/microblaze fixes for 2.6.35-rc3 Michal Simek
@ 2010-06-07 17:54 ` Linus Torvalds
  2010-06-07 18:13   ` Michal Simek
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2010-06-07 17:54 UTC (permalink / raw)
  To: Michal Simek; +Cc: LKML



On Mon, 7 Jun 2010, Michal Simek wrote:
> 
> please pull the following changes.

No. See my -rc2 announcement. Also, this has clearly not even been tested, 
since it's been rebased on top of a recent commit.

So I'm being a hard-ass this time around. I don't care what subsystem it 
is, I want pull requests to follow the after-merge-window rules. 
Regressions, security bugs, and major oopses. Not just random changes.

			Linus

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

* Re: [GIT PULL] arch/microblaze fixes for 2.6.35-rc3
  2010-06-07 17:54 ` Linus Torvalds
@ 2010-06-07 18:13   ` Michal Simek
  0 siblings, 0 replies; 3+ messages in thread
From: Michal Simek @ 2010-06-07 18:13 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

Linus Torvalds wrote:
> 
> On Mon, 7 Jun 2010, Michal Simek wrote:
>> please pull the following changes.
> 
> No. See my -rc2 announcement. Also, this has clearly not even been tested, 
> since it's been rebased on top of a recent commit.
> 
> So I'm being a hard-ass this time around. I don't care what subsystem it 
> is, I want pull requests to follow the after-merge-window rules. 
> Regressions, security bugs, and major oopses. Not just random changes.

ok. No problem. There is only 2-3 patches which bring new functionality.
The rest is bug fixes. I am going to send next pull request just with fixes.

Michal

> 
> 			Linus


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

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

end of thread, other threads:[~2010-06-07 18:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-07 13:53 [GIT PULL] arch/microblaze fixes for 2.6.35-rc3 Michal Simek
2010-06-07 17:54 ` Linus Torvalds
2010-06-07 18:13   ` Michal Simek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox