public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] staging: slicoss: fix checksum computation
@ 2014-05-20  5:03 David Matlack
  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
  0 siblings, 2 replies; 5+ messages in thread
From: David Matlack @ 2014-05-20  5:03 UTC (permalink / raw)
  To: gregkh; +Cc: linux-kernel, devel, liodot, charrer, dan.carpenter,
	David Matlack

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-05-20 16:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20  5:03 [PATCH V2 0/2] staging: slicoss: fix checksum computation David Matlack
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox