# git rev-parse -q --verify 8b83369ddcb3fb9cab5c1088987ce477565bb630^{commit} 8b83369ddcb3fb9cab5c1088987ce477565bb630 already have revision, skipping fetch # git checkout -q -f -B kisskb 8b83369ddcb3fb9cab5c1088987ce477565bb630 # git clean -qxdf # < git log -1 # commit 8b83369ddcb3fb9cab5c1088987ce477565bb630 # Merge: 8f47d753d4ec d7fbcf40df86 # Author: Linus Torvalds # Date: Fri Feb 26 10:28:35 2021 -0800 # # Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux # # Pull RISC-V updates from Palmer Dabbelt: # "A handful of new RISC-V related patches for this merge window: # # - A check to ensure drivers are properly using uaccess. This isn't # manifesting with any of the drivers I'm currently using, but may # catch errors in new drivers. # # - Some preliminary support for the FU740, along with the HiFive # Unleashed it will appear on. # # - NUMA support for RISC-V, which involves making the arm64 code # generic. # # - Support for kasan on the vmalloc region. # # - A handful of new drivers for the Kendryte K210, along with the DT # plumbing required to boot on a handful of K210-based boards. # # - Support for allocating ASIDs. # # - Preliminary support for kernels larger than 128MiB. # # - Various other improvements to our KASAN support, including the # utilization of huge pages when allocating the KASAN regions. # # We may have already found a bug with the KASAN_VMALLOC code, but it's # passing my tests. There's a fix in the works, but that will probably # miss the merge window. # # * tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux: (75 commits) # riscv: Improve kasan population by using hugepages when possible # riscv: Improve kasan population function # riscv: Use KASAN_SHADOW_INIT define for kasan memory initialization # riscv: Improve kasan definitions # riscv: Get rid of MAX_EARLY_MAPPING_SIZE # soc: canaan: Sort the Makefile alphabetically # riscv: Disable KSAN_SANITIZE for vDSO # riscv: Remove unnecessary declaration # riscv: Add Canaan Kendryte K210 SD card defconfig # riscv: Update Canaan Kendryte K210 defconfig # riscv: Add Kendryte KD233 board device tree # riscv: Add SiPeed MAIXDUINO board device tree # riscv: Add SiPeed MAIX GO board device tree # riscv: Add SiPeed MAIX DOCK board device tree # riscv: Add SiPeed MAIX BiT board device tree # riscv: Update Canaan Kendryte K210 device tree # dt-bindings: add resets property to dw-apb-timer # dt-bindings: fix sifive gpio properties # dt-bindings: update sifive uart compatible string # dt-bindings: update sifive clint compatible string # ... # < /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 8b83369ddcb3fb9cab5c1088987ce477565bb630 # < 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/mvme16x/config.c: In function 'mvme16x_hwclk': /kisskb/src/arch/m68k/mvme16x/config.c:437:2: warning: #warning check me! [-Wcpp] #warning check me! ^~~~~~~ /kisskb/src/arch/m68k/mvme147/config.c: In function 'mvme147_hwclk': /kisskb/src/arch/m68k/mvme147/config.c:172: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:10.723524