Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp3453534pxy; Mon, 26 Apr 2021 02:02:16 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyQ/KAtUTUq9kJFIT7KJAPo/wij2b396WexeEI4sJHbxb/JvM9+HVRk8X/ED+AHJdY21qei X-Received: by 2002:a17:907:3f8e:: with SMTP id hr14mr17286810ejc.258.1619427735748; Mon, 26 Apr 2021 02:02:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619427735; cv=none; d=google.com; s=arc-20160816; b=fG1F8zlyOLNx8VKIXXM/BUHOLLbAhluiud0UZi5KUDpxghZ030IhbHeRA2ii/VA5fo WNOzVS/3gVuB9L81eVq0KLuS0EtymojigDQtH2N4oH+UOvN1zn6jYIM7TYtixgqAMB2h xlN0v63q1zPNL/wOcKlfTy7RrSfzU6iD311R+6Tc9epIIc34X7/sUgX9i8fOkf5VJW6f OgpA/m28RY7jqe4HlV7DXGzTSTrbLdRxaOK27ExfdAKsJ5reZdGdcBEX2acnxgZFRkuo dLE+Qfxd62ODbU0mypIaTcnFFIYCVWN7aakE793BHVxygJEAVSbD9hswji69VMNFtE0Z 7CaQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=MTac21vMGjGMR5CBP0qsSTaCpGJQGkphf4k/WsCSEZ4=; b=0Px7haWptEfXWyM/xcbIpZAHQtb855/WZOgRRXsLIKrYe7hPO5zKmoY1BYrkXdh4WO Moy30GYMLfyjNryPyNtNEitr8O8gPmP+JPjEOlcV6tM9GmbQv1MIpnsnYg0x7AInmkqa TRATFHvsgnmICZDq/KIDvtPRH9IVHvvqlhPmWcilTLWKshh7yeiVvUtHlnqIttZdT+Et bG+289dnDfMdZI33UhBAXhA2jUdnayCyGHnGNb+/IuZ/ORBuaJhubg1J4G+nwOJX3qnz HvZOgXjfXwiEia2YExKZ4xj3gYH7Pd8r/j+osajrEzeuJ6aEyGzhhuKyG1xt2FO219Ce HRNQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id y19si13862148edc.376.2021.04.26.02.01.41; Mon, 26 Apr 2021 02:02:15 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232477AbhDZI71 (ORCPT + 99 others); Mon, 26 Apr 2021 04:59:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57782 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232377AbhDZI7X (ORCPT ); Mon, 26 Apr 2021 04:59:23 -0400 Received: from xavier.telenet-ops.be (xavier.telenet-ops.be [IPv6:2a02:1800:120:4::f00:14]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 785DBC061574 for ; Mon, 26 Apr 2021 01:58:42 -0700 (PDT) Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed20:2da6:a4cf:424d:1343]) by xavier.telenet-ops.be with bizsmtp id xLyg240081UBnF701LygM4; Mon, 26 Apr 2021 10:58:40 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1lax4h-000bfj-OW; Mon, 26 Apr 2021 10:58:39 +0200 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1lax4h-005BN9-3G; Mon, 26 Apr 2021 10:58:39 +0200 From: Geert Uytterhoeven To: Linus Torvalds Cc: Andrew Morton , Greg Ungerer , linux-m68k@lists.linux-m68k.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [GIT PULL] m68k updates for 5.13 Date: Mon, 26 Apr 2021 10:58:37 +0200 Message-Id: <20210426085837.1235312-1-geert@linux-m68k.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, The following changes since commit a65a802aadba072ca7514fc0c301fd7fdc6fc6cb: m68k: Fix virt_addr_valid() W=1 compiler warnings (2021-03-06 14:15:07 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v5.13-tag1 for you to fetch changes up to 34e5269bf987aff9a33ad3ab4f5d65c02913cbc1: m68k: sun3x: Remove unneeded semicolon (2021-04-19 12:11:55 +0200) ---------------------------------------------------------------- m68k updates for v5.13 (take one) - Fix flatmem setup for platforms where RAM starts at a non-zero address, - Defconfig updates, - Use common scripts for syscall table and header generation, - Fix timers on MVME platforms, - Fix lock imbalance in cacheflush syscall, - Minor fixes and improvements. Note that the first commit is a duplicate of a commit already in v5.12-rc8. When I committed it, it was not clear that fix would make v512 through the m68knommu tree, and it had just been discovered the bug it fixes affects m68k-with-mmu too. Thanks for pulling! ---------------------------------------------------------------- Angelo Dureghello (1): m68k: mm: Fix flatmem memory model setup Finn Thain (1): m68k: mvme147,mvme16x: Don't wipe PCC timer config bits Geert Uytterhoeven (1): m68k: defconfig: Update defconfigs for v5.12-rc1 Liam Howlett (1): m68k: Add missing mmap_read_lock() to sys_cacheflush() Masahiro Yamada (4): m68k: syscalls: switch to generic syscalltbl.sh m68k: syscalls: switch to generic syscallhdr.sh m68k: fpsp040: Remove meaningless $(OS_OBJS) m68k: fpsp040,ifpsp060: Remove meaningless EXTRA_LDFLAGS Wan Jiabing (1): m68k: sun3x: Remove unneeded semicolon arch/m68k/configs/amiga_defconfig | 5 ----- arch/m68k/configs/apollo_defconfig | 5 ----- arch/m68k/configs/atari_defconfig | 5 ----- arch/m68k/configs/bvme6000_defconfig | 5 ----- arch/m68k/configs/hp300_defconfig | 5 ----- arch/m68k/configs/mac_defconfig | 5 ----- arch/m68k/configs/multi_defconfig | 5 ----- arch/m68k/configs/mvme147_defconfig | 5 ----- arch/m68k/configs/mvme16x_defconfig | 5 ----- arch/m68k/configs/q40_defconfig | 5 ----- arch/m68k/configs/sun3_defconfig | 5 ----- arch/m68k/configs/sun3x_defconfig | 5 ----- arch/m68k/fpsp040/Makefile | 4 ---- arch/m68k/ifpsp060/Makefile | 2 -- arch/m68k/include/asm/mvme147hw.h | 3 +++ arch/m68k/include/asm/page_mm.h | 2 +- arch/m68k/include/asm/sun3xflop.h | 2 +- arch/m68k/kernel/sys_m68k.c | 2 ++ arch/m68k/kernel/syscalls/Makefile | 14 ++++--------- arch/m68k/kernel/syscalls/syscallhdr.sh | 36 --------------------------------- arch/m68k/kernel/syscalls/syscalltbl.sh | 32 ----------------------------- arch/m68k/kernel/syscalltable.S | 3 +-- arch/m68k/mvme147/config.c | 14 +++++++------ arch/m68k/mvme16x/config.c | 14 +++++++------ 24 files changed, 28 insertions(+), 160 deletions(-) delete mode 100644 arch/m68k/kernel/syscalls/syscallhdr.sh delete mode 100644 arch/m68k/kernel/syscalls/syscalltbl.sh Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds