Re: [PATCH net 0/2] net/tls: fix data copies in tls_device_reencrypt()

2019-04-27 Thread David Miller
From: Jakub Kicinski Date: Thu, 25 Apr 2019 17:35:08 -0700 > This series fixes the tls_device_reencrypt() which is broken > if record starts in the frags of the message skb. Series applied and queued up for -stable. Thanks.

[PATCH net 0/2] net/tls: fix data copies in tls_device_reencrypt()

2019-04-25 Thread Jakub Kicinski
Hi! This series fixes the tls_device_reencrypt() which is broken if record starts in the frags of the message skb. --- These will not conflict with net-next fixes, or Johns patches. Jakub Kicinski (2): net/tls: don't copy negative amounts of data in reencrypt net/tls: fix copy to fragments in