<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/include/linux/module.h, branch linux-2.6.18.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-2.6.18.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-2.6.18.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2006-07-15T04:53:52Z</updated>
<entry>
<title>[PATCH] null-terminate over-long /proc/kallsyms symbols</title>
<updated>2006-07-15T04:53:52Z</updated>
<author>
<name>Andreas Gruenbacher</name>
<email>agruen@suse.de</email>
</author>
<published>2006-07-14T07:24:04Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=098c5eea03de4707019a205140296893252b4130'/>
<id>urn:sha1:098c5eea03de4707019a205140296893252b4130</id>
<content type='text'>
Got a customer bug report (https://bugzilla.novell.com/190296) about kernel
symbols longer than 127 characters which end up in a string buffer that is
not NULL terminated, leading to garbage in /proc/kallsyms.  Using strlcpy
prevents this from happening, even though such symbols still won't come out
right.

A better fix would be to not use a fixed-size buffer, but it's probably not
worth the trouble.  (Modversion'ed symbols even have a length limit of 60.)

[bunk@stusta.de: build fix]
Signed-off-by: Andreas Gruenbacher &lt;agruen@suse.de&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] lockdep: add is_module_address()</title>
<updated>2006-07-03T22:27:00Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@elte.hu</email>
</author>
<published>2006-07-03T07:24:24Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4d435f9d8ff01ae726a2a84edb9c2457787a337e'/>
<id>urn:sha1:4d435f9d8ff01ae726a2a84edb9c2457787a337e</id>
<content type='text'>
Add is_module_address() method - to be used by lockdep.

Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
Signed-off-by: Arjan van de Ven &lt;arjan@linux.intel.com&gt;
Cc: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPL</title>
<updated>2006-06-28T21:59:04Z</updated>
<author>
<name>Arjan van de Ven</name>
<email>arjan@linux.intel.com</email>
</author>
<published>2006-06-28T11:26:45Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=f71d20e961474dde77e6558396efb93d6ac80a4b'/>
<id>urn:sha1:f71d20e961474dde77e6558396efb93d6ac80a4b</id>
<content type='text'>
Temporarily add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPL.  These
will be used as a transition measure for symbols that aren't used in the
kernel and are on the way out.  When a module uses such a symbol, a warning
is printk'd at modprobe time.

The main reason for removing unused exports is size: eacho export takes
roughly between 100 and 150 bytes of kernel space in the binary.  This
patch gives users the option to immediately get this size gain via a config
option.

Signed-off-by: Arjan van de Ven &lt;arjan@linux.intel.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] x86_64: reliable stack trace support</title>
<updated>2006-06-26T17:48:17Z</updated>
<author>
<name>Jan Beulich</name>
<email>jbeulich@novell.com</email>
</author>
<published>2006-06-26T11:57:28Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=4552d5dc08b79868829b4be8951b29b07284753f'/>
<id>urn:sha1:4552d5dc08b79868829b4be8951b29b07284753f</id>
<content type='text'>
These are the generic bits needed to enable reliable stack traces based
on Dwarf2-like (.eh_frame) unwind information. Subsequent patches will
enable x86-64 and i386 to make use of this.

Thanks to Andi Kleen and Ingo Molnar, who pointed out several possibilities
for improvement.

