On Fri, Oct 29, 2021 at 11:17:16AM +0300, Ovidiu Panait wrote:
Hi Greg,
On 29.10.2021 10:39, Greg KH wrote:
[Please note: This e-mail is from an EXTERNAL e-mail address]
On Thu, Oct 28, 2021 at 10:08:58PM +0300, Ovidiu Panait wrote:
The following commits are needed to fix CVE-2021-20322: ipv4: [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?i... [2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?i...
ipv6: [3] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?i... [4] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?i...
Commit [2] is already present in 4.19 stable, so backport the remaining three fixes with minor context adjustments.
Eric Dumazet (3): ipv4: use siphash instead of Jenkins in fnhe_hashfun() ipv6: use siphash in rt6_exception_hash() ipv6: make exception cache less predictible
net/ipv4/route.c | 12 ++++++------ net/ipv6/route.c | 25 ++++++++++++++++++------- 2 files changed, 24 insertions(+), 13 deletions(-)
-- 2.25.1
You sent 0/3 but only 2 patches showed up?
Can you please resend all 3?
I tried resending the full patchset, but the last patch is still not showing up.
git send-email doesn't report any errors:
OK. Log says: MAIL FROM:ovidiu.panait@windriver.com RCPT TO:stable@vger.kernel.org RCPT TO:gregkh@linuxfoundation.org From: Ovidiu Panait ovidiu.panait@windriver.com To: stable@vger.kernel.org Cc: gregkh@linuxfoundation.org Subject: [PATCH 4.19 3/3] ipv6: make exception cache less predictible Date: Fri, 29 Oct 2021 10:50:27 +0300 Message-Id: 20211029075027.1910142-4-ovidiu.panait@windriver.com X-Mailer: git-send-email 2.25.1 In-Reply-To: 20211029075027.1910142-1-ovidiu.panait@windriver.com References: 20211029075027.1910142-1-ovidiu.panait@windriver.com MIME-Version: 1.0 Content-Transfer-Encoding: 8bit
Result: 250
I have attached the 4.19 backport of a00df2caffed ("ipv6: make exception cache less predictible").
Odd, it did not come to me either. I've taken the attached file, thanks.
greg k-h