[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1400562240-15159-1-git-send-email-matlackdavid@gmail.com>
Date: Mon, 19 May 2014 22:03:58 -0700
From: David Matlack <matlackdavid@...il.com>
To: gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org, devel@...verdev.osuosl.org,
liodot@...il.com, charrer@...critech.com, dan.carpenter@...cle.com,
David Matlack <matlackdavid@...il.com>
Subject: [PATCH V2 0/2] staging: slicoss: fix checksum computation
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
--
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