Signed-off-by: Jan Beulich &lt;jbeulich@novell.com&gt;
Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] module.h: updated comments with a new license</title>
<updated>2006-06-23T14:43:03Z</updated>
<author>
<name>Xose Vazquez Perez</name>
<email>xose.vazquez@gmail.com</email>
</author>
<published>2006-06-23T09:05:13Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=8d27e9084b372441dc8c9cf361a965ee58032767'/>
<id>urn:sha1:8d27e9084b372441dc8c9cf361a965ee58032767</id>
<content type='text'>
"Dual MIT/GPL" is also accepted (kernel/module.c), so updated comments.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>Merge git://git.infradead.org/hdrcleanup-2.6</title>
<updated>2006-06-20T22:10:08Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2006-06-20T22:10:08Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=cee4cca740d209bcb4b9857baa2253d5ba4e3fbe'/>
<id>urn:sha1:cee4cca740d209bcb4b9857baa2253d5ba4e3fbe</id>
<content type='text'>
* git://git.infradead.org/hdrcleanup-2.6: (63 commits)
  [S390] __FD_foo definitions.
  Switch to __s32 types in joystick.h instead of C99 types for consistency.
  Add &lt;sys/types.h&gt; to headers included for userspace in &lt;linux/input.h&gt;
  Move inclusion of &lt;linux/compat.h&gt; out of user scope in asm-x86_64/mtrr.h
  Remove struct fddi_statistics from user view in &lt;linux/if_fddi.h&gt;
  Move user-visible parts of drivers/s390/crypto/z90crypt.h to include/asm-s390
  Revert include/media changes: Mauro says those ioctls are only used in-kernel(!)
  Include &lt;linux/types.h&gt; and use __uXX types in &lt;linux/cramfs_fs.h&gt;
  Use __uXX types in &lt;linux/i2o_dev.h&gt;, include &lt;linux/ioctl.h&gt; too
  Remove private struct dx_hash_info from public view in &lt;linux/ext3_fs.h&gt;
  Include &lt;linux/types.h&gt; and use __uXX types in &lt;linux/affs_hardblocks.h&gt;
  Use __uXX types in &lt;linux/divert.h&gt; for struct divert_blk et al.
  Use __u32 for elf_addr_t in &lt;asm-powerpc/elf.h&gt;, not u32. It's user-visible.
  Remove PPP_FCS from user view in &lt;linux/ppp_defs.h&gt;, remove __P mess entirely
  Use __uXX types in user-visible structures in &lt;linux/nbd.h&gt;
  Don't use 'u32' in user-visible struct ip_conntrack_old_tuple.
  Use __uXX types for S390 DASD volume label definitions which are user-visible
  S390 BIODASDREADCMB ioctl should use __u64 not u64 type.
  Remove unneeded inclusion of &lt;linux/time.h&gt; from &lt;linux/ufs_fs.h&gt;
  Fix private integer types used in V4L2 ioctls.
  ...

Manually resolve conflict in include/linux/mtd/physmap.h
</content>
</entry>
<entry>
<title>Finally remove the obnoxious inter_module_xxx()</title>
<updated>2006-05-08T21:40:05Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@infradead.org</email>
</author>
<published>2006-05-08T21:40:05Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6f18a022fb311f07f3b32f2c0e1b5c9477dc4439'/>
<id>urn:sha1:6f18a022fb311f07f3b32f2c0e1b5c9477dc4439</id>
<content type='text'>
This was already a bad plan when I argued against adding it in the first
place. Good riddance.

Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
</entry>
<entry>
<title>Don't include linux/config.h from anywhere else in include/</title>
<updated>2006-04-26T11:56:16Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@infradead.org</email>
</author>
<published>2006-04-26T11:56:16Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=62c4f0a2d5a188f73a94f2cb8ea0dba3e7cf0a7f'/>
<id>urn:sha1:62c4f0a2d5a188f73a94f2cb8ea0dba3e7cf0a7f</id>
<content type='text'>
Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
</entry>
<entry>
<title>Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6</title>
<updated>2006-03-25T16:39:20Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2006-03-25T16:39:20Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=b55813a2e50088ca30df33fa62aeed5d3adb1796'/>
<id>urn:sha1:b55813a2e50088ca30df33fa62aeed5d3adb1796</id>
<content type='text'>
* master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6:
  [NETFILTER] x_table.c: sem2mutex
  [IPV4]: Aggregate route entries with different TOS values
  [TCP]: Mark tcp_*mem[] __read_mostly.
  [TCP]: Set default max buffers from memory pool size
  [SCTP]: Fix up sctp_rcv return value
  [NET]: Take RTNL when unregistering notifier
  [WIRELESS]: Fix config dependencies.
  [NET]: Fill in a 32-bit hole in struct sock on 64-bit platforms.
  [NET]: Ensure device name passed to SO_BINDTODEVICE is NULL terminated.
  [MODULES]: Don't allow statically declared exports
  [BRIDGE]: Unaligned accesses in the ethernet bridge
