# git rev-parse -q --verify 8ba9fbe1e4b8a28050c283792344ee8b6bc3465c^{commit} 8ba9fbe1e4b8a28050c283792344ee8b6bc3465c already have revision, skipping fetch # git checkout -q -f -B kisskb 8ba9fbe1e4b8a28050c283792344ee8b6bc3465c # git clean -qxdf # < git log -1 # commit 8ba9fbe1e4b8a28050c283792344ee8b6bc3465c # Merge: 3db903a8ead3 daa7772d477e # Author: Linus Torvalds # Date: Fri Aug 20 12:59:54 2021 -0700 # # Merge tag 'drm-fixes-2021-08-20-3' of git://anongit.freedesktop.org/drm/drm # # Pull drm fixes from Dave Airlie: # "Regularly scheduled fixes. The ttm one solves a problem of GPU drivers # failing to load if debugfs is off in Kconfig, otherwise the i915 and # mediatek, and amdgpu fixes all fairly normal. # # Nouveau has a couple of display fixes, but it has a fix for a # longstanding race condition in it's memory manager code, and the fix # mostly removes some code that wasn't working properly and has no # userspace users. This fix makes the diffstat kinda larger but in a # good (negative line-count) way. # # core: # - fix drm_wait_vblank uapi copying bug # # ttm: # - fix debugfs init when debugfs is off # # amdgpu: # - vega10 SMU workload fix # - DCN VM fix # - DCN 3.01 watermark fix # # amdkfd: # - SVM fix # # nouveau: # - ampere display fixes # - remove MM misfeature to fix a longstanding race condition # # i915: # - tweaked display workaround for all PCHs # - eDP MSO pipe sanity for ADL-P fix # - remove unused symbol export # # mediatek: # - AAL output size setting # - Delete component in remove function" # # * tag 'drm-fixes-2021-08-20-3' of git://anongit.freedesktop.org/drm/drm: # drm/amd/display: Use DCN30 watermark calc for DCN301 # drm/i915/dp: remove superfluous EXPORT_SYMBOL() # drm/i915/edp: fix eDP MSO pipe sanity checks for ADL-P # drm/i915: Tweaked Wa_14010685332 for all PCHs # drm/nouveau: rip out nvkm_client.super # drm/nouveau: block a bunch of classes from userspace # drm/nouveau/fifo/nv50-: rip out dma channels # drm/nouveau/kms/nv50: workaround EFI GOP window channel format differences # drm/nouveau/disp: power down unused DP links during init # drm/nouveau: recognise GA107 # drm: Copy drm_wait_vblank to user before returning # drm/amd/display: Ensure DCN save after VM setup # drm/amdkfd: fix random KFDSVMRangeTest.SetGetAttributesTest test failure # drm/amd/pm: change the workload type for some cards # Revert "drm/amd/pm: fix workload mismatch on vega10" # drm: ttm: Don't bail from ttm_global_init if debugfs_create_dir fails # drm/mediatek: Add component_del in OVL and COLOR remove function # drm/mediatek: Add AAL output size configuration # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux-ld --version # < git log --format=%s --max-count=1 8ba9fbe1e4b8a28050c283792344ee8b6bc3465c # < make -s -j 120 ARCH=m68k O=/kisskb/build/linus_m68k-defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- defconfig # < make -s -j 120 ARCH=m68k O=/kisskb/build/linus_m68k-defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- help # make -s -j 120 ARCH=m68k O=/kisskb/build/linus_m68k-defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- olddefconfig # make -s -j 120 ARCH=m68k O=/kisskb/build/linus_m68k-defconfig_m68k-gcc8 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-8.1.0-nolibc/m68k-linux/bin/m68k-linux- /kisskb/src/arch/m68k/mvme147/config.c: In function 'mvme147_hwclk': /kisskb/src/arch/m68k/mvme147/config.c:174:2: warning: #warning check me! [-Wcpp] #warning check me! ^~~~~~~ /kisskb/src/arch/m68k/mvme16x/config.c: In function 'mvme16x_hwclk': /kisskb/src/arch/m68k/mvme16x/config.c:439:2: warning: #warning check me! [-Wcpp] #warning check me! ^~~~~~~ In file included from /kisskb/src/drivers/net/ethernet/8390/xsurf100.c:48: /kisskb/src/drivers/net/ethernet/8390/lib8390.c:995:27: warning: '____alloc_ei_netdev' defined but not used [-Wunused-function] static struct net_device *____alloc_ei_netdev(int size) ^~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/8390/lib8390.c:957:13: warning: '__ei_set_multicast_list' defined but not used [-Wunused-function] static void __ei_set_multicast_list(struct net_device *dev) ^~~~~~~~~~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/8390/lib8390.c:857:33: warning: '__ei_get_stats' defined but not used [-Wunused-function] static struct net_device_stats *__ei_get_stats(struct net_device *dev) ^~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/8390/lib8390.c:512:13: warning: '__ei_poll' defined but not used [-Wunused-function] static void __ei_poll(struct net_device *dev) ^~~~~~~~~ /kisskb/src/drivers/net/ethernet/8390/lib8390.c:303:20: warning: '__ei_start_xmit' defined but not used [-Wunused-function] static netdev_tx_t __ei_start_xmit(struct sk_buff *skb, ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/8390/lib8390.c:257:13: warning: '__ei_tx_timeout' defined but not used [-Wunused-function] static void __ei_tx_timeout(struct net_device *dev, unsigned int txqueue) ^~~~~~~~~~~~~~~ /kisskb/src/drivers/net/ethernet/8390/lib8390.c:233:12: warning: '__ei_close' defined but not used [-Wunused-function] static int __ei_close(struct net_device *dev) ^~~~~~~~~~ /kisskb/src/drivers/net/ethernet/8390/lib8390.c:204:12: warning: '__ei_open' defined but not used [-Wunused-function] static int __ei_open(struct net_device *dev) ^~~~~~~~~ Completed OK # rm -rf /kisskb/build/linus_m68k-defconfig_m68k-gcc8 # Build took: 0:01:11.871566