[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081013.183417.203314150.davem@davemloft.net>
Date: Mon, 13 Oct 2008 18:34:17 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: yinghai@...nel.org
Cc: hpa@...or.com, benh@...nel.crashing.org,
linux-kernel@...r.kernel.org, mingo@...e.hu
Subject: Re: [PATCH] Fix broken debug output reserve_region_with_split()
From: "Yinghai Lu" <yinghai@...nel.org>
Date: Mon, 13 Oct 2008 18:14:21 -0700
> On Mon, Oct 13, 2008 at 6:04 PM, H. Peter Anvin <hpa@...or.com> wrote:
> > Benjamin Herrenschmidt wrote:
> >>
> >> That debug outpout in kernel/resource.c is busted on 32-bit
> >> machines, fix it with appropriate casts.
> >>
> >> Signed-off-by: Benjamin Herrenschmidt <benh@...nel.crashing.org>
> >> ---
> >>
> >> One day Yinghai will figure out that resource_size_t can be 32-bit
> >> and thus as printk arguments must be cast to (unsigned long long)
> >> explicitely when using %llx... hopefully, that day, Ingo will also
> >> catch these before committing them as it's not the first one like
> >> this :-)
>
> we had patch to remove that two debug lines.
>
> >>
> >
> > I really think Linus' solution (add a resource printf modifier, that can
> > contain the whole format) is much better.
>
> yes. some pci resource print out etc could use that too.
> to get rid of the annoying casting.
>
> BTW: can you just enforce resource_t to u64?
Casting to u64 won't work. That can be either "unsigned long" or
"unsigned long long" depending upon the architecture, so you'd still
need to cast.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists