linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Cc: linux-omap@vger.kernel.org, h-kanigeri2@ti.com, x0124230@ti.com
Subject: Re: [GIT PULL] omap iommu: fixes for 2.6.35-rc1
Date: Tue, 8 Jun 2010 14:36:10 +0300	[thread overview]
Message-ID: <20100608113610.GS15515@atomide.com> (raw)
In-Reply-To: <20100607.145051.71099999.Hiroshi.DOYU@nokia.com>

* Hiroshi DOYU <Hiroshi.DOYU@nokia.com> [100607 14:45]:
> From: ext Tony Lindgren <tony@atomide.com>
> Subject: Re: [GIT PULL] omap iommu: fixes for 2.6.35-rc1
> Date: Mon, 7 Jun 2010 13:17:48 +0200
> 
> > Since Linus only wants regression fixes nowadays during the -rc
> > cycle, few more questions below.
> > 
> > * Hiroshi DOYU <Hiroshi.DOYU@nokia.com> [100602 10:45]:
> >> Hi Tony,
> >> 
> >> Patches only for fixes for omap iommu module during -rc cycle.
> >> 
> >> The following changes since commit 67a3e12b05e055c0415c556a315a3d3eb637e29e:
> >> 
> >>   Linux 2.6.35-rc1 (2010-05-30 13:21:02 -0700)
> >> 
> >> are available in the git repository at:
> >>   git://gitorious.org/~doyu/lk/mainline.git v2.6.35-rc1-iommu-fixes
> >> 
> >> Hiroshi DOYU (1):
> >>       omap iommu: Make omap-iommu.o built-in
> > 
> > Does the above actually fix some problem? If it fixes some problem,
> > it should be in the description. If not, maybe move this one for
> > the next merge window?
> 
> This is a fix for the previously overwriting obj-y/m as blow, and
> updated the description as well.
> 
> -obj-$(CONFIG_OMAP_IOMMU)               := iommu2.o omap-iommu.o
> +obj-$(CONFIG_OMAP_IOMMU)               += iommu2.o
> 
> >> Kanigeri, Hari (1):
> >>       omap iommu: update ducati mmu irq define name
> > 
> > This description does not seem to make sense as the ducati irq
> > define was added with e927f8d04ec8aff249beab2f7e1832c67623d0f5
> > and has not changed. The description is for some non-mainline
> > tree talking about 2.6.34-rc6 so it should be updated.
> 
> Updated the description.
> 
> >  
> >> Satish (1):
> >>       omap iommu: Fix Memory leak
> > 
> > This one looks like a genuine fix :)
> 
> I've also updated the branch against -rc2. Please merge it if no problem.

OK, thanks for updating the series.

Tony

 
> The following changes since commit e44a21b7268a022c7749f521c06214145bd161e4:
> 
>   Linux 2.6.35-rc2 (2010-06-05 20:43:24 -0700)
> 
> are available in the git repository at:
>   git://gitorious.org/~doyu/lk/mainline.git v2.6.35-rc2-iommu-fixes
> 
> Hiroshi DOYU (1):
>       omap iommu: fix: Make omap-iommu.o built-in
> 
> Kanigeri, Hari (1):
>       omap iommu: fix ducati mmu irq define name
> 
> Satish (1):
>       omap iommu: Fix Memory leak
> 
>  arch/arm/mach-omap2/Makefile     |    5 ++++-
>  arch/arm/mach-omap2/omap-iommu.c |    2 +-
>  arch/arm/plat-omap/iovmm.c       |    4 +++-
>  3 files changed, 8 insertions(+), 3 deletions(-)

  reply	other threads:[~2010-06-08 11:36 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-31  9:36 [GIT PULL] omap iommu: updates for 2.6.35-rc1 Hiroshi DOYU
2010-05-31 12:27 ` Tony Lindgren
2010-06-02  7:50   ` [GIT PULL] omap iommu: fixes " Hiroshi DOYU
2010-06-07 11:17     ` Tony Lindgren
2010-06-07 11:50       ` Hiroshi DOYU
2010-06-08 11:36         ` Tony Lindgren [this message]
2010-06-09 11:10           ` Tony Lindgren
2010-06-01  5:30 ` [PATCH 1/8] omap iommu: update ducati mmu irq define name Hiroshi DOYU
2010-06-01  5:30 ` [PATCH 2/8] omap iommu: Introduce iopgd_is_table MACRO Hiroshi DOYU
2010-06-01  5:30 ` [PATCH 3/8] omap iommu: Rename iopte_[p,v]addr -> iopte_page_[p,v]addr Hiroshi DOYU
2010-06-01  5:30 ` [PATCH 4/8] omap iommu: Fix Memory leak Hiroshi DOYU
2010-06-01  5:30 ` [PATCH 5/8] omap iommu: update irq mask to be specific about twl and tlb Hiroshi DOYU
2010-06-01  5:30 ` [PATCH 6/8] omap iommu: add functionality to get TLB miss interrupt Hiroshi DOYU
2010-06-01  5:30 ` [PATCH 7/8] omap iommu: move iommu_disable at fault to the above layer Hiroshi DOYU
2010-06-01  5:30 ` [PATCH 8/8] omap iommu: Make omap-iommu.o built-in Hiroshi DOYU

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=20100608113610.GS15515@atomide.com \
    --to=tony@atomide.com \
    --cc=Hiroshi.DOYU@nokia.com \
    --cc=h-kanigeri2@ti.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=x0124230@ti.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).