From: David Matlack <matlackdavid@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org,
liodot@gmail.com, charrer@alacritech.com,
dan.carpenter@oracle.com, David Matlack <matlackdavid@gmail.com>
Subject: [PATCH V2 0/2] staging: slicoss: fix checksum computation
Date: Mon, 19 May 2014 22:03:58 -0700 [thread overview]
Message-ID: <1400562240-15159-1-git-send-email-matlackdavid@gmail.com> (raw)
This patchset fixes a broken checksum function and removes a struct
that was being used to ignore bad checksum values.
V2 Changes:
* Change subject to make clear this patchset fixes a bug.
* Explicitly comment that the checksum algorithm is RFC 1071.
* Remove byte swapping code.
* Add detail in the changelog of each patch describing the effects
on the user.
David Matlack (2):
staging: slicoss: fix eeprom checksum code
staging: slicoss: fail on corrupt eeprom
drivers/staging/slicoss/slic.h | 7 ---
drivers/staging/slicoss/slicoss.c | 113 ++++++--------------------------------
2 files changed, 16 insertions(+), 104 deletions(-)
--
1.9.2
next reply other threads:[~2014-05-20 5:04 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-20 5:03 David Matlack [this message]
2014-05-20 5:03 ` [PATCH V2 1/2] staging: slicoss: fix eeprom checksum code David Matlack
2014-05-20 5:04 ` [PATCH V2 2/2] staging: slicoss: fail on corrupt eeprom David Matlack
2014-05-20 8:27 ` Dan Carpenter
2014-05-20 16:11 ` David Matlack
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=1400562240-15159-1-git-send-email-matlackdavid@gmail.com \
--to=matlackdavid@gmail.com \
--cc=charrer@alacritech.com \
--cc=dan.carpenter@oracle.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=liodot@gmail.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 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.