diff options
| author | Josh Boyer <jwboyer@fedoraproject.org> | 2013-12-10 11:14:20 -0500 |
|---|---|---|
| committer | Josh Boyer <jwboyer@fedoraproject.org> | 2013-12-10 11:14:20 -0500 |
| commit | f78c22dfe99be93e44b349ba21b12860b8090433 (patch) | |
| tree | 8f4f6e8de789e7aa7b2669d50d1fd6c70132a920 /crypto-backtrace-fix.patch | |
| parent | 2eb18460c03c2aa4bf593f8c4663e33e2b4e0472 (diff) | |
Linux v3.13-rc3-157-g17b2112
- Reenable debugging options.
Diffstat (limited to 'crypto-backtrace-fix.patch')
| -rw-r--r-- | crypto-backtrace-fix.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/crypto-backtrace-fix.patch b/crypto-backtrace-fix.patch deleted file mode 100644 index 808516dc..00000000 --- a/crypto-backtrace-fix.patch +++ /dev/null @@ -1,16 +0,0 @@ -Bugzilla: 1038472 -Upstream-status: test fix for 3.13 issue - -diff --git a/include/crypto/scatterwalk.h b/include/crypto/scatterwalk.h -index 64ebede..6a626a5 100644 ---- a/include/crypto/scatterwalk.h -+++ b/include/crypto/scatterwalk.h -@@ -44,7 +44,7 @@ static inline struct scatterlist *scatterwalk_sg_next(struct scatterlist *sg) - if (sg_is_last(sg)) - return NULL; - -- return (++sg)->length ? sg : (void *)sg_page(sg); -+ return (++sg)->length ? sg : sg_chain_ptr(sg); - } - - static inline void scatterwalk_crypto_chain(struct scatterlist *head, |
