Commit ef3263e
committed
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Pull crypto fixes from Herbert Xu:
"This fixes the following issues:
- Intermittent build failure in RSA
- Memory corruption in chelsio crypto driver
- Regression in DRBG due to vmalloced stack"
* 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
crypto: rsa - Add Makefile dependencies to fix parallel builds
crypto: chcr - Fix memory corruption
crypto: drbg - prevent invalid SG mappingsFile tree
4 files changed
+29
-6
lines changed- crypto
- drivers/crypto/chelsio
- include/crypto
4 files changed
+29
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
265 | 266 | | |
266 | 267 | | |
267 | 268 | | |
| |||
1644 | 1645 | | |
1645 | 1646 | | |
1646 | 1647 | | |
| 1648 | + | |
| 1649 | + | |
| 1650 | + | |
1647 | 1651 | | |
1648 | 1652 | | |
1649 | 1653 | | |
| |||
1708 | 1712 | | |
1709 | 1713 | | |
1710 | 1714 | | |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
| 1720 | + | |
| 1721 | + | |
| 1722 | + | |
| 1723 | + | |
1711 | 1724 | | |
1712 | 1725 | | |
1713 | 1726 | | |
| |||
1737 | 1750 | | |
1738 | 1751 | | |
1739 | 1752 | | |
| 1753 | + | |
1740 | 1754 | | |
1741 | 1755 | | |
1742 | 1756 | | |
1743 | 1757 | | |
1744 | | - | |
| 1758 | + | |
1745 | 1759 | | |
1746 | | - | |
1747 | 1760 | | |
1748 | | - | |
| 1761 | + | |
| 1762 | + | |
1749 | 1763 | | |
1750 | 1764 | | |
1751 | 1765 | | |
| |||
1761 | 1775 | | |
1762 | 1776 | | |
1763 | 1777 | | |
1764 | | - | |
| 1778 | + | |
1765 | 1779 | | |
1766 | 1780 | | |
1767 | 1781 | | |
| 1782 | + | |
| 1783 | + | |
1768 | 1784 | | |
1769 | 1785 | | |
| 1786 | + | |
1770 | 1787 | | |
1771 | | - | |
| 1788 | + | |
| 1789 | + | |
| 1790 | + | |
1772 | 1791 | | |
1773 | 1792 | | |
1774 | 1793 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
| 463 | + | |
463 | 464 | | |
464 | 465 | | |
465 | 466 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| |||
0 commit comments