LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [regression]2.6.25-rc4: boot panic on alpha
@ 2008-03-07 3:41 Bob Tracy
2008-03-07 7:23 ` Ingo Molnar
0 siblings, 1 reply; 15+ messages in thread
From: Bob Tracy @ 2008-03-07 3:41 UTC (permalink / raw)
To: linux-kernel; +Cc: linux-alpha
The regression is relative to 2.6.25-rc1 + timer fixes (added when
I reported the problems with 2.6.25-rc1 relative to 2.6.24). I haven't
tried -rc2 or -rc3.
Might be related to similar reports I've seen, but wanted to add the
Alpha platform to the list. The -rc4 kernel boots, but at some point
following initialization of the SCSI layer, there's a panic with enough
diagnostic output that a 50-line screen can't hold it all. Unfortunately,
the system logging isn't active, so nothing gets captured.
The panic is completely reproducible. The "Code" line at the bottom
of the panic output is
44220001 4821f621 4821b681 4821f62b f420004f 00000081 <0000009b> 0066c012
The first line of the "Trace" section is
[<fffffc000031a41f>] iommu_arena_alloc+0x64/0xe0
Platform is an Alpha PWS 433au. gcc is version 4.1.2 (Debian 4.1.1-21).
--
------------------------------------------------------------------------
Bob Tracy | "I was a beta tester for dirt. They never did
rct@frus.com | get all the bugs out." - Steve McGrew on /.
------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [regression]2.6.25-rc4: boot panic on alpha
2008-03-07 3:41 [regression]2.6.25-rc4: boot panic on alpha Bob Tracy
@ 2008-03-07 7:23 ` Ingo Molnar
2008-03-07 12:36 ` Bob Tracy
0 siblings, 1 reply; 15+ messages in thread
From: Ingo Molnar @ 2008-03-07 7:23 UTC (permalink / raw)
To: Bob Tracy; +Cc: linux-kernel, linux-alpha, FUJITA Tomonori
[Cc:-ed FUJITA Tomonori who did the Alpha IOMMU changes - full report
from Bob quoted below.]
Bob, does latest -git boot if you revert these 4 commits:
commit d5a4630a0daad241c761064295958554472ed491
Author: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Date: Tue Mar 4 14:28:58 2008 -0800
alpha: remove unused DEBUG_FORCEDAC define in IOMMU
commit cf5401454863df8e6dc3ebe8faad09141cbec187
Author: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Date: Tue Mar 4 14:28:57 2008 -0800
alpha: make IOMMU respect the segment boundary limits
commit 23d7e0390ab57cf15a5cfe8d6806192f0997e5a8
Author: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Date: Tue Mar 4 14:28:57 2008 -0800
alpha: IOMMU had better access to the free space bitmap at only one place
commit 3c5f1def7dd50b792f56dcf7378c2684c06947f3
Author: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Date: Tue Mar 4 14:28:54 2008 -0800
alpha: convert IOMMU to use ALIGN()
Ingo
* Bob Tracy <rct@frus.com> wrote:
> The regression is relative to 2.6.25-rc1 + timer fixes (added when
> I reported the problems with 2.6.25-rc1 relative to 2.6.24). I haven't
> tried -rc2 or -rc3.
>
> Might be related to similar reports I've seen, but wanted to add the
> Alpha platform to the list. The -rc4 kernel boots, but at some point
> following initialization of the SCSI layer, there's a panic with enough
> diagnostic output that a 50-line screen can't hold it all. Unfortunately,
> the system logging isn't active, so nothing gets captured.
>
> The panic is completely reproducible. The "Code" line at the bottom
> of the panic output is
>
> 44220001 4821f621 4821b681 4821f62b f420004f 00000081 <0000009b> 0066c012
>
> The first line of the "Trace" section is
>
> [<fffffc000031a41f>] iommu_arena_alloc+0x64/0xe0
>
> Platform is an Alpha PWS 433au. gcc is version 4.1.2 (Debian 4.1.1-21).
>
> --
> ------------------------------------------------------------------------
> Bob Tracy | "I was a beta tester for dirt. They never did
> rct@frus.com | get all the bugs out." - Steve McGrew on /.
> ------------------------------------------------------------------------
> --
> 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/
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [regression]2.6.25-rc4: boot panic on alpha
2008-03-07 7:23 ` Ingo Molnar
@ 2008-03-07 12:36 ` Bob Tracy
2008-03-07 14:14 ` Ingo Molnar
0 siblings, 1 reply; 15+ messages in thread
From: Bob Tracy @ 2008-03-07 12:36 UTC (permalink / raw)
To: Ingo Molnar; +Cc: Bob Tracy, linux-kernel, linux-alpha, FUJITA Tomonori
Ingo Molnar wrote:
> Bob, does latest -git boot if you revert these 4 commits:
(FUJITA Tomonori's Alpha IOMMU changes)
I'll get things set up to try that later today... In the meantime, it
appears the regression is relative to -rc3: I'm up and running on that
kernel as I type this.
> * Bob Tracy <rct@frus.com> wrote:
>
> > (panic with 2.6.24-rc4 on Alpha)
> > The panic is completely reproducible. The "Code" line at the bottom
> > of the panic output is
> >
> > 44220001 4821f621 4821b681 4821f62b f420004f 00000081 <0000009b> 0066c012
> >
> > The first line of the "Trace" section is
> >
> > [<fffffc000031a41f>] iommu_arena_alloc+0x64/0xe0
> >
--
------------------------------------------------------------------------
Bob Tracy | "I was a beta tester for dirt. They never did
rct@frus.com | get all the bugs out." - Steve McGrew on /.
------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [regression]2.6.25-rc4: boot panic on alpha
2008-03-07 12:36 ` Bob Tracy
@ 2008-03-07 14:14 ` Ingo Molnar
2008-03-07 14:56 ` FUJITA Tomonori
0 siblings, 1 reply; 15+ messages in thread
From: Ingo Molnar @ 2008-03-07 14:14 UTC (permalink / raw)
To: Bob Tracy; +Cc: linux-kernel, linux-alpha, FUJITA Tomonori, Andrew Morton
* Bob Tracy <rct@frus.com> wrote:
> Ingo Molnar wrote:
> > Bob, does latest -git boot if you revert these 4 commits:
>
> (FUJITA Tomonori's Alpha IOMMU changes)
>
> I'll get things set up to try that later today... In the meantime, it
> appears the regression is relative to -rc3: I'm up and running on that
> kernel as I type this.
yes, these iommu changes were added post-rc3, they came from -mm and
were i think declared to be untested on Alpha. So i'd strongly suspect
them.
Ingo
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [regression]2.6.25-rc4: boot panic on alpha
2008-03-07 14:14 ` Ingo Molnar
@ 2008-03-07 14:56 ` FUJITA Tomonori
2008-03-07 16:21 ` Ivan Kokshaysky
0 siblings, 1 reply; 15+ messages in thread
From: FUJITA Tomonori @ 2008-03-07 14:56 UTC (permalink / raw)
To: rct, mingo; +Cc: linux-kernel, linux-alpha, fujita.tomonori, akpm
On Fri, 7 Mar 2008 15:14:40 +0100
Ingo Molnar <mingo@elte.hu> wrote:
>
> * Bob Tracy <rct@frus.com> wrote:
>
> > Ingo Molnar wrote:
> > > Bob, does latest -git boot if you revert these 4 commits:
> >
> > (FUJITA Tomonori's Alpha IOMMU changes)
> >
> > I'll get things set up to try that later today... In the meantime, it
> > appears the regression is relative to -rc3: I'm up and running on that
> > kernel as I type this.
>
> yes, these iommu changes were added post-rc3, they came from -mm and
> were i think declared to be untested on Alpha. So i'd strongly suspect
> them.
Very sorry, I probably broke the IOMMU. I don't have the hardware so
I've not tested the patches.
Bob, if reverting the patches works, can you please try the following
patch? If it works, please let me know about the kernel message.
Thanks,
diff --git a/arch/alpha/kernel/pci_iommu.c b/arch/alpha/kernel/pci_iommu.c
index be6fa10..a6bef1d 100644
--- a/arch/alpha/kernel/pci_iommu.c
+++ b/arch/alpha/kernel/pci_iommu.c
@@ -129,8 +129,9 @@ static inline int is_span_boundary(unsigned int index, unsigned int nr,
unsigned long shift,
unsigned long boundary_size)
{
- shift = (shift + index) & (boundary_size - 1);
- return shift + nr > boundary_size;
+ return 0;
+/* shift = (shift + index) & (boundary_size - 1); */
+/* return shift + nr > boundary_size; */
}
/* Must be called with the arena lock held */
@@ -144,7 +145,9 @@ iommu_arena_find_pages(struct device *dev, struct pci_iommu_arena *arena,
unsigned long base;
unsigned long boundary_size;
- BUG_ON(arena->dma_base & ~PAGE_MASK);
+ if (arena->dma_base & ~PAGE_MASK)
+ printk("%s %d: %lx\n", __FUNCTION__, __LINE__, arena->dma_base);
+
base = arena->dma_base >> PAGE_SHIFT;
if (dev)
boundary_size = ALIGN(dma_get_max_seg_size(dev) + 1, PAGE_SIZE)
@@ -152,7 +155,8 @@ iommu_arena_find_pages(struct device *dev, struct pci_iommu_arena *arena,
else
boundary_size = ALIGN(1UL << 32, PAGE_SIZE) >> PAGE_SHIFT;
- BUG_ON(!is_power_of_2(boundary_size));
+ if (!is_power_of_2(boundary_size))
+ printk("%s %d: %lx\n", __FUNCTION__, __LINE__, boundary_size);
/* Search forward for the first mask-aligned sequence of N free ptes */
ptes = arena->ptes;
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [regression]2.6.25-rc4: boot panic on alpha
2008-03-07 14:56 ` FUJITA Tomonori
@ 2008-03-07 16:21 ` Ivan Kokshaysky
2008-03-07 16:45 ` FUJITA Tomonori
` (2 more replies)
0 siblings, 3 replies; 15+ messages in thread
From: Ivan Kokshaysky @ 2008-03-07 16:21 UTC (permalink / raw)
To: FUJITA Tomonori
Cc: rct, mingo, linux-kernel, linux-alpha, fujita.tomonori, akpm
On Fri, Mar 07, 2008 at 11:56:40PM +0900, FUJITA Tomonori wrote:
> Very sorry, I probably broke the IOMMU. I don't have the hardware so
> I've not tested the patches.
Unfortunately, I was not able to test these patches either, as my
alpha with iommmu and scsi is disassembled at the moment, thanks to
dead CPU fan...
> - BUG_ON(arena->dma_base & ~PAGE_MASK);
> + if (arena->dma_base & ~PAGE_MASK)
> + printk("%s %d: %lx\n", __FUNCTION__, __LINE__, arena->dma_base);
arena->dma_base is always properly aligned - it's pretty fundamental thing.
> base = arena->dma_base >> PAGE_SHIFT;
> if (dev)
> boundary_size = ALIGN(dma_get_max_seg_size(dev) + 1, PAGE_SIZE)
^^^^^^^^^^^^^^^^^^^^^^^^^
Must be dma_get_seg_boundary(dev). Hopefully it's the only typo ;-)
> @@ -152,7 +155,8 @@ iommu_arena_find_pages(struct device *dev, struct pci_iommu_arena *arena,
> else
> boundary_size = ALIGN(1UL << 32, PAGE_SIZE) >> PAGE_SHIFT;
A bit of abuse of ALIGN() macro, to my taste ;-)
> - BUG_ON(!is_power_of_2(boundary_size));
> + if (!is_power_of_2(boundary_size))
> + printk("%s %d: %lx\n", __FUNCTION__, __LINE__, boundary_size);
Perhaps it was that, if the scsi driver set max_seg_size to something
other than default 65536 (and not a power of two)...
Bob, can you give it a try?
Ivan.
diff --git a/arch/alpha/kernel/pci_iommu.c b/arch/alpha/kernel/pci_iommu.c
index be6fa10..e07a23f 100644
--- a/arch/alpha/kernel/pci_iommu.c
+++ b/arch/alpha/kernel/pci_iommu.c
@@ -144,15 +144,14 @@ iommu_arena_find_pages(struct device *dev, struct pci_iommu_arena *arena,
unsigned long base;
unsigned long boundary_size;
- BUG_ON(arena->dma_base & ~PAGE_MASK);
base = arena->dma_base >> PAGE_SHIFT;
- if (dev)
- boundary_size = ALIGN(dma_get_max_seg_size(dev) + 1, PAGE_SIZE)
- >> PAGE_SHIFT;
- else
- boundary_size = ALIGN(1UL << 32, PAGE_SIZE) >> PAGE_SHIFT;
-
- BUG_ON(!is_power_of_2(boundary_size));
+ if (dev) {
+ boundary_size = dma_get_seg_boundary(dev) + 1;
+ BUG_ON(!is_power_of_2(boundary_size));
+ boundary_size >>= PAGE_SHIFT;
+ } else {
+ boundary_size = 1UL << (32 - PAGE_SHIFT);
+ }
/* Search forward for the first mask-aligned sequence of N free ptes */
ptes = arena->ptes;
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [regression]2.6.25-rc4: boot panic on alpha
2008-03-07 16:21 ` Ivan Kokshaysky
@ 2008-03-07 16:45 ` FUJITA Tomonori
2008-03-07 19:06 ` Bob Tracy
2008-03-08 1:24 ` Bob Tracy
2 siblings, 0 replies; 15+ messages in thread
From: FUJITA Tomonori @ 2008-03-07 16:45 UTC (permalink / raw)
To: ink; +Cc: tomof, rct, mingo, linux-kernel, linux-alpha, fujita.tomonori, akpm
On Fri, 7 Mar 2008 19:21:16 +0300
Ivan Kokshaysky <ink@jurassic.park.msu.ru> wrote:
> On Fri, Mar 07, 2008 at 11:56:40PM +0900, FUJITA Tomonori wrote:
> > Very sorry, I probably broke the IOMMU. I don't have the hardware so
> > I've not tested the patches.
>
> Unfortunately, I was not able to test these patches either, as my
> alpha with iommmu and scsi is disassembled at the moment, thanks to
> dead CPU fan...
>
> > - BUG_ON(arena->dma_base & ~PAGE_MASK);
> > + if (arena->dma_base & ~PAGE_MASK)
> > + printk("%s %d: %lx\n", __FUNCTION__, __LINE__, arena->dma_base);
>
> arena->dma_base is always properly aligned - it's pretty fundamental thing.
Thanks, I see.
> > base = arena->dma_base >> PAGE_SHIFT;
> > if (dev)
> > boundary_size = ALIGN(dma_get_max_seg_size(dev) + 1, PAGE_SIZE)
> ^^^^^^^^^^^^^^^^^^^^^^^^^
> Must be dma_get_seg_boundary(dev). Hopefully it's the only typo ;-)
Ah, a stupid typo...
> > @@ -152,7 +155,8 @@ iommu_arena_find_pages(struct device *dev, struct pci_iommu_arena *arena,
> > else
> > boundary_size = ALIGN(1UL << 32, PAGE_SIZE) >> PAGE_SHIFT;
>
> A bit of abuse of ALIGN() macro, to my taste ;-)
>
> > - BUG_ON(!is_power_of_2(boundary_size));
> > + if (!is_power_of_2(boundary_size))
> > + printk("%s %d: %lx\n", __FUNCTION__, __LINE__, boundary_size);
>
> Perhaps it was that, if the scsi driver set max_seg_size to something
> other than default 65536 (and not a power of two)...
Yeah, probably (and hopefully) it was.
> Bob, can you give it a try?
>
> Ivan.
>
> diff --git a/arch/alpha/kernel/pci_iommu.c b/arch/alpha/kernel/pci_iommu.c
> index be6fa10..e07a23f 100644
> --- a/arch/alpha/kernel/pci_iommu.c
> +++ b/arch/alpha/kernel/pci_iommu.c
> @@ -144,15 +144,14 @@ iommu_arena_find_pages(struct device *dev, struct pci_iommu_arena *arena,
> unsigned long base;
> unsigned long boundary_size;
>
> - BUG_ON(arena->dma_base & ~PAGE_MASK);
> base = arena->dma_base >> PAGE_SHIFT;
> - if (dev)
> - boundary_size = ALIGN(dma_get_max_seg_size(dev) + 1, PAGE_SIZE)
> - >> PAGE_SHIFT;
> - else
> - boundary_size = ALIGN(1UL << 32, PAGE_SIZE) >> PAGE_SHIFT;
> -
> - BUG_ON(!is_power_of_2(boundary_size));
> + if (dev) {
> + boundary_size = dma_get_seg_boundary(dev) + 1;
> + BUG_ON(!is_power_of_2(boundary_size));
> + boundary_size >>= PAGE_SHIFT;
> + } else {
> + boundary_size = 1UL << (32 - PAGE_SHIFT);
> + }
>
> /* Search forward for the first mask-aligned sequence of N free ptes */
> ptes = arena->ptes;
Thanks!
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [regression]2.6.25-rc4: boot panic on alpha
2008-03-07 16:21 ` Ivan Kokshaysky
2008-03-07 16:45 ` FUJITA Tomonori
@ 2008-03-07 19:06 ` Bob Tracy
2008-03-08 1:24 ` Bob Tracy
2 siblings, 0 replies; 15+ messages in thread
From: Bob Tracy @ 2008-03-07 19:06 UTC (permalink / raw)
To: Ivan Kokshaysky
Cc: FUJITA Tomonori, rct, mingo, linux-kernel, linux-alpha,
fujita.tomonori, akpm
Ivan Kokshaysky wrote:
> On Fri, Mar 07, 2008 at 11:56:40PM +0900, FUJITA Tomonori wrote:
> > Very sorry, I probably broke the IOMMU. I don't have the hardware so
> > I've not tested the patches.
>
> Unfortunately, I was not able to test these patches either, as my
> alpha with iommmu and scsi is disassembled at the moment, thanks to
> dead CPU fan...
>
> (...)
>
> Perhaps it was that, if the scsi driver set max_seg_size to something
> other than default 65536 (and not a power of two)...
>
> Bob, can you give it a try?
>
> diff --git a/arch/alpha/kernel/pci_iommu.c b/arch/alpha/kernel/pci_iommu.c
> index be6fa10..e07a23f 100644
> --- a/arch/alpha/kernel/pci_iommu.c
> +++ b/arch/alpha/kernel/pci_iommu.c
> (...)
In the interest of efficiency, I'll try Ivan's patch against -rc4 before
I do anything else (although I *do* have my git tree updated and ready
for abuse if it comes to that :-)). New kernel is building: I'll be able
to test it in about five hours (when I can get back to where the machine
is).
As usual, thanks to everyone for the quick responses.
--
------------------------------------------------------------------------
Bob Tracy | "I was a beta tester for dirt. They never did
rct@frus.com | get all the bugs out." - Steve McGrew on /.
------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [regression]2.6.25-rc4: boot panic on alpha
2008-03-07 16:21 ` Ivan Kokshaysky
2008-03-07 16:45 ` FUJITA Tomonori
2008-03-07 19:06 ` Bob Tracy
@ 2008-03-08 1:24 ` Bob Tracy
2008-03-09 10:20 ` FUJITA Tomonori
2 siblings, 1 reply; 15+ messages in thread
From: Bob Tracy @ 2008-03-08 1:24 UTC (permalink / raw)
To: Ivan Kokshaysky
Cc: FUJITA Tomonori, rct, mingo, linux-kernel, linux-alpha,
fujita.tomonori, akpm
Ivan Kokshaysky wrote:
> Bob, can you give it a try?
>
> Ivan.
>
> diff --git a/arch/alpha/kernel/pci_iommu.c b/arch/alpha/kernel/pci_iommu.c
> index be6fa10..e07a23f 100644
> --- a/arch/alpha/kernel/pci_iommu.c
> +++ b/arch/alpha/kernel/pci_iommu.c
This fixes things for me. I'm running 2.6.25-rc4 + the above patch as
I type this.
Thanks!
--
------------------------------------------------------------------------
Bob Tracy | "I was a beta tester for dirt. They never did
rct@frus.com | get all the bugs out." - Steve McGrew on /.
------------------------------------------------------------------------
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [regression]2.6.25-rc4: boot panic on alpha
2008-03-08 1:24 ` Bob Tracy
@ 2008-03-09 10:20 ` FUJITA Tomonori
2008-03-09 13:22 ` Ivan Kokshaysky
0 siblings, 1 reply; 15+ messages in thread
From: FUJITA Tomonori @ 2008-03-09 10:20 UTC (permalink / raw)
To: rct, ink; +Cc: tomof, mingo, linux-kernel, linux-alpha, fujita.tomonori, akpm
On Fri, 7 Mar 2008 19:24:40 -0600 (CST)
rct@frus.com (Bob Tracy) wrote:
> Ivan Kokshaysky wrote:
> > Bob, can you give it a try?
> >
> > Ivan.
> >
> > diff --git a/arch/alpha/kernel/pci_iommu.c b/arch/alpha/kernel/pci_iommu.c
> > index be6fa10..e07a23f 100644
> > --- a/arch/alpha/kernel/pci_iommu.c
> > +++ b/arch/alpha/kernel/pci_iommu.c
>
> This fixes things for me. I'm running 2.6.25-rc4 + the above patch as
> I type this.
Great, thanks for testing!
Ivan, can you resend the patch with a description and signed-off-by?
Thanks,
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [regression]2.6.25-rc4: boot panic on alpha
2008-03-09 10:20 ` FUJITA Tomonori
@ 2008-03-09 13:22 ` Ivan Kokshaysky
2008-03-09 13:29 ` FUJITA Tomonori
0 siblings, 1 reply; 15+ messages in thread
From: Ivan Kokshaysky @ 2008-03-09 13:22 UTC (permalink / raw)
To: FUJITA Tomonori
Cc: rct, mingo, linux-kernel, linux-alpha, fujita.tomonori, akpm
On Sun, Mar 09, 2008 at 07:20:20PM +0900, FUJITA Tomonori wrote:
> Ivan, can you resend the patch with a description and signed-off-by?
I was going to do that, but since Andrew has picked up that patch
I thought it wasn't necessary...
Anyway, resending shouldn't hurt. I assume that I can add your Acked-by.
Ivan.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [regression]2.6.25-rc4: boot panic on alpha
2008-03-09 13:22 ` Ivan Kokshaysky
@ 2008-03-09 13:29 ` FUJITA Tomonori
2008-03-09 15:38 ` Ivan Kokshaysky
2008-03-09 18:47 ` Andrew Morton
0 siblings, 2 replies; 15+ messages in thread
From: FUJITA Tomonori @ 2008-03-09 13:29 UTC (permalink / raw)
To: ink; +Cc: tomof, rct, mingo, linux-kernel, linux-alpha, fujita.tomonori, akpm
On Sun, 9 Mar 2008 16:22:56 +0300
Ivan Kokshaysky <ink@jurassic.park.msu.ru> wrote:
> On Sun, Mar 09, 2008 at 07:20:20PM +0900, FUJITA Tomonori wrote:
> > Ivan, can you resend the patch with a description and signed-off-by?
>
> I was going to do that, but since Andrew has picked up that patch
> I thought it wasn't necessary...
Maybe, but the -mm commit mail was not sent to linux-kernel or
Linus. I just wanted to make sure that the patch will be applied to
mainline shortly.
> Anyway, resending shouldn't hurt. I assume that I can add your Acked-by.
Thanks! Of course, you can add my Acked-by.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [regression]2.6.25-rc4: boot panic on alpha
2008-03-09 13:29 ` FUJITA Tomonori
@ 2008-03-09 15:38 ` Ivan Kokshaysky
2008-03-10 14:34 ` FUJITA Tomonori
2008-03-09 18:47 ` Andrew Morton
1 sibling, 1 reply; 15+ messages in thread
From: Ivan Kokshaysky @ 2008-03-09 15:38 UTC (permalink / raw)
To: FUJITA Tomonori
Cc: rct, mingo, linux-kernel, linux-alpha, fujita.tomonori, akpm
On Sun, Mar 09, 2008 at 10:29:54PM +0900, FUJITA Tomonori wrote:
> Thanks! Of course, you can add my Acked-by.
BTW, I feel a bit sorry for not ACKing your patches in time - I wasn't able
to test them then and I was perhaps too overcautious because of that...
But they are really good.
Ivan.
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [regression]2.6.25-rc4: boot panic on alpha
2008-03-09 13:29 ` FUJITA Tomonori
2008-03-09 15:38 ` Ivan Kokshaysky
@ 2008-03-09 18:47 ` Andrew Morton
1 sibling, 0 replies; 15+ messages in thread
From: Andrew Morton @ 2008-03-09 18:47 UTC (permalink / raw)
To: FUJITA Tomonori
Cc: ink, rct, mingo, linux-kernel, linux-alpha, fujita.tomonori
On Sun, 9 Mar 2008 22:29:54 +0900 FUJITA Tomonori <tomof@acm.org> wrote:
> On Sun, 9 Mar 2008 16:22:56 +0300
> Ivan Kokshaysky <ink@jurassic.park.msu.ru> wrote:
>
> > On Sun, Mar 09, 2008 at 07:20:20PM +0900, FUJITA Tomonori wrote:
> > > Ivan, can you resend the patch with a description and signed-off-by?
> >
> > I was going to do that, but since Andrew has picked up that patch
> > I thought it wasn't necessary...
>
> Maybe, but the -mm commit mail was not sent to linux-kernel or
> Linus. I just wanted to make sure that the patch will be applied to
> mainline shortly.
Yup, I have it in my next-batch-for-Linus. Maybe tomorrow..
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [regression]2.6.25-rc4: boot panic on alpha
2008-03-09 15:38 ` Ivan Kokshaysky
@ 2008-03-10 14:34 ` FUJITA Tomonori
0 siblings, 0 replies; 15+ messages in thread
From: FUJITA Tomonori @ 2008-03-10 14:34 UTC (permalink / raw)
To: ink; +Cc: tomof, rct, mingo, linux-kernel, linux-alpha, fujita.tomonori, akpm
On Sun, 9 Mar 2008 18:38:59 +0300
Ivan Kokshaysky <ink@jurassic.park.msu.ru> wrote:
> On Sun, Mar 09, 2008 at 10:29:54PM +0900, FUJITA Tomonori wrote:
> > Thanks! Of course, you can add my Acked-by.
>
> BTW, I feel a bit sorry for not ACKing your patches in time - I wasn't able
> to test them then and I was perhaps too overcautious because of that...
> But they are really good.
No problem, thanks for finding my stupid typo quickly :)
The patchset was merged instantly so it was difficult to review it in
time.
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2008-03-10 14:35 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-07 3:41 [regression]2.6.25-rc4: boot panic on alpha Bob Tracy
2008-03-07 7:23 ` Ingo Molnar
2008-03-07 12:36 ` Bob Tracy
2008-03-07 14:14 ` Ingo Molnar
2008-03-07 14:56 ` FUJITA Tomonori
2008-03-07 16:21 ` Ivan Kokshaysky
2008-03-07 16:45 ` FUJITA Tomonori
2008-03-07 19:06 ` Bob Tracy
2008-03-08 1:24 ` Bob Tracy
2008-03-09 10:20 ` FUJITA Tomonori
2008-03-09 13:22 ` Ivan Kokshaysky
2008-03-09 13:29 ` FUJITA Tomonori
2008-03-09 15:38 ` Ivan Kokshaysky
2008-03-10 14:34 ` FUJITA Tomonori
2008-03-09 18:47 ` Andrew Morton
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).