From b69a50ee7345c58621e7827aefe50c8c61126595 Mon Sep 17 00:00:00 2001 From: Euler Robot Date: Mon, 7 Dec 2020 11:26:54 +0800 Subject: [PATCH] spec: Update patch and changelog with !41 net: remove an assert call in eth_get_gso_type Signed-off-by: Alex Chen --- qemu.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qemu.spec b/qemu.spec index 2cc2ec7..8bc5881 100644 --- a/qemu.spec +++ b/qemu.spec @@ -223,6 +223,7 @@ Patch0210: target-arm-Update-the-ID-registers-of-Kunpeng-920.patch Patch0211: target-arm-only-set-ID_PFR1_EL1.GIC-for-AArch32-gues.patch Patch0212: target-arm-clear-EL2-and-EL3-only-when-kvm-is-not-en.patch Patch0213: ati-check-x-y-display-parameter-values.patch +Patch0214: net-remove-an-assert-call-in-eth_get_gso_type.patch BuildRequires: flex BuildRequires: bison @@ -568,6 +569,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Wed Oct 21 2020 Huawei Technologies Co., Ltd +- net: remove an assert call in eth_get_gso_type + * Wed Nov 18 2020 Huawei Technologies Co., Ltd - ati: check x y display parameter values