All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Simek <michal.simek@petalogix.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: monstr@monstr.eu, linux-kernel@vger.kernel.org,
	microblaze-uclinux@itee.uq.edu.au, Ingo Molnar <mingo@elte.hu>,
	David Howells <dhowells@redhat.com>
Subject: Re: Microblaze fixes for revision
Date: Tue, 21 Apr 2009 08:30:42 +0200	[thread overview]
Message-ID: <49ED6812.8020904@petalogix.com> (raw)
In-Reply-To: <20090420133125.3615a80d.akpm@linux-foundation.org>

Andrew Morton wrote:
> On Thu, 16 Apr 2009 11:56:27 +0200
> monstr@monstr.eu wrote:
>
>   
>> here are some patches which fixed some minor things.
>>     
>
> How are microblaze patches getting into Linus's tree?
>   
I created two branches in git as Ingo suggested me.
1. for-linus -> this branch stores new features which comes to next
merge open window
2. fixes-for-linus -> this branch stores fixes which come to rc version

I asked Linus for pulling it to his tree. I think rc3 will be soon - the
changes which I sent for
reviewing to LKML are OK (except Kconfig patch 11/11 - which I removed
for now) - they are ready
in fixes-for-linus branch.
I'll write next pull request - some days after rc3.

> An appropriate route would be for you to ask him to pull the git tree. 
> I could send them (as I do with alpha, uml and maybe others), but
> that's more a last-resort way of maintaining an architecture.
>   
I think that my maintaining will be good for you and all.

> The microblaze git tree should be included in linux-next.  Please
> prepare a branch and send the info over to Stephen Rothwell
> <sfr@canb.auug.org.au> and linux-next@vger.kernel.org to get that all
> set up.
>   
OK. I will contact him to sort this things.

> For these particular patches: officially, 2.6.30-rcN is in bugfix-only
> mode.  But as microblaze is newly-added in 2.6.30 I think it's OK to
> put non-bugfixes into 2.6.30 as well - we might as well get the
> architecture as up-to-date as possible for the 2.6.30 release.
>   
Thanks but I don't need to add new feature now.
I am solving some problems with romfs which comes with David's romfs changes

And I am preparing MMU Microblaze patches which I want to send to review
to LKML soon. I have there only some things to solve (like add
__uClinux__ to headers). I tested it with LTP and the results are good.
I would like to have ACKs and add it in next merge open window.

Thanks,
Michal

> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>   


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


      reply	other threads:[~2009-04-21  6:30 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-16  9:56 Microblaze fixes for revision monstr
2009-04-16  9:56 ` [PATCH 01/11] microblaze: Remove unneded per cpu SYSCALL_SAVE variable monstr
2009-04-16  9:56   ` [PATCH 02/11] microblaze: Remove while(1) loop from show_regs function monstr
2009-04-17  2:25     ` [microblaze-uclinux] " John Williams
2009-04-16  9:56   ` [PATCH 03/11] microblaze: Remove uncache shadow condition monstr
2009-04-16  9:56   ` [PATCH 04/11] microblaze: Rename kernel_mode to pt_mode in pt_regs monstr
2009-04-16  9:56   ` [PATCH 05/11] microblaze: Move task_pt_regs up monstr
2009-04-16  9:56   ` [PATCH 06/11] microblaze: Remove sparse error in traps.c monstr
2009-04-17  4:55     ` [microblaze-uclinux] " John Williams
2009-04-16  9:56   ` [PATCH 07/11] microblaze: Add missing declaration for die and _exception func monstr
2009-04-17  4:55     ` [microblaze-uclinux] " John Williams
2009-04-16  9:56   ` [PATCH 08/11] microblaze: Add missing preadv and pwritev syscalls monstr
2009-04-17  4:56     ` [microblaze-uclinux] " John Williams
2009-04-16  9:56   ` [PATCH 09/11] microblaze: Move start_thread to process.c monstr
2009-04-17  4:57     ` [microblaze-uclinux] " John Williams
2009-04-16  9:56   ` [PATCH 10/11] microblaze: Remove redundant variable monstr
2009-04-17  4:57     ` [microblaze-uclinux] " John Williams
2009-04-16  9:56   ` [PATCH 11/11] microblaze: Kconfig: Enable drivers for Microblaze monstr
2009-04-17  5:01     ` [microblaze-uclinux] " John Williams
2009-04-17  6:52       ` Grant Likely
2009-04-17 17:21         ` Stephen Neuendorffer
2009-04-17 17:06     ` Stephen Neuendorffer
2009-04-18  5:49       ` Grant Likely
2009-04-18  5:49         ` Grant Likely
2009-04-19  2:41         ` Stephen Neuendorffer
2009-04-19 23:03           ` John Williams
2009-04-19 23:03             ` John Williams
2009-04-20  5:51             ` Stephen Neuendorffer
     [not found]             ` <977C41F842E66D4CB2E41332313B6150069D3D27@XSJ-EXCHVS1.xlnx.xilinx.com>
2009-04-20 14:36               ` John Linn
2009-04-20 14:36                 ` John Linn
2009-04-20 14:48                 ` Grant Likely
2009-04-20 14:48                   ` Grant Likely
2009-04-21  2:24                   ` John Williams
2009-04-21  2:24                     ` John Williams
2009-04-24 10:49                     ` Arnd Bergmann
2009-04-19  9:25         ` who know's what is "TestFloat cases" and how to test this feature on the Freescale MPC8536DS board derekzheng
2009-04-19  9:25           ` derekzheng
2009-04-19 16:40           ` Kumar Gala
2009-04-20  5:29             ` zhengxiang9
2009-04-20  7:41           ` who know's what is "TestFloat cases" and how to test this feature onthe " Liu Yu-B13201
2009-04-20  7:41             ` Liu Yu-B13201
2009-04-20 20:31 ` Microblaze fixes for revision Andrew Morton
2009-04-21  6:30   ` Michal Simek [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49ED6812.8020904@petalogix.com \
    --to=michal.simek@petalogix.com \
    --cc=akpm@linux-foundation.org \
    --cc=dhowells@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=microblaze-uclinux@itee.uq.edu.au \
    --cc=mingo@elte.hu \
    --cc=monstr@monstr.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.