</content>
</entry>
<entry>
<title>[PATCH] Remove MODULE_PARM</title>
<updated>2006-03-25T16:22:52Z</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2006-03-25T11:07:05Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=8d3b33f67fdc0fb364a1ef6d8fbbea7c2e4e6c98'/>
<id>urn:sha1:8d3b33f67fdc0fb364a1ef6d8fbbea7c2e4e6c98</id>
<content type='text'>
MODULE_PARM was actually breaking: recent gcc version optimize them out as
unused.  It's time to replace the last users, which are generally in the
most unloved drivers anyway.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
</feed>
ypto: blake2s: avoid indirect calls to compression function for Clang CFI</a></td><td>Jason A. Donenfeld</td></tr>
<tr><td><span title='2022-01-11 10:21:35 -0800'>2022-01-11</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=5c947d0dbae8038ec1c8b538891f6475350542ee'>Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...</a></td><td>Linus Torvalds</td></tr>
<tr><td><span title='2022-01-07 00:25:25 +0100'>2022-01-07</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=6048fdcc5f269c7f31d774c295ce59081b36e6f9'>lib/crypto: blake2s: include as built-in</a></td><td>Jason A. Donenfeld</td></tr>
<tr><td><span title='2021-11-26 16:25:17 +1100'>2021-11-26</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=b808f32023dd8127b0fa27f60fa69a959fd70388'>crypto: kdf - Add key derivation self-test support code</a></td><td>Stephan Müller</td></tr>
<tr><td><span title='2021-10-29 21:04:03 +0800'>2021-10-29</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=eaffe377e168d25c52091cf31f5a7a6511897857'>crypto: ecc - Export additional helper functions</a></td><td>Daniele Alessandrelli</td></tr>
<tr><td><span title='2021-10-29 21:04:03 +0800'>2021-10-29</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=a745d3ace3fd65ada44d61dafa64a2a69679ac35'>crypto: ecc - Move ecc.h to include/crypto/internal</a></td><td>Daniele Alessandrelli</td></tr>
<tr><td><span title='2021-06-17 15:07:31 +0800'>2021-06-17</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=22ca9f4aaf431a9413dcc115dd590123307f274f'>crypto: shash - avoid comparing pointers to exported functions under CFI</a></td><td>Ard Biesheuvel</td></tr>
<tr><td><span title='2021-04-02 18:28:12 +1100'>2021-04-02</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=8d195e7a8ada68928f2aedb2c18302a4518fe68e'>crypto: poly1305 - fix poly1305_core_setkey() declaration</a></td><td>Arnd Bergmann</td></tr>
<tr><td><span title='2021-01-14 17:10:29 +1100'>2021-01-14</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=64ca771cd6bf48bd01f630ad1440ab151d1d19d5'>crypto: x86 - remove glue helper module</a></td><td>Ard Biesheuvel</td></tr>
<tr><td><span title='2021-01-03 08:41:39 +1100'>2021-01-03</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=28dcca4cc0c01e2467549a36b1b0eacfdb01236c'>crypto: blake2b - sync with blake2s implementation</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2021-01-03 08:41:38 +1100'>2021-01-03</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=8786841bc2020f7f2513a6c74e64912f07b9c0dc'>crypto: blake2s - adjust include guard naming</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2021-01-03 08:41:38 +1100'>2021-01-03</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=42ad8cf821f0d8564c393e9ad7d00a1a271d18ae'>crypto: blake2s - optimize blake2s initialization</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2021-01-03 08:41:38 +1100'>2021-01-03</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=8c4a93a1270ddffc7660ae43fa8030ecfe9c06d9'>crypto: blake2s - share the "shash" API boilerplate code</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2021-01-03 08:41:38 +1100'>2021-01-03</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=057edc9c8bb2d5ff5b058b521792c392428a0714'>crypto: blake2s - move update and final logic to internal/blake2s.h</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2021-01-03 08:41:35 +1100'>2021-01-03</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=0eb76ba29d16df2951d37c54ca279c4e5630b071'>crypto: remove cipher routines from public crypto API</a></td><td>Ard Biesheuvel</td></tr>
<tr><td><span title='2020-12-04 18:13:14 +1100'>2020-12-04</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=ce0d5d63e897cc7c3a8fd043c7942fc6a78ec6f4'>crypto: lib/blake2s - Move selftest prototype into header file</a></td><td>Herbert Xu</td></tr>
<tr><td><span title='2020-08-28 16:58:28 +1000'>2020-08-28</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=b00ba76a03a02c23494644d2ccd389fdc411f9e9'>crypto: ahash - Add ahash_alg_instance</a></td><td>Herbert Xu</td></tr>
<tr><td><span title='2020-08-21 14:47:50 +1000'>2020-08-21</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=8afa25aa833fbd4f3aa701cb42ebd52b1deef1d3'>crypto: hash - Remove unused async iterators</a></td><td>Ira Weiny</td></tr>
<tr><td><span title='2020-08-07 11:33:22 -0700'>2020-08-07</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=453431a54934d917153c65211b2dabf45562ca88'>mm, treewide: rename kzfree() to kfree_sensitive()</a></td><td>Waiman Long</td></tr>
<tr><td><span title='2020-07-16 21:49:07 +1000'>2020-07-16</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=e72b48c5e7fe0c9fabeb23385b6e6f02f0a78d37'>crypto: geniv - remove unneeded arguments from aead_geniv_alloc()</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2020-01-16 15:18:12 +0800'>2020-01-16</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=1c08a104360f3e18f4ee6346c21cc3923efb952e'>crypto: poly1305 - add new 32 and 64-bit generic versions</a></td><td>Jason A. Donenfeld</td></tr>
<tr><td><span title='2020-01-09 11:30:57 +0800'>2020-01-09</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=a39c66cc2f6108c8346dc882bdcf72861aaca956'>crypto: shash - convert shash_free_instance() to new style</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2020-01-09 11:30:57 +0800'>2020-01-09</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=0f8f6d86d415f9d88dc0f7847f11d0c52dba1965'>crypto: geniv - convert to new way of freeing instances</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2020-01-09 11:30:57 +0800'>2020-01-09</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=48fb3e5785be7ef69a43c04f617a1c05000ee2d0'>crypto: hash - add support for new way of freeing instances</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2020-01-09 11:30:57 +0800'>2020-01-09</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=6d1b41fce0aa916efd1ce0728e1e4bd20a3642d5'>crypto: ahash - unexport crypto_ahash_type</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2020-01-09 11:30:57 +0800'>2020-01-09</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=629f1afc15ee8f34ec67bef0c33b9bccca7eeecc'>crypto: algapi - remove obsoleted instance creation helpers</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2020-01-09 11:30:56 +0800'>2020-01-09</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=aacd5b4cfb87306888eb9e3612cb90afbb2ecba5'>crypto: skcipher - use crypto_grab_cipher() and simplify error paths</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2020-01-09 11:30:55 +0800'>2020-01-09</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=84a9c938e5063709f799fd6bab17a8ea723c2eb5'>crypto: ahash - introduce crypto_grab_ahash()</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2020-01-09 11:30:54 +0800'>2020-01-09</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=fdfad1fffc2aa199fb447c152a00a5e383a5b973'>crypto: shash - introduce crypto_grab_shash()</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2020-01-09 11:30:54 +0800'>2020-01-09</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=73bed26f73a120f14cabf8d214ec5078bb42dea9'>crypto: akcipher - pass instance to crypto_grab_akcipher()</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2020-01-09 11:30:54 +0800'>2020-01-09</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=cd900f0cacd7601dabdd028e8cbdbf2a7041cee2'>crypto: aead - pass instance to crypto_grab_aead()</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2020-01-09 11:30:54 +0800'>2020-01-09</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=b9f76dddb1f9f70e008b982381bbc9a67c9b8c66'>crypto: skcipher - pass instance to crypto_grab_skcipher()</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2020-01-09 11:30:54 +0800'>2020-01-09</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=77f7e94d72208a1a84c88ed4de16a9bf368e9ded'>crypto: ahash - make struct ahash_instance be the full size</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2020-01-09 11:30:54 +0800'>2020-01-09</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=1b84e7d01da58d6a41ac244b4b5e481e336fd09b'>crypto: shash - make struct shash_instance be the full size</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2020-01-09 11:30:53 +0800'>2020-01-09</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=c4c4db0d59774f6ab726edd012711490437345c2'>crypto: remove CRYPTO_TFM_RES_WEAK_KEY</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2020-01-09 11:30:53 +0800'>2020-01-09</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=674f368a952c48ede71784935a799a5205b92b6c'>crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2020-01-09 11:30:51 +0800'>2020-01-09</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=70ffa8fd72b8df7ddfedc0b7db042eea75182fd5'>crypto: skcipher - remove skcipher_walk_aead()</a></td><td>Eric Biggers</td></tr>
<tr><td><span title='2019-12-27 18:18:04 +0800'>2019-12-27</span></td><td><a href='/distro/kernel/commit/include/crypto/internal?h=master&amp;id=b3c16bfc6a79ae517ec3c44be615aed0ffa52c53'>crypto: skcipher - Add skcipher_ialg_simple helper</a></td><td>Herbert Xu</td></tr>
