Received: by 2002:a05:6a10:6744:0:0:0:0 with SMTP id w4csp3060742pxu; Mon, 19 Oct 2020 02:55:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyog9VmVBk7WyFMzolPsdcy0fzgMmGs6yyfyXfvKA3ZFUkba7Nzkrd1pMGH53BaIkqoEpzV X-Received: by 2002:a17:906:eb59:: with SMTP id mc25mr16114554ejb.34.1603101304582; Mon, 19 Oct 2020 02:55:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1603101304; cv=none; d=google.com; s=arc-20160816; b=ye5xB9bEoA6hi/aVNO011r4cXqpvJLOB00DRpPhBtQHeeKoKGNDpVhzhOjQUmKTPio E9mXNGOTh7c1OvVpCJfRZC8RoxSF8JM7Vuaa5bCfS0XY5g/MkjqEbWJVhpnp47XVc3YB zeyhS8qDfo06SbRFtatKt4DmxxRd+xy9ryUabZqVnSBtm1Kp4LfZu01JMp9YE0XgTVvs Bt86Sgtw79HPjkIvAlnAZj9CRl1q2iQsR/Pr3mT/DRlFKby5Yr04mwdT+oFRUTEjVTPr RGAkcaLUYjwwmYd+i2j3eTuE3dhOCi7m+YPo2LY+G2nLv14+ZsQvvwiAFZ/72ibTWrcj yCbA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :mime-version:user-agent:date:message-id:cc:to:subject:from; bh=UzA8vnNoSmP6mpESR3hgqFWaB9bC01PoYhz+DWtZbPc=; b=BEMvYn/ZpYDwQw6V0/Ery0eZIyqLkV2U4l9U5PShX6kSVtAZan2HJD4jd0wgIr9O9h J0D3QVx1odWf2oT61q/wwV354sWBMvNlHEE56PuQMizCkyq11iRaXZxN9O4O5zLAtc3O 6el+P5yzXsNjxFp3RiepET035pxP4wlw+Hy2akNFOydkOqQG7L+5gQuIxw+hYtRyipus IyubaswFt0lAqm5iDUNXQBexcqJNTISBDho3M3svdpegoa+a3FrJ2PizcGsRGmbdqiyp KkuRotl8tbVt6jprlS297A21bkQN+f/5xNSryQPqfwEtvZsX9QK8wzr3MpmGgn1KA/t6 /bMQ== 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 yz13si7397989ejb.173.2020.10.19.02.54.42; Mon, 19 Oct 2020 02:55:04 -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 S1730377AbgJSBWr (ORCPT + 99 others); Sun, 18 Oct 2020 21:22:47 -0400 Received: from mail.kernel.org ([198.145.29.99]:55136 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730361AbgJSBWq (ORCPT ); Sun, 18 Oct 2020 21:22:46 -0400 Received: from [10.44.0.192] (unknown [103.48.210.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 14020222C2; Mon, 19 Oct 2020 01:22:43 +0000 (UTC) From: Greg Ungerer Subject: [git pull] m68knommu changes for v5.10 To: torvalds@linux-foundation.org Cc: "linux-kernel@vger.kernel.org" , Linux/m68k , Geert Uytterhoeven Message-ID: Date: Mon, 19 Oct 2020 11:22:40 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull the m68knommu changes for v5.10. I expect you will get a merge conflict on a27bc11f4b7c ("m68knommu: switch to using asm-generic/uaccess.h") in arch/m68k/Kconfig. The resolution is strait forward, you just need to add the single line: select UACCESS_MEMCPY if !MMU as per the that commit. Geert ordered that list alphabetically, so it now needs to go near the end of that list of selects, jut above "select VIRT_TO_BUS". Regards Greg The following changes since commit 549738f15da0e5a00275977623be199fbbf7df50: Linux 5.9-rc8 (2020-10-04 16:04:34 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v5.10 for you to fetch changes up to 9f5fd809d7a02e32c2e044acb9f6aed1c79a699b: serial: mcf: add sysrq capability (2020-10-07 21:58:36 +1000) ---------------------------------------------------------------- m68knommu: collection of fixes for 5.10 Fixes include: . switch to using asm-generic uaccess code . fix sparse warnings in signal code . fix compilation of ColdFire MMC support . support sysrq in ColdFire serial driver ---------------------------------------------------------------- Angelo Dureghello (1): serial: mcf: add sysrq capability Greg Ungerer (3): m68knommu: switch to using asm-generic/uaccess.h m68knommu: fix sparse warnings in signal code m68knommu: include SDHC support only when hardware has it arch/m68k/Kconfig | 1 + arch/m68k/coldfire/device.c | 6 +- arch/m68k/include/asm/uaccess.h | 398 ++++++++++++++++++++++++++++++++++++- arch/m68k/include/asm/uaccess_mm.h | 390 ------------------------------------ arch/m68k/include/asm/uaccess_no.h | 160 --------------- arch/m68k/kernel/signal.c | 6 +- drivers/tty/serial/mcf.c | 1 + 7 files changed, 403 insertions(+), 559 deletions(-) delete mode 100644 arch/m68k/include/asm/uaccess_mm.h delete mode 100644 arch/m68k/include/asm/uaccess_no.h