[OE-core] [PATCH 3/4] linux-yocto/5.13: update to v5.13.12

2021-08-26 Thread Bruce Ashfield
From: Bruce Ashfield 

Updating linux-yocto/5.13 to the latest korg -stable release that comprises
the following commits:

f428e49b8cb1 Linux 5.13.12
639a033fd765 KVM: nSVM: always intercept VMLOAD/VMSAVE when nested 
(CVE-2021-3656)
a0949ee63cf9 KVM: nSVM: avoid picking up unsupported bits from L2 in 
int_ctl (CVE-2021-3653)
874213144352 kasan, slub: reset tag when printing address
ac0e79584d41 ceph: take snap_empty_lock atomically with snaprealm refcount 
change
dcd02a1248cc ceph: clean up locking annotation for ceph_get_snap_realm and 
__lookup_snap_realm
36b361cb1966 ceph: add some lockdep assertions around snaprealm handling
90d215367156 KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU 
with spinlock
0f4bf029494d KVM: x86/mmu: Don't leak non-leaf SPTEs when zapping all SPTEs
bd043e754f4d KVM: nVMX: Use vmx_need_pf_intercept() when deciding if L0 
wants a #PF
1163cd462e1f KVM: VMX: Use current VMCS to query WAITPKG support for MSR 
emulation
a3040e7e9ff2 locking/rtmutex: Use the correct rtmutex debugging config 
option
b636a0d1e5c8 efi/libstub: arm64: Double check image alignment at entry
0e1d1392f381 powerpc/32: Fix critical and debug interrupts on BOOKE
4ce6f022df43 powerpc/xive: Do not skip CPU-less nodes when creating the IPIs
3b1700551dee powerpc/smp: Fix OOPS in topology_init()
115ff78c3a03 powerpc/32s: Fix napping restore in data storage interrupt 
(DSI)
3eda59bcee6e powerpc/pseries: Fix update of LPAR security flavor after LPM
33971cedf1d9 powerpc/interrupt: Do not call single_step_exception() from 
other exceptions
11aa5db61e9b PCI/MSI: Protect msi_desc::masked for multi-MSI
b82047e5d807 PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()
849b6a5bde32 PCI/MSI: Correct misleading comments
ea6cc94e8807 PCI/MSI: Do not set invalid bits in MSI mask
78225ed700df PCI/MSI: Enforce MSI[X] entry updates to be visible
0b51d4c16a27 PCI/MSI: Enforce that MSI-X table entry is masked for update
6c971252f090 PCI/MSI: Mask all unused MSI-X entries
f800bb380fea PCI/MSI: Enable and mask MSI-X early
73d8b5769514 powerpc/interrupt: Fix OOPS by not calling do_IRQ() from 
timer_interrupt()
9dac5f65caaf genirq/timings: Prevent potential array overflow in 
__irq_timings_store()
0c081d4a6a13 genirq/msi: Ensure deactivation on teardown
0abb63311246 x86/resctrl: Fix default monitoring groups reporting
55cd80f4928c x86/ioapic: Force affinity setup before startup
067ef0204880 x86/msi: Force affinity setup before startup
24ed8f291d59 genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP
560051d8f439 x86/tools: Fix objdump version check again
d8f9d8c4be6e i2c: iproc: fix race between client unreg and tasklet
daf371e74d36 powerpc/kprobes: Fix kprobe Oops happens in booke
2bfb303470e0 efi/libstub: arm64: Relax 2M alignment again for relocatable 
kernels
bfc48d02d915 efi/libstub: arm64: Force Image reallocation if BSS was not 
reserved
f3409e925da2 KVM: arm64: Fix off-by-one in range_is_memory
14034883d058 arm64: efi: kaslr: Fix occasional random alloc (and boot) 
failure
98f73989055f nbd: Aovid double completion of a request
09625c5badd2 vsock/virtio: avoid potential deadlock when vsock device remove
128e480afe78 xen/events: Fix race in set_evtchn_to_irq
950429a4d346 drm/i915: Only access SFC_DONE when media domain is not fused 
off
9977d0baadc8 net: igmp: increase size of mr_ifc_count
4391389526a1 tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called 
after 2B packets
53201f2902ee net: linkwatch: fix failure to restore device state across 
suspend/resume
59cabc513b8a net: bridge: fix memleak in br_add_if()
ff6c9aad3599 net: bridge: fix flags interpretation for extern learn fdb 
entries
c7c9cc4a6016 pinctrl: sunxi: Don't underestimate number of functions
735e90f3efa6 net: dsa: sja1105: fix broken backpressure in .port_fdb_dump
8398aab49ba3 net: dsa: lantiq: fix broken backpressure in .port_fdb_dump
c6cbf5672cc0 net: dsa: lan9303: fix broken backpressure in .port_fdb_dump
22ecb3423f9c net: dsa: hellcreek: fix broken backpressure in .port_fdb_dump
52133524d807 net: igmp: fix data-race in igmp_ifc_timer_expire()
44c8aa996911 net: Fix memory leak in ieee802154_raw_deliver
74b264b342a5 net: dsa: microchip: ksz8795: Don't use phy_port_cnt in VLAN 
table lookup
1c4f28207fab net: dsa: microchip: ksz8795: Fix VLAN filtering
3cc015794dab net: dsa: microchip: ksz8795: Use software untagging on CPU 
port
9674dc6724c5 net: dsa: microchip: ksz8795: Fix VLAN untagged flag change on 
deletion
159948c423aa net: dsa: microchip: ksz8795: Reject unsupported VLAN 
configuration
3149f9edddf9 net: dsa: microchip: ksz8795: Fix PVID tag insertion
8154453a4be5 net: dsa: microchip: Fix ksz_read64()
037570c9adab bpf: Fix potentially incorrect results with 
bpf_get_local_storage()

