Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752472AbdLGCAc (ORCPT ); Wed, 6 Dec 2017 21:00:32 -0500 Received: from icp-osb-irony-out9.external.iinet.net.au ([203.59.1.226]:40155 "EHLO icp-osb-irony-out9.external.iinet.net.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752342AbdLGCAa (ORCPT ); Wed, 6 Dec 2017 21:00:30 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2DAAACmnyha/zXSMGcNTxoBAQEBAQIBA?= =?us-ascii?q?QEBCAEBAQGEI4EYhAKZXwEBAQEBAQaBC4YwkxIlhSCGGRQBAQEBAQEBAQGGOCd?= =?us-ascii?q?WKAUIAiYCSyEIAQGKEqgXboInIYo5AQEIKIEPgkODGIJaC4dhgQOCSYJjBYpFm?= =?us-ascii?q?DcBh3aPOYYRg3yHOJgNNoFwMhoIKAiCYwmEXmaHN4JIAQEB?= X-IPAS-Result: =?us-ascii?q?A2DAAACmnyha/zXSMGcNTxoBAQEBAQIBAQEBCAEBAQGEI4E?= =?us-ascii?q?YhAKZXwEBAQEBAQaBC4YwkxIlhSCGGRQBAQEBAQEBAQGGOCdWKAUIAiYCSyEIA?= =?us-ascii?q?QGKEqgXboInIYo5AQEIKIEPgkODGIJaC4dhgQOCSYJjBYpFmDcBh3aPOYYRg3y?= =?us-ascii?q?HOJgNNoFwMhoIKAiCYwmEXmaHN4JIAQEB?= X-IronPort-AV: E=Sophos;i="5.45,370,1508774400"; d="scan'208";a="31757081" From: Greg Ungerer Subject: [git pull] m68knommu fixes for v4.15 To: torvalds@linux-foundation.org Cc: "linux-kernel@vger.kernel.org" , Linux/m68k , Geert Uytterhoeven Message-ID: <38687a30-f6d2-9617-71f6-7cc49050ca89@linux-m68k.org> Date: Thu, 7 Dec 2017 12:00:26 +1000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1086 Lines: 36 Hi Linus, Can you please pull the m68knommu git tree, for-linus branch. There is two fixes here. One to add a missing linker section to the m68k architecture linker scripts, the other to fix a defconfig build problem. Regards Greg The following changes since commit ae64f9bd1d3621b5e60d7363bc20afb46aede215: Linux 4.15-rc2 (2017-12-03 11:01:47 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git for-linus for you to fetch changes up to 65323ee1ab528c9c169f671944ac51896f507428: m68k/defconfig: fix stmark2 broken local compilation (2017-12-04 22:36:43 +1000) ---------------------------------------------------------------- Angelo Dureghello (1): m68k/defconfig: fix stmark2 broken local compilation Greg Ungerer (1): m68k: add missing SOFTIRQENTRY_TEXT linker section arch/m68k/configs/stmark2_defconfig | 1 - arch/m68k/kernel/vmlinux-nommu.lds | 2 ++ arch/m68k/kernel/vmlinux-std.lds | 2 ++ arch/m68k/kernel/vmlinux-sun3.lds | 2 ++ 4 files changed, 6 insertions(+), 1 deletion(-)