# git rev-parse -q --verify 1a2a76c2685a29e46d7b37e752ccea7b15aa8e24^{commit} 1a2a76c2685a29e46d7b37e752ccea7b15aa8e24 already have revision, skipping fetch # git checkout -q -f -B kisskb 1a2a76c2685a29e46d7b37e752ccea7b15aa8e24 # git clean -qxdf # < git log -1 # commit 1a2a76c2685a29e46d7b37e752ccea7b15aa8e24 # Merge: f41377609a72 0f378d73d429 # Author: Linus Torvalds # Date: Sun Feb 9 12:11:12 2020 -0800 # # Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip # # Pull x86 fixes from Thomas Gleixner: # "A set of fixes for X86: # # - Ensure that the PIT is set up when the local APIC is disable or # configured in legacy mode. This is caused by an ordering issue # introduced in the recent changes which skip PIT initialization when # the TSC and APIC frequencies are already known. # # - Handle malformed SRAT tables during early ACPI parsing which caused # an infinite loop anda boot hang. # # - Fix a long standing race in the affinity setting code which affects # PCI devices with non-maskable MSI interrupts. The problem is caused # by the non-atomic writes of the MSI address (destination APIC id) # and data (vector) fields which the device uses to construct the MSI # message. The non-atomic writes are mandated by PCI. # # If both fields change and the device raises an interrupt after # writing address and before writing data, then the MSI block # constructs a inconsistent message which causes interrupts to be # lost and subsequent malfunction of the device. # # The fix is to redirect the interrupt to the new vector on the # current CPU first and then switch it over to the new target CPU. # This allows to observe an eventually raised interrupt in the # transitional stage (old CPU, new vector) to be observed in the APIC # IRR and retriggered on the new target CPU and the new vector. # # The potential spurious interrupts caused by this are harmless and # can in the worst case expose a buggy driver (all handlers have to # be able to deal with spurious interrupts as they can and do happen # for various reasons). # # - Add the missing suspend/resume mechanism for the HYPERV hypercall # page which prevents resume hibernation on HYPERV guests. This # change got lost before the merge window. # # - Mask the IOAPIC before disabling the local APIC to prevent # potentially stale IOAPIC remote IRR bits which cause stale # interrupt lines after resume" # # * tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: # x86/apic: Mask IOAPIC entries when disabling the local APIC # x86/hyperv: Suspend/resume the hypercall page for hibernation # x86/apic/msi: Plug non-maskable MSI affinity race # x86/boot: Handle malformed SRAT tables during early ACPI parsing # x86/timer: Don't skip PIT setup when APIC is disabled or in legacy mode # < /opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-gcc --version # < /opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-ld --version # < git log --format=%s --max-count=1 1a2a76c2685a29e46d7b37e752ccea7b15aa8e24 # < make -s -j 24 ARCH=arm O=/kisskb/build/linus_lpc32xx_defconfig_arm CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- lpc32xx_defconfig # make -s -j 24 ARCH=arm O=/kisskb/build/linus_lpc32xx_defconfig_arm CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- /kisskb/src/kernel/printk/printk.c: In function 'devkmsg_sysctl_set_loglvl': /kisskb/src/kernel/printk/printk.c:204:16: warning: 'old' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c: In function 'proc_reg_open': /kisskb/src/include/linux/list.h:72:12: warning: 'pdeo' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/fs/proc/inode.c:338:21: note: 'pdeo' was declared here /kisskb/src/ipc/shm.c: In function 'ksys_shmdt': /kisskb/src/ipc/shm.c:1712:59: warning: 'file' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/gpio/gpiolib-of.c: In function 'of_gpiochip_add': /kisskb/src/drivers/gpio/gpiolib-of.c:635:8: warning: 'dflags' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/gpio/gpiolib-of.c:621:19: note: 'dflags' was declared here /kisskb/src/drivers/gpio/gpiolib-of.c:635:8: warning: 'lflags' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/gpio/gpiolib-of.c:620:16: note: 'lflags' was declared here /kisskb/src/net/core/gen_stats.c: In function '__gnet_stats_copy_basic': /kisskb/src/net/core/gen_stats.c:156:19: warning: 'seq' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_mst_dsc_aux_for_port': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5399:9: warning: missing braces around initializer [-Wmissing-braces] /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:5399:9: warning: (near initialization for 'desc.ident') [-Wmissing-braces] /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c: In function 'drm_dp_sideband_msg_build': /kisskb/src/drivers/gpu/drm/drm_dp_mst_topology.c:729:23: warning: 'hdrlen' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/net/core/dev.c: In function 'validate_xmit_skb_list': /kisskb/src/net/core/dev.c:3597:15: warning: 'tail' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/gpu/drm/drm_edid.c: In function 'cea_mode_alternate_timings': /kisskb/src/drivers/gpu/drm/drm_edid.c:3275:2: error: call to '__compiletime_assert_3282' declared with attribute error: BUILD_BUG_ON failed: cea_mode_for_vic(8)->vtotal != 262 || cea_mode_for_vic(9)->vtotal != 262 || cea_mode_for_vic(12)->vtotal != 262 || cea_mode_for_vic(13)->vtotal != 262 || cea_mode_for_vic(23)->vtotal != 312 || cea_mode_for_vic(24)->vtotal != 312 || cea_mode_for_vic(27)->vtotal != 312 || cea_mode_for_vic(28)->vtotal != 312 make[4]: *** [/kisskb/src/scripts/Makefile.build:266: drivers/gpu/drm/drm_edid.o] Error 1 make[4]: *** Waiting for unfinished jobs.... make[3]: *** [/kisskb/src/scripts/Makefile.build:503: drivers/gpu/drm] Error 2 make[2]: *** [/kisskb/src/scripts/Makefile.build:503: drivers/gpu] Error 2 make[2]: *** Waiting for unfinished jobs.... /kisskb/src/drivers/usb/core/devio.c: In function 'async_completed': /kisskb/src/drivers/usb/core/devio.c:625:23: warning: 'errno' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/drivers/mtd/ubi/eba.c: In function 'try_write_vid_and_data': /kisskb/src/drivers/mtd/ubi/eba.c:988:7: warning: 'opnum' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/lib/rhashtable.c: In function 'rht_deferred_worker': /kisskb/src/include/linux/rhashtable.h:110:10: warning: 'next' may be used uninitialized in this function [-Wuninitialized] /kisskb/src/lib/rhashtable.c:222:28: note: 'next' was declared here make[1]: *** [/kisskb/src/Makefile:1681: drivers] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [Makefile:179: sub-make] Error 2 Command 'make -s -j 24 ARCH=arm O=/kisskb/build/linus_lpc32xx_defconfig_arm CROSS_COMPILE=/opt/cross/kisskb/gcc-4.6.3-nolibc/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi- ' returned non-zero exit status 2 # rm -rf /kisskb/build/linus_lpc32xx_defconfig_arm # Build took: 0:01:01.455395