From: Jiri Kosina <jkosina@suse.cz>
To: Jeff Smith <lkml.sepix@code.wastedcycles.net>
Cc: linux-input@vger.kernel.org, Vegard Nossum <vegardno@ifi.uio.no>
Subject: Re: [kmemcheck] WARNING: kmemcheck: Caught 32-bit read from uninitialized memory, in hid_output_report
Date: Fri, 4 Sep 2009 15:04:03 +0200 (CEST) [thread overview]
Message-ID: <alpine.LNX.2.00.0909041501440.23856@wotan.suse.de> (raw)
In-Reply-To: <4A9AF15A.5080402@code.wastedcycles.net>
On Sun, 30 Aug 2009, Jeff Smith wrote:
> A patch follows. It corrects a typo in the comment, changes the function
> name "implement" to "set_into_le_bitstream", changes the parameter name
> "n" to "bitfield_size", printk's unsigned using %u not %d, and only does
> a 32-bit read-modify-write when a 64-bit one is not necessary.
>
> A patch that writes only the bytes that need to be changed, rather than
> 32 or 64-bit quantities that potentially access irrelevant memory
> locations -- and that therefore require more complicated verification
> logic -- would be a better approach. However, as we are at -rc8 already
> and I don't fully understand the structures that are being changed, or
> the reasons the code is as it is, I didn't feel confident about
> presenting such a restructuring here.
Hi Jeff,
thanks for the patch, it looks correct on a quick glance. I would however
prefer the other approach you proposed.
We probably don't have to be nervous about being currently at -rc8, as
this will probably be fixed only in .32-rc1 anyway (as the unitialized
data is not used in any way, and therefore it doesn't require emergency
fix just to silence the kmemcheck warning).
Thanks,
--
Jiri Kosina
SUSE Labs
prev parent reply other threads:[~2009-09-04 13:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-08-28 19:45 [kmemcheck] WARNING: kmemcheck: Caught 32-bit read from uninitialized memory, in hid_output_report Jeff Smith
2009-08-30 21:38 ` Jeff Smith
2009-09-04 13:04 ` Jiri Kosina [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=alpine.LNX.2.00.0909041501440.23856@wotan.suse.de \
--to=jkosina@suse.cz \
--cc=linux-input@vger.kernel.org \
--cc=lkml.sepix@code.wastedcycles.net \
--cc=vegardno@ifi.uio.no \
/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.