[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <871w1dvk9e.fsf@devron.myhome.or.jp>
Date: Tue, 29 Jul 2008 05:14:37 +0900
From: OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>
To: Paul Mundt <lethal@...ux-sh.org>
Cc: Yoshinori Sato <ysato@...rs.sourceforge.jp>,
Andrew Morton <akpm@...ux-foundation.org>,
lkml <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] filldir write data missing size
Paul Mundt <lethal@...ux-sh.org> writes:
> On Tue, Jul 22, 2008 at 06:31:12AM +0900, OGAWA Hirofumi wrote:
>> Yoshinori Sato <ysato@...rs.sourceforge.jp> writes:
>>
>> > This problem is sh-linux-gcc v4.1.2 and target sh2(a)-bigendian.
>> >
>> > "__put_user(s64, u32_ptr)" compiled.
>> >
>> > Correct code.
>> > *u32_ptr = s64 & 0xffffffff;
>> >
>> > Bad code.
>> > *u32_ptr = s64 >> 32;
>> >
>> > I'm add cast put_user 4byte case.
>>
>> I see. How about the following patch? I guess the problems of this type
>> should be fixed.
>>
> I merged a different workaround as no one bothered to CC me on this
> thread. Your fix looks more correct though, please provide a
> Signed-off-by for it and I'll take this over the previous workaround.
Of course. But I didn't test it at all, so please test it.
Signed-off-by: OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>
Thanks.
--
OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>
--
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