[OE-core] [PATCH 3/4] linux-yocto/5.13: update to v5.13.12

2021-08-25 Thread Bruce Ashfield
From: Bruce Ashfield 

Updating linux-yocto/5.13 to the latest korg -stable release that comprises
the following commits:

f428e49b8cb1 Linux 5.13.12
639a033fd765 KVM: nSVM: always intercept VMLOAD/VMSAVE when nested 
(CVE-2021-3656)
a0949ee63cf9 KVM: nSVM: avoid picking up unsupported bits from L2 in 
int_ctl (CVE-2021-3653)
874213144352 kasan, slub: reset tag when printing address
ac0e79584d41 ceph: take snap_empty_lock atomically with snaprealm refcount 
change
dcd02a1248cc ceph: clean up locking annotation for ceph_get_snap_realm and 
__lookup_snap_realm
36b361cb1966 ceph: add some lockdep assertions around snaprealm handling
90d215367156 KVM: x86/mmu: Protect marking SPs unsync when using TDP MMU 
with spinlock
0f4bf029494d KVM: x86/mmu: Don't leak non-leaf SPTEs when zapping all SPTEs
bd043e754f4d KVM: nVMX: Use vmx_need_pf_intercept() when deciding if L0 
wants a #PF
1163cd462e1f KVM: VMX: Use current VMCS to query WAITPKG support for MSR 
emulation
a3040e7e9ff2 locking/rtmutex: Use the correct rtmutex debugging config 
option
b636a0d1e5c8 efi/libstub: arm64: Double check image alignment at entry
0e1d1392f381 powerpc/32: Fix critical and debug interrupts on BOOKE
4ce6f022df43 powerpc/xive: Do not skip CPU-less nodes when creating the IPIs
3b1700551dee powerpc/smp: Fix OOPS in topology_init()
115ff78c3a03 powerpc/32s: Fix napping restore in data storage interrupt 
(DSI)
3eda59bcee6e powerpc/pseries: Fix update of LPAR security flavor after LPM
33971cedf1d9 powerpc/interrupt: Do not call single_step_exception() from 
other exceptions
11aa5db61e9b PCI/MSI: Protect msi_desc::masked for multi-MSI
b82047e5d807 PCI/MSI: Use msi_mask_irq() in pci_msi_shutdown()
849b6a5bde32 PCI/MSI: Correct misleading comments
ea6cc94e8807 PCI/MSI: Do not set invalid bits in MSI mask
78225ed700df PCI/MSI: Enforce MSI[X] entry updates to be visible
0b51d4c16a27 PCI/MSI: Enforce that MSI-X table entry is masked for update
6c971252f090 PCI/MSI: Mask all unused MSI-X entries
f800bb380fea PCI/MSI: Enable and mask MSI-X early
73d8b5769514 powerpc/interrupt: Fix OOPS by not calling do_IRQ() from 
timer_interrupt()
9dac5f65caaf genirq/timings: Prevent potential array overflow in 
__irq_timings_store()
0c081d4a6a13 genirq/msi: Ensure deactivation on teardown
0abb63311246 x86/resctrl: Fix default monitoring groups reporting
55cd80f4928c x86/ioapic: Force affinity setup before startup
067ef0204880 x86/msi: Force affinity setup before startup
24ed8f291d59 genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP
560051d8f439 x86/tools: Fix objdump version check again
d8f9d8c4be6e i2c: iproc: fix race between client unreg and tasklet
daf371e74d36 powerpc/kprobes: Fix kprobe Oops happens in booke
2bfb303470e0 efi/libstub: arm64: Relax 2M alignment again for relocatable 
kernels
bfc48d02d915 efi/libstub: arm64: Force Image reallocation if BSS was not 
reserved
f3409e925da2 KVM: arm64: Fix off-by-one in range_is_memory
14034883d058 arm64: efi: kaslr: Fix occasional random alloc (and boot) 
failure
98f73989055f nbd: Aovid double completion of a request
09625c5badd2 vsock/virtio: avoid potential deadlock when vsock device remove
128e480afe78 xen/events: Fix race in set_evtchn_to_irq
950429a4d346 drm/i915: Only access SFC_DONE when media domain is not fused 
off
9977d0baadc8 net: igmp: increase size of mr_ifc_count
4391389526a1 tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called 
after 2B packets
53201f2902ee net: linkwatch: fix failure to restore device state across 
suspend/resume
59cabc513b8a net: bridge: fix memleak in br_add_if()
ff6c9aad3599 net: bridge: fix flags interpretation for extern learn fdb 
entries
c7c9cc4a6016 pinctrl: sunxi: Don't underestimate number of functions
735e90f3efa6 net: dsa: sja1105: fix broken backpressure in .port_fdb_dump
8398aab49ba3 net: dsa: lantiq: fix broken backpressure in .port_fdb_dump
c6cbf5672cc0 net: dsa: lan9303: fix broken backpressure in .port_fdb_dump
22ecb3423f9c net: dsa: hellcreek: fix broken backpressure in .port_fdb_dump
52133524d807 net: igmp: fix data-race in igmp_ifc_timer_expire()
44c8aa996911 net: Fix memory leak in ieee802154_raw_deliver
74b264b342a5 net: dsa: microchip: ksz8795: Don't use phy_port_cnt in VLAN 
table lookup
1c4f28207fab net: dsa: microchip: ksz8795: Fix VLAN filtering
3cc015794dab net: dsa: microchip: ksz8795: Use software untagging on CPU 
port
9674dc6724c5 net: dsa: microchip: ksz8795: Fix VLAN untagged flag change on 
deletion
159948c423aa net: dsa: microchip: ksz8795: Reject unsupported VLAN 
configuration
3149f9edddf9 net: dsa: microchip: ksz8795: Fix PVID tag insertion
8154453a4be5 net: dsa: microchip: Fix ksz_read64()
037570c9adab bpf: Fix potentially incorrect results with 
bpf_get_local_storage()