diff --git a/.kernel.metadata b/.kernel.metadata index 99b8104..373409c 100644 --- a/.kernel.metadata +++ b/.kernel.metadata @@ -1,2 +1,2 @@ d1113deb77327ff8526613fce852277935d70100 SOURCES/linux-5.10.tar.xz -b5be9bce94b37a123f3cf9bbe64afc4345448c8c SOURCES/patch-5.10.156.xz +3bd72dea14e5b9649c44a56c209d2333032f8de4 SOURCES/patch-5.10.165.xz diff --git a/SOURCES/azure.patch b/SOURCES/azure.patch index fcba2d0..a0ebd81 100644 --- a/SOURCES/azure.patch +++ b/SOURCES/azure.patch @@ -59,7 +59,7 @@ index 4353443b89d8..4ebb1f09f21c 100644 (hbus->hdev->dev_instance.b[4] << 16) | (hbus->hdev->dev_instance.b[7] << 8) | -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -94,7 +94,7 @@ Signed-off-by: Wei Liu 5 files changed, 45 insertions(+) diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c -index 01860c0d324d..ccfb1a6bc2a5 100644 +index 70fd21ebb9d5..f80c9d4c26d4 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c @@ -10,6 +10,7 @@ @@ -105,7 +105,7 @@ index 01860c0d324d..ccfb1a6bc2a5 100644 #include #include #include -@@ -561,3 +562,17 @@ bool hv_is_hibernation_supported(void) +@@ -559,3 +560,17 @@ bool hv_is_hibernation_supported(void) return acpi_sleep_state_supported(ACPI_STATE_S4); } EXPORT_SYMBOL_GPL(hv_is_hibernation_supported); @@ -124,7 +124,7 @@ index 01860c0d324d..ccfb1a6bc2a5 100644 +} +EXPORT_SYMBOL_GPL(hv_is_isolation_supported); diff --git a/arch/x86/include/asm/hyperv-tlfs.h b/arch/x86/include/asm/hyperv-tlfs.h -index 0ed20e8bba9e..cc878049c39b 100644 +index ae7192b75136..292e8841a416 100644 --- a/arch/x86/include/asm/hyperv-tlfs.h +++ b/arch/x86/include/asm/hyperv-tlfs.h @@ -22,6 +22,7 @@ @@ -224,7 +224,7 @@ index c57799684170..dff58a3db5d5 100644 #else /* CONFIG_HYPERV */ static inline bool hv_is_hyperv_initialized(void) { return false; } -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -254,7 +254,7 @@ Link: https://lore.kernel.org/r/20210203150435.27941-8-wei.liu@kernel.org 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c -index ccfb1a6bc2a5..570bcb1d7d64 100644 +index f80c9d4c26d4..ea3350e978da 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c @@ -27,6 +27,7 @@ @@ -313,7 +313,7 @@ index ccfb1a6bc2a5..570bcb1d7d64 100644 /* * hyperv_init() is called before LAPIC is initialized: see -@@ -559,7 +590,7 @@ EXPORT_SYMBOL_GPL(hv_is_hyperv_initialized); +@@ -557,7 +588,7 @@ EXPORT_SYMBOL_GPL(hv_is_hyperv_initialized); bool hv_is_hibernation_supported(void) { @@ -323,7 +323,7 @@ index ccfb1a6bc2a5..570bcb1d7d64 100644 EXPORT_SYMBOL_GPL(hv_is_hibernation_supported); -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -362,7 +362,7 @@ index 7c617d8dff3f..d9d055c35c3e 100644 phys_addr = virt_to_phys(hv_get_tsc_page()); -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -388,7 +388,7 @@ Link: https://lore.kernel.org/r/20210203150435.27941-6-wei.liu@kernel.org 2 files changed, 31 insertions(+), 5 deletions(-) diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c -index 570bcb1d7d64..adbec5f5dcf0 100644 +index ea3350e978da..d1ed3c61bc62 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c @@ -46,6 +46,9 @@ EXPORT_SYMBOL_GPL(hv_vp_assist_page); @@ -476,7 +476,7 @@ index 30f76b966857..cf881d0c7c9d 100644 static inline u64 hv_do_hypercall(u64 control, void *input, void *output) { -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -502,7 +502,7 @@ Link: https://lore.kernel.org/r/20210203150435.27941-3-wei.liu@kernel.org 3 files changed, 32 insertions(+) diff --git a/arch/x86/include/asm/hyperv-tlfs.h b/arch/x86/include/asm/hyperv-tlfs.h -index cc878049c39b..9cf3118a80d4 100644 +index 292e8841a416..d86814e6ac46 100644 --- a/arch/x86/include/asm/hyperv-tlfs.h +++ b/arch/x86/include/asm/hyperv-tlfs.h @@ -21,6 +21,7 @@ @@ -581,7 +581,7 @@ index ee0edc8741d6..25cc1740d9b9 100644 * Extract host information. */ -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -659,7 +659,7 @@ index 25cc1740d9b9..3e0069392158 100644 /* -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -694,7 +694,7 @@ index 20d3cd950204..e232ddcb0a2d 100644 -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -807,7 +807,7 @@ index e232ddcb0a2d..ccc81c277d09 100644 + #endif -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -831,7 +831,7 @@ Link: https://lore.kernel.org/r/20210203150435.27941-7-wei.liu@kernel.org 3 files changed, 34 insertions(+) diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c -index adbec5f5dcf0..cd2f5e8cafa8 100644 +index d1ed3c61bc62..2647128d9daa 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c @@ -30,6 +30,8 @@ @@ -919,7 +919,7 @@ index ccc81c277d09..cbc13b7c7022 100644 union hv_msi_entry { u64 as_uint64; -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -1293,7 +1293,7 @@ index cbc13b7c7022..6e6a129516df 100644 union hv_msi_entry { u64 as_uint64; -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -1314,7 +1314,7 @@ Link: https://lore.kernel.org/r/20210203150435.27941-15-wei.liu@kernel.org 2 files changed, 49 insertions(+) diff --git a/arch/x86/include/asm/hyperv-tlfs.h b/arch/x86/include/asm/hyperv-tlfs.h -index 9cf3118a80d4..19ac499ab251 100644 +index d86814e6ac46..cb4933286690 100644 --- a/arch/x86/include/asm/hyperv-tlfs.h +++ b/arch/x86/include/asm/hyperv-tlfs.h @@ -541,6 +541,19 @@ struct hv_partition_assist_pg { @@ -1390,7 +1390,7 @@ index 6e6a129516df..b6ed949be3bf 100644 + #endif -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -1473,7 +1473,7 @@ index b6ed949be3bf..2040b196fe59 100644 }; -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -1569,7 +1569,7 @@ index 2040b196fe59..83448e837ded 100644 /* -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -1610,7 +1610,7 @@ index 565358020921..48e2c51464e8 100644 ifdef CONFIG_X86_64 diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c -index cd2f5e8cafa8..4a7cb755ca31 100644 +index 2647128d9daa..490259c7264a 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c @@ -517,6 +517,15 @@ void __init hyperv_init(void) @@ -2009,7 +2009,7 @@ index 7bd4022da061..4533773115ea 100644 static inline void hyperv_init(void) {} static inline void hyperv_setup_mmu_ops(void) {} -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2302,7 +2302,7 @@ index e09e2d734c57..d08e5b9e4f0e 100644 + #endif -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2330,7 +2330,7 @@ Signed-off-by: Wei Liu 4 files changed, 40 insertions(+), 27 deletions(-) diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c -index 4a7cb755ca31..32998f5e01e2 100644 +index 490259c7264a..0cfc445496a0 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c @@ -54,28 +54,6 @@ EXPORT_SYMBOL_GPL(hyperv_pcpu_output_arg); @@ -2448,7 +2448,7 @@ index dff58a3db5d5..694b5bc3561c 100644 * hv_cpu_number_to_vp_number() - Map CPU to VP. * @cpu_number: CPU number in Linux terms -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2478,7 +2478,7 @@ Signed-off-by: Wei Liu 2 files changed, 35 insertions(+), 29 deletions(-) diff --git a/arch/x86/include/asm/hyperv-tlfs.h b/arch/x86/include/asm/hyperv-tlfs.h -index 19ac499ab251..119cc587775a 100644 +index cb4933286690..2feb95446a17 100644 --- a/arch/x86/include/asm/hyperv-tlfs.h +++ b/arch/x86/include/asm/hyperv-tlfs.h @@ -281,35 +281,6 @@ struct hv_tsc_emulation_status { @@ -2564,7 +2564,7 @@ index 83448e837ded..9cf10837d005 100644 union hv_message_flags { __u8 asu8; -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2654,7 +2654,7 @@ index d9d055c35c3e..6341891f145a 100644 { u64 tsc_msr; -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2682,10 +2682,10 @@ Signed-off-by: Wei Liu 3 files changed, 19 insertions(+), 33 deletions(-) diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c -index 32998f5e01e2..611f164d08e9 100644 +index 0cfc445496a0..5ac4575010ad 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c -@@ -577,33 +577,6 @@ void hyperv_report_panic(struct pt_regs *regs, long err, bool in_die) +@@ -575,33 +575,6 @@ void hyperv_report_panic(struct pt_regs *regs, long err, bool in_die) } EXPORT_SYMBOL_GPL(hyperv_report_panic); @@ -2720,7 +2720,7 @@ index 32998f5e01e2..611f164d08e9 100644 { union hv_x64_msr_hypercall_contents hypercall_msr; diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c -index 514279dac7cb..05c1d1bb4981 100644 +index e99400f3ae1d..591438deda76 100644 --- a/drivers/hv/vmbus_drv.c +++ b/drivers/hv/vmbus_drv.c @@ -1362,22 +1362,36 @@ static void hv_kmsg_dump(struct kmsg_dumper *dumper, @@ -2778,7 +2778,7 @@ index 694b5bc3561c..bbc011390cbb 100644 bool hv_is_hibernation_supported(void); enum hv_isolation_type hv_get_isolation_type(void); -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2872,7 +2872,7 @@ index 6341891f145a..b9905b67bc62 100644 phys_addr = virt_to_phys(hv_get_tsc_page()); -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2903,7 +2903,7 @@ index 60461e598239..27e17ad3ba49 100644 #include #include -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2935,7 +2935,7 @@ Signed-off-by: Wei Liu 6 files changed, 180 insertions(+), 8 deletions(-) diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c -index 611f164d08e9..4310e6e40eb8 100644 +index 5ac4575010ad..1b315fb4e44c 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c @@ -504,6 +504,8 @@ void __init hyperv_init(void) @@ -2947,7 +2947,7 @@ index 611f164d08e9..4310e6e40eb8 100644 return; remove_cpuhp_state: -@@ -607,7 +609,7 @@ EXPORT_SYMBOL_GPL(hv_is_hibernation_supported); +@@ -605,7 +607,7 @@ EXPORT_SYMBOL_GPL(hv_is_hibernation_supported); enum hv_isolation_type hv_get_isolation_type(void) { @@ -2956,7 +2956,7 @@ index 611f164d08e9..4310e6e40eb8 100644 return HV_ISOLATION_TYPE_NONE; return FIELD_GET(HV_ISOLATION_TYPE, ms_hyperv.isolation_config_b); } -@@ -618,3 +620,50 @@ bool hv_is_isolation_supported(void) +@@ -616,3 +618,50 @@ bool hv_is_isolation_supported(void) return hv_get_isolation_type() != HV_ISOLATION_TYPE_NONE; } EXPORT_SYMBOL_GPL(hv_is_isolation_supported); @@ -3286,7 +3286,7 @@ index bbc011390cbb..c749d1c4f682 100644 static inline bool hv_is_hyperv_initialized(void) { return false; } static inline bool hv_is_hibernation_supported(void) { return false; } -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -3400,7 +3400,7 @@ index c749d1c4f682..2f01140bbf66 100644 /* Generate the guest OS identifier as described in the Hyper-V TLFS */ static inline __u64 generate_guest_id(__u64 d_info1, __u64 kernel_version, -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -3503,7 +3503,7 @@ index 284e73661a18..ca581b24974a 100644 static void hv_send_ipi(int cpu, int vector) diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c -index 4310e6e40eb8..3b70b61508e3 100644 +index 1b315fb4e44c..e1e7802e4cbc 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c @@ -353,7 +353,7 @@ static void __init hv_get_partition_id(void) @@ -3776,7 +3776,7 @@ index 2f01140bbf66..7a2492fb0ee1 100644 static inline void vmbus_signal_eom(struct hv_message *msg, u32 old_msg_type) { -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -3924,7 +3924,7 @@ index 56244e5a0454..25087e12315a 100644 hv_put_dom_num(hbus->sysdata.domain); -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -4115,7 +4115,7 @@ index ff38737475ec..d0d78c5ab3d6 100644 * struct arm_smccc_quirk - Contains quirk information * @id: quirk identification -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -4152,10 +4152,10 @@ Signed-off-by: Wei Liu create mode 100644 drivers/hv/hv_common.c diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c -index 3b70b61508e3..2fd8fa8fffd6 100644 +index e1e7802e4cbc..f7d6f368a395 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c -@@ -620,50 +620,3 @@ bool hv_is_isolation_supported(void) +@@ -618,50 +618,3 @@ bool hv_is_isolation_supported(void) return hv_get_isolation_type() != HV_ISOLATION_TYPE_NONE; } EXPORT_SYMBOL_GPL(hv_is_isolation_supported); @@ -4303,7 +4303,7 @@ index 000000000000..f0053c786891 +} +EXPORT_SYMBOL_GPL(hv_query_ext_cap); -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -4358,7 +4358,7 @@ index 1006ed2d7c60..5148ae242780 100644 return 0; } -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -4415,7 +4415,7 @@ index 5148ae242780..2276689b5411 100644 ACPI_COMPANION_SET(&bridge->dev, adev); -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -4451,7 +4451,7 @@ index 7a2492fb0ee1..2c7500e4810f 100644 #include -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -4523,7 +4523,7 @@ index 25087e12315a..8f3f1440af3f 100644 kfree(hbus); return ret; -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -4733,7 +4733,7 @@ index 8f3f1440af3f..3666132695f7 100644 static int hv_pci_resume(struct hv_device *hdev) -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -4820,7 +4820,7 @@ index 692ce678c5f1..8054d61721aa 100644 struct list_head dma_ranges; /* dma ranges resource list */ u8 (*swizzle_irq)(struct pci_dev *, u8 *); /* Platform IRQ swizzler */ -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -4884,7 +4884,7 @@ index 7e4cb5f7c9ca..a49ca043ded8 100644 d = pci_host_bridge_acpi_msi_domain(bus); -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -4933,7 +4933,7 @@ index 66c794d92391..d1123ceb38f3 100644 config HYPERV_UTILS tristate "Microsoft Hyper-V Utilities driver" -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -4981,7 +4981,7 @@ Signed-off-by: Wei Liu create mode 100644 arch/arm64/include/asm/mshyperv.h diff --git a/MAINTAINERS b/MAINTAINERS -index 4d10e79030a9..549be23643f8 100644 +index f6c6b403a1b7..733b083535e7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8153,6 +8153,9 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux.git @@ -5283,7 +5283,7 @@ index 000000000000..20070a847304 + +#endif -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -5411,7 +5411,7 @@ index 000000000000..bbbe351e9045 +} +EXPORT_SYMBOL_GPL(hv_is_hyperv_initialized); -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -5497,7 +5497,7 @@ index 4c5dc0f51b12..b54c34793701 100644 +} +EXPORT_SYMBOL_GPL(hyperv_report_panic); -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -5521,10 +5521,10 @@ Signed-off-by: Wei Liu 1 file changed, 1 insertion(+) diff --git a/arch/arm64/kernel/efi.c b/arch/arm64/kernel/efi.c -index fa02efb28e88..e1be6c429810 100644 +index 72f432d23ec5..386bd81ca12b 100644 --- a/arch/arm64/kernel/efi.c +++ b/arch/arm64/kernel/efi.c -@@ -55,6 +55,7 @@ static __init pteval_t create_mapping_protection(efi_memory_desc_t *md) +@@ -71,6 +71,7 @@ static __init pteval_t create_mapping_protection(efi_memory_desc_t *md) /* we will fill this structure from the stub, so don't put it in .bss */ struct screen_info screen_info __section(".data"); @@ -5533,7 +5533,7 @@ index fa02efb28e88..e1be6c429810 100644 int __init efi_create_mapping(struct mm_struct *mm, efi_memory_desc_t *md) { -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -5587,7 +5587,7 @@ index 3666132695f7..c3db607a1ae4 100644 hbus->hdev = hdev; INIT_LIST_HEAD(&hbus->children); -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -5610,7 +5610,7 @@ Signed-off-by: Wei Liu 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c -index 05c1d1bb4981..cbd40dbcfff8 100644 +index 591438deda76..5adcbb1dc91e 100644 --- a/drivers/hv/vmbus_drv.c +++ b/drivers/hv/vmbus_drv.c @@ -1398,6 +1398,24 @@ static struct kmsg_dumper hv_kmsg_dumper = { @@ -5663,7 +5663,7 @@ index 05c1d1bb4981..cbd40dbcfff8 100644 register_die_notifier(&hyperv_die_block); } -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -5706,7 +5706,7 @@ Signed-off-by: Wei Liu 7 files changed, 110 insertions(+), 100 deletions(-) diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c -index 2fd8fa8fffd6..f5bf019cf5d0 100644 +index f7d6f368a395..5a80a5c0655c 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c @@ -75,7 +75,7 @@ static int hv_cpu_init(unsigned int cpu) @@ -5719,7 +5719,7 @@ index 2fd8fa8fffd6..f5bf019cf5d0 100644 hv_vp_index[smp_processor_id()] = msr_vp_index; diff --git a/arch/x86/include/asm/hyperv-tlfs.h b/arch/x86/include/asm/hyperv-tlfs.h -index 119cc587775a..89eb0a885319 100644 +index 2feb95446a17..fb0580cb61d0 100644 --- a/arch/x86/include/asm/hyperv-tlfs.h +++ b/arch/x86/include/asm/hyperv-tlfs.h @@ -149,7 +149,7 @@ enum hv_isolation_type { @@ -6107,7 +6107,7 @@ index 3b1ba6c607a1..2fb794d2435d 100644 { struct vmbus_channel *channel, *sc; diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c -index cbd40dbcfff8..3f59865dad20 100644 +index 5adcbb1dc91e..0ad251b5dfa7 100644 --- a/drivers/hv/vmbus_drv.c +++ b/drivers/hv/vmbus_drv.c @@ -1505,7 +1505,7 @@ static int vmbus_bus_init(void) @@ -6133,7 +6133,7 @@ index 2c7500e4810f..41c65e434a0d 100644 } -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -6195,7 +6195,7 @@ index 2fb794d2435d..08ff1d19824e 100644 shared_sint.as_uint64); -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -6283,7 +6283,7 @@ index 584ee570745e..6f72abdadd7b 100644 hv_sched_clock_offset = hv_read_reference_counter(); -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -6349,7 +6349,7 @@ index 6f72abdadd7b..ee63913c4396 100644 .vdso_clock_mode = VDSO_CLOCKMODE_HVCLOCK, #else -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -6466,7 +6466,7 @@ index 08ff1d19824e..147abe31b540 100644 diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c -index 3f59865dad20..d335216c72e7 100644 +index 0ad251b5dfa7..e61ab3739036 100644 --- a/drivers/hv/vmbus_drv.c +++ b/drivers/hv/vmbus_drv.c @@ -48,8 +48,10 @@ static int hyperv_cpuhp_online; @@ -6542,7 +6542,7 @@ index 3f59865dad20..d335216c72e7 100644 err_setup: bus_unregister(&hv_bus); unregister_sysctl_table(hv_ctl_table_hdr); -@@ -2655,6 +2687,18 @@ static int __init hv_acpi_init(void) +@@ -2656,6 +2688,18 @@ static int __init hv_acpi_init(void) ret = -ETIMEDOUT; goto cleanup; } @@ -6561,7 +6561,7 @@ index 3f59865dad20..d335216c72e7 100644 hv_debug_init(); ret = vmbus_bus_init(); -@@ -2685,7 +2729,12 @@ static void __exit vmbus_exit(void) +@@ -2686,7 +2730,12 @@ static void __exit vmbus_exit(void) vmbus_connection.conn_state = DISCONNECTED; hv_stimer_global_cleanup(); vmbus_disconnect(); @@ -6601,7 +6601,7 @@ index 41c65e434a0d..f9cde867c892 100644 #if IS_ENABLED(CONFIG_HYPERV) /* -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -6640,7 +6640,7 @@ Signed-off-by: Wei Liu 6 files changed, 120 insertions(+), 72 deletions(-) diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c -index f5bf019cf5d0..5f1a6bffab14 100644 +index 5a80a5c0655c..b938102ecc51 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c @@ -333,7 +333,7 @@ static void __init hv_stimer_setup_percpu_clockev(void) @@ -6979,7 +6979,7 @@ index 34eef083c988..b6774aa5a4b8 100644 extern void hv_stimer_legacy_init(unsigned int cpu, int sint); extern void hv_stimer_legacy_cleanup(unsigned int cpu); -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -7013,7 +7013,7 @@ Signed-off-by: Wei Liu 5 files changed, 158 insertions(+), 88 deletions(-) diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c -index 5f1a6bffab14..5f2515a07c28 100644 +index b938102ecc51..a0e47c02d138 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c @@ -39,48 +39,17 @@ EXPORT_SYMBOL_GPL(hv_hypercall_pg); @@ -7381,7 +7381,7 @@ index e13f137a0ba8..977166ff8672 100644 void *hv_alloc_hyperv_zeroed_page(void); void hv_free_hyperv_page(unsigned long addr); -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -7410,10 +7410,10 @@ Signed-off-by: Wei Liu 3 files changed, 49 insertions(+), 8 deletions(-) diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c -index 5f2515a07c28..ac218fae0114 100644 +index a0e47c02d138..3f085e5b0375 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c -@@ -474,7 +474,6 @@ void hyperv_cleanup(void) +@@ -472,7 +472,6 @@ void hyperv_cleanup(void) hypercall_msr.as_uint64 = 0; wrmsrl(HV_X64_MSR_REFERENCE_TSC, hypercall_msr.as_uint64); } @@ -7421,7 +7421,7 @@ index 5f2515a07c28..ac218fae0114 100644 void hyperv_report_panic(struct pt_regs *regs, long err, bool in_die) { -@@ -548,4 +547,3 @@ bool hv_is_isolation_supported(void) +@@ -546,4 +545,3 @@ bool hv_is_isolation_supported(void) { return hv_get_isolation_type() != HV_ISOLATION_TYPE_NONE; } @@ -7536,7 +7536,7 @@ index caba4f728987..cac9c6bfc653 100644 +} +EXPORT_SYMBOL_GPL(hyperv_cleanup); -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -7622,7 +7622,7 @@ index c3db607a1ae4..5386abaf2426 100644 hv_put_dom_num(hbus->bridge->domain_nr); -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -7649,7 +7649,7 @@ Signed-off-by: Wei Liu 3 files changed, 19 insertions(+), 17 deletions(-) diff --git a/arch/x86/hyperv/hv_init.c b/arch/x86/hyperv/hv_init.c -index ac218fae0114..a25138a5ef1b 100644 +index 3f085e5b0375..b3048f874b20 100644 --- a/arch/x86/hyperv/hv_init.c +++ b/arch/x86/hyperv/hv_init.c @@ -7,10 +7,10 @@ @@ -7664,7 +7664,7 @@ index ac218fae0114..a25138a5ef1b 100644 #include #include #include -@@ -529,12 +529,6 @@ bool hv_is_hyperv_initialized(void) +@@ -527,12 +527,6 @@ bool hv_is_hyperv_initialized(void) } EXPORT_SYMBOL_GPL(hv_is_hyperv_initialized); @@ -7745,7 +7745,7 @@ index cac9c6bfc653..4d7fcff39b8c 100644 * may be overridden by architecture specific versions. Architectures * for which the default "no-op" behavior is sufficient can leave -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -7892,7 +7892,7 @@ index b6774aa5a4b8..b3f5d73ae1d6 100644 #endif -- -2.18.4 +2.39.0 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -7919,5 +7919,5 @@ index e589ca2d3f38..3dc8e120b48d 100644 #include #include -- -2.18.4 +2.39.0 diff --git a/SOURCES/kernel-aarch64-debug-fedora.config b/SOURCES/kernel-aarch64-debug-fedora.config index 6f080d3..d34a725 100644 --- a/SOURCES/kernel-aarch64-debug-fedora.config +++ b/SOURCES/kernel-aarch64-debug-fedora.config @@ -2203,6 +2203,7 @@ CONFIG_FTRACE=y # CONFIG_FTWDT010_WATCHDOG is not set CONFIG_FUJITSU_ERRATUM_010001=y # CONFIG_FUJITSU_ES is not set +# CONFIG_FUNCTION_ERROR_INJECTION is not set CONFIG_FUNCTION_GRAPH_TRACER=y CONFIG_FUNCTION_PROFILER=y CONFIG_FUNCTION_TRACER=y diff --git a/SOURCES/kernel-aarch64-fedora.config b/SOURCES/kernel-aarch64-fedora.config index 98b90c2..a3f8709 100644 --- a/SOURCES/kernel-aarch64-fedora.config +++ b/SOURCES/kernel-aarch64-fedora.config @@ -2187,6 +2187,7 @@ CONFIG_FTRACE=y # CONFIG_FTWDT010_WATCHDOG is not set CONFIG_FUJITSU_ERRATUM_010001=y # CONFIG_FUJITSU_ES is not set +# CONFIG_FUNCTION_ERROR_INJECTION is not set CONFIG_FUNCTION_GRAPH_TRACER=y CONFIG_FUNCTION_PROFILER=y CONFIG_FUNCTION_TRACER=y diff --git a/SOURCES/kernel-armv7hl-debug-fedora.config b/SOURCES/kernel-armv7hl-debug-fedora.config index ec083bb..c7b7856 100644 --- a/SOURCES/kernel-armv7hl-debug-fedora.config +++ b/SOURCES/kernel-armv7hl-debug-fedora.config @@ -2214,6 +2214,7 @@ CONFIG_FTRACE_MCOUNT_RECORD=y CONFIG_FTRACE_SYSCALLS=y CONFIG_FTRACE=y # CONFIG_FTWDT010_WATCHDOG is not set +# CONFIG_FUNCTION_ERROR_INJECTION is not set # CONFIG_FUNCTION_GRAPH_TRACER is not set CONFIG_FUNCTION_PROFILER=y CONFIG_FUNCTION_TRACER=y diff --git a/SOURCES/kernel-armv7hl-fedora.config b/SOURCES/kernel-armv7hl-fedora.config index cb12da2..9cb0339 100644 --- a/SOURCES/kernel-armv7hl-fedora.config +++ b/SOURCES/kernel-armv7hl-fedora.config @@ -2199,6 +2199,7 @@ CONFIG_FTRACE_MCOUNT_RECORD=y CONFIG_FTRACE_SYSCALLS=y CONFIG_FTRACE=y # CONFIG_FTWDT010_WATCHDOG is not set +# CONFIG_FUNCTION_ERROR_INJECTION is not set # CONFIG_FUNCTION_GRAPH_TRACER is not set CONFIG_FUNCTION_PROFILER=y CONFIG_FUNCTION_TRACER=y diff --git a/SOURCES/kernel-armv7hl-lpae-debug-fedora.config b/SOURCES/kernel-armv7hl-lpae-debug-fedora.config index d3f3641..be60eda 100644 --- a/SOURCES/kernel-armv7hl-lpae-debug-fedora.config +++ b/SOURCES/kernel-armv7hl-lpae-debug-fedora.config @@ -2166,6 +2166,7 @@ CONFIG_FTRACE_MCOUNT_RECORD=y CONFIG_FTRACE_SYSCALLS=y CONFIG_FTRACE=y # CONFIG_FTWDT010_WATCHDOG is not set +# CONFIG_FUNCTION_ERROR_INJECTION is not set # CONFIG_FUNCTION_GRAPH_TRACER is not set CONFIG_FUNCTION_PROFILER=y CONFIG_FUNCTION_TRACER=y diff --git a/SOURCES/kernel-armv7hl-lpae-fedora.config b/SOURCES/kernel-armv7hl-lpae-fedora.config index 8a64adf..47a9376 100644 --- a/SOURCES/kernel-armv7hl-lpae-fedora.config +++ b/SOURCES/kernel-armv7hl-lpae-fedora.config @@ -2151,6 +2151,7 @@ CONFIG_FTRACE_MCOUNT_RECORD=y CONFIG_FTRACE_SYSCALLS=y CONFIG_FTRACE=y # CONFIG_FTWDT010_WATCHDOG is not set +# CONFIG_FUNCTION_ERROR_INJECTION is not set # CONFIG_FUNCTION_GRAPH_TRACER is not set CONFIG_FUNCTION_PROFILER=y CONFIG_FUNCTION_TRACER=y diff --git a/SOURCES/kernel-i686-debug-fedora.config b/SOURCES/kernel-i686-debug-fedora.config index 885c6b5..439d486 100644 --- a/SOURCES/kernel-i686-debug-fedora.config +++ b/SOURCES/kernel-i686-debug-fedora.config @@ -1894,6 +1894,7 @@ CONFIG_FTRACE=y CONFIG_FUJITSU_ES=m CONFIG_FUJITSU_LAPTOP=m CONFIG_FUJITSU_TABLET=m +# CONFIG_FUNCTION_ERROR_INJECTION is not set CONFIG_FUNCTION_GRAPH_TRACER=y CONFIG_FUNCTION_PROFILER=y CONFIG_FUNCTION_TRACER=y diff --git a/SOURCES/kernel-i686-fedora.config b/SOURCES/kernel-i686-fedora.config index f36de5b..1e25a10 100644 --- a/SOURCES/kernel-i686-fedora.config +++ b/SOURCES/kernel-i686-fedora.config @@ -1877,6 +1877,7 @@ CONFIG_FTRACE=y CONFIG_FUJITSU_ES=m CONFIG_FUJITSU_LAPTOP=m CONFIG_FUJITSU_TABLET=m +# CONFIG_FUNCTION_ERROR_INJECTION is not set CONFIG_FUNCTION_GRAPH_TRACER=y CONFIG_FUNCTION_PROFILER=y CONFIG_FUNCTION_TRACER=y diff --git a/SOURCES/kernel-ppc64le-debug-fedora.config b/SOURCES/kernel-ppc64le-debug-fedora.config index d22ad3d..db19b08 100644 --- a/SOURCES/kernel-ppc64le-debug-fedora.config +++ b/SOURCES/kernel-ppc64le-debug-fedora.config @@ -1735,6 +1735,7 @@ CONFIG_FTRACE_MCOUNT_RECORD=y CONFIG_FTRACE_SYSCALLS=y CONFIG_FTRACE=y # CONFIG_FTR_FIXUP_SELFTEST is not set +# CONFIG_FUNCTION_ERROR_INJECTION is not set CONFIG_FUNCTION_GRAPH_TRACER=y CONFIG_FUNCTION_PROFILER=y CONFIG_FUNCTION_TRACER=y diff --git a/SOURCES/kernel-ppc64le-fedora.config b/SOURCES/kernel-ppc64le-fedora.config index 592be0c..5f748b7 100644 --- a/SOURCES/kernel-ppc64le-fedora.config +++ b/SOURCES/kernel-ppc64le-fedora.config @@ -1718,6 +1718,7 @@ CONFIG_FTRACE_MCOUNT_RECORD=y CONFIG_FTRACE_SYSCALLS=y CONFIG_FTRACE=y # CONFIG_FTR_FIXUP_SELFTEST is not set +# CONFIG_FUNCTION_ERROR_INJECTION is not set CONFIG_FUNCTION_GRAPH_TRACER=y CONFIG_FUNCTION_PROFILER=y CONFIG_FUNCTION_TRACER=y diff --git a/SOURCES/kernel-s390x-debug-fedora.config b/SOURCES/kernel-s390x-debug-fedora.config index 3f12e1c..0561cdd 100644 --- a/SOURCES/kernel-s390x-debug-fedora.config +++ b/SOURCES/kernel-s390x-debug-fedora.config @@ -1732,6 +1732,7 @@ CONFIG_FTRACE_MCOUNT_RECORD=y # CONFIG_FTRACE_STARTUP_TEST is not set CONFIG_FTRACE_SYSCALLS=y CONFIG_FTRACE=y +# CONFIG_FUNCTION_ERROR_INJECTION is not set CONFIG_FUNCTION_GRAPH_TRACER=y CONFIG_FUNCTION_PROFILER=y CONFIG_FUNCTION_TRACER=y diff --git a/SOURCES/kernel-s390x-fedora.config b/SOURCES/kernel-s390x-fedora.config index f1fa9ef..1218e8b 100644 --- a/SOURCES/kernel-s390x-fedora.config +++ b/SOURCES/kernel-s390x-fedora.config @@ -1715,6 +1715,7 @@ CONFIG_FTRACE_MCOUNT_RECORD=y # CONFIG_FTRACE_STARTUP_TEST is not set CONFIG_FTRACE_SYSCALLS=y CONFIG_FTRACE=y +# CONFIG_FUNCTION_ERROR_INJECTION is not set CONFIG_FUNCTION_GRAPH_TRACER=y CONFIG_FUNCTION_PROFILER=y CONFIG_FUNCTION_TRACER=y diff --git a/SOURCES/kernel-x86_64-debug-fedora.config b/SOURCES/kernel-x86_64-debug-fedora.config index 1fdb255..26b26ca 100644 --- a/SOURCES/kernel-x86_64-debug-fedora.config +++ b/SOURCES/kernel-x86_64-debug-fedora.config @@ -1930,6 +1930,7 @@ CONFIG_FTRACE=y CONFIG_FUJITSU_ES=m CONFIG_FUJITSU_LAPTOP=m CONFIG_FUJITSU_TABLET=m +# CONFIG_FUNCTION_ERROR_INJECTION is not set CONFIG_FUNCTION_GRAPH_TRACER=y CONFIG_FUNCTION_PROFILER=y CONFIG_FUNCTION_TRACER=y diff --git a/SOURCES/kernel-x86_64-fedora.config b/SOURCES/kernel-x86_64-fedora.config index 9f750ea..763513a 100644 --- a/SOURCES/kernel-x86_64-fedora.config +++ b/SOURCES/kernel-x86_64-fedora.config @@ -1913,6 +1913,7 @@ CONFIG_FTRACE=y CONFIG_FUJITSU_ES=m CONFIG_FUJITSU_LAPTOP=m CONFIG_FUJITSU_TABLET=m +# CONFIG_FUNCTION_ERROR_INJECTION is not set CONFIG_FUNCTION_GRAPH_TRACER=y CONFIG_FUNCTION_PROFILER=y CONFIG_FUNCTION_TRACER=y diff --git a/SOURCES/linux-5.10-lx2160a-network.patch b/SOURCES/linux-5.10-lx2160a-network.patch index 8736b99..5e5ebd5 100644 --- a/SOURCES/linux-5.10-lx2160a-network.patch +++ b/SOURCES/linux-5.10-lx2160a-network.patch @@ -82,7 +82,7 @@ index e329cdd7156c..a68afc9d1e32 100644 /* -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -139,7 +139,7 @@ index 85ca5fdee581..c932387641fa 100644 __le32 flags; __le32 pad3; -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -225,7 +225,7 @@ index 6b0c433954bf..da95835a49f6 100644 .probe = fsl_guts_probe, .remove = fsl_guts_remove, -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -479,7 +479,7 @@ index 40d7e98fc990..e1214995633e 100644 static inline void *mmc_priv(struct mmc_host *host) { -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -588,7 +588,7 @@ index 2d4542629d80..3e0a1a5655f0 100644 int device_get_phy_mode(struct device *dev); -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -678,7 +678,7 @@ index ec66779cb193..274fce7b5c01 100644 * * IVRS - I/O Virtualization Reporting Structure -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -854,7 +854,7 @@ index 50ed949dc144..017c311b89ca 100644 if (ops) { fwnode = acpi_alloc_fwnode_static(); -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -979,7 +979,7 @@ index e90c267e7f3e..9549eca5925d 100644 const struct iommu_ops *ops); void iommu_fwspec_free(struct device *dev); -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -1125,7 +1125,7 @@ index 1a12baa58e40..a925cac61573 100644 #endif /* __ACPI_IORT_H__ */ -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -1191,7 +1191,7 @@ index bc4cbc7542ce..05530074ba6c 100644 master->ssid_bits = min(smmu->ssid_bits, fwspec->num_pasid_bits); -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -1255,7 +1255,7 @@ index 05530074ba6c..3bf7b19cb58b 100644 } -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -1350,7 +1350,7 @@ index 57e5d223c467..90fcf8a52234 100644 /* SMMU private data for each master */ -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -1427,7 +1427,7 @@ index 4b1b9becc59f..a4397a739b53 100644 static bool arm_smmu_dev_has_feature(struct device *dev, -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -1526,7 +1526,7 @@ index b71647eaa319..a3c3442e7d4c 100644 enum arm_smmu_context_fmt { -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -1608,7 +1608,7 @@ index 2ecdb525fd60..1de07f589f16 100644 static int arm_smmu_def_domain_type(struct device *dev) -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -1805,7 +1805,7 @@ index 955a52856210..13d42dd58ec9 100644 void dpaa2_mac_disconnect(struct dpaa2_mac *mac); -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -1964,7 +1964,7 @@ index 000000000000..7d01ae8b3cc6 + +[4] Documentation/devicetree/bindings/net/ethernet-controller.yaml -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2063,7 +2063,7 @@ index 08725a262f32..4bd26a744c98 100644 { return NULL; -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2202,7 +2202,7 @@ index 4bd26a744c98..4e911cc926f0 100644 struct phy_device *get_phy_device(struct mii_bus *bus, int addr, bool is_c45) { -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2242,7 +2242,7 @@ index 285a0d9703da..c99209e10f30 100644 EXPORT_SYMBOL(of_phy_find_device); -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2316,7 +2316,7 @@ index 4e911cc926f0..a79f8ab3baf8 100644 struct mdio_device *fwnode_mdio_find_device(struct fwnode_handle *fwnode) { -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2356,7 +2356,7 @@ index c99209e10f30..e8e60f99ee36 100644 static struct mii_timestamper *of_find_mii_timestamper(struct device_node *node) -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2430,7 +2430,7 @@ index 0fa369c6eaa1..077c76a1e9a6 100644 device_del(&phydev->mdio.dev); -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2663,7 +2663,7 @@ index f56c6a9230ac..a60bf3d74207 100644 struct phy_device *phy, struct device_node *child, u32 addr) -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2736,7 +2736,7 @@ index 2fbb65cea2f4..c0e695f730b4 100644 static int of_mdiobus_register_device(struct mii_bus *mdio, -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2804,7 +2804,7 @@ index 96d69404a54f..dabc52a9d23e 100644 #ifdef CONFIG_ACPI_HOTPLUG_IOAPIC -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -2962,7 +2962,7 @@ index 000000000000..748d261fe2f9 + +#endif /* __LINUX_ACPI_MDIO_H */ -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -3040,7 +3040,7 @@ index 8c0392845916..20f22211260b 100644 #endif /* __LINUX_FWNODE_MDIO_H */ -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -3127,7 +3127,7 @@ index b7984a772e12..19f64d329f7c 100644 dev_err(&pdev->dev, "cannot register MDIO bus\n"); goto err_registration; -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -3231,7 +3231,7 @@ index d81a714cfbbd..75d4f99090fd 100644 void phylink_mac_change(struct phylink *, bool up); -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -3297,7 +3297,7 @@ index a2910b4e5e0a..f1150e835cf4 100644 EXPORT_SYMBOL_GPL(phylink_of_phy_connect); -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -3501,7 +3501,7 @@ index 50dd302abcf4..efd804d4a1bf 100644 return err; } -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -3598,7 +3598,7 @@ index 000000000000..cf56d46f052e + +#endif /* _UAPI_FSL_MC_H_ */ -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -3641,7 +3641,7 @@ index 85a0225db522..b291b35e3884 100644 struct mc_cmd_header *hdr = (struct mc_cmd_header *)&cmd->header; u16 cmd_id = le16_to_cpu(hdr->cmd_id); -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -4420,7 +4420,7 @@ index cf56d46f052e..e57451570033 100644 + #endif /* _UAPI_FSL_MC_H_ */ -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -4559,7 +4559,7 @@ index 6293a24de456..42bdb8679a36 100644 void fsl_mc_allocator_driver_exit(void); -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -4742,7 +4742,7 @@ index 42bdb8679a36..1958fa065360 100644 + #endif /* _FSL_MC_PRIVATE_H_ */ -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -4858,7 +4858,7 @@ index df71c16f8a73..787844f0b636 100644 * Allocate IRQ's before binding the scanned devices with their * respective drivers. -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -4898,7 +4898,7 @@ index 9d65557dfb2c..3c3c1cb7df37 100644 /* Pre-notify listeners that a device is being removed. */ blocking_notifier_call_chain(&group->notifier, -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -4999,7 +4999,7 @@ index 62bb9272dcb2..af36cd647bf5 100644 }; -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -5067,7 +5067,7 @@ index efd804d4a1bf..1b347dbced9f 100644 default: goto empty_set; -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -5104,7 +5104,7 @@ index 1b347dbced9f..272b4b4aac92 100644 if (err) goto err_put_node; -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -5144,7 +5144,7 @@ index 272b4b4aac92..708aced0ed47 100644 break; phylink_set(mask, 5000baseT_Full); -- -2.18.4 +2.39.1 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 @@ -5226,5 +5226,5 @@ index 708aced0ed47..31222b2305da 100644 dpaa2_pcs_destroy(mac); } -- -2.18.4 +2.39.1 diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index 6439638..a54b15a 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -94,7 +94,7 @@ Summary: The Linux kernel %if 0%{?released_kernel} # Do we have a -stable update to apply? -%define stable_update 156 +%define stable_update 165 # Set rpm version accordingly %if 0%{?stable_update} %define stablerev %{stable_update} @@ -3011,6 +3011,9 @@ fi # # %changelog +* Sun Jan 29 2023 Pablo Greco - 5.10.165-200 +- Update to version v5.10.165 + * Sun Nov 27 2022 Pablo Greco - 5.10.156-200 - Update to version v5.10.156