Received: by 2002:ab2:6816:0:b0:1f9:5764:f03e with SMTP id t22csp2841325lqo; Mon, 20 May 2024 20:47:11 -0700 (PDT) X-Forwarded-Encrypted: i=2; AJvYcCUy/dRtcjqmj/WwbUDMIPcrrMT3lh1U37Xrve0iApmoQ6eBNMzpBUpmEKrzeZ5/2qq2UJ6vNq6wrWOC+DgeMwnn9jmYxfTHuOqttTHKcg== X-Google-Smtp-Source: AGHT+IFPxfFaZOVmPrL8x2kS55ZFzhiFIbCNGwr+z2+YXs5YibIzXFk7+y3iNfAc63qtfoNXdoLJ X-Received: by 2002:a17:902:ecd2:b0:1f3:7df:f097 with SMTP id d9443c01a7336-1f307dff13dmr42345405ad.64.1716263231289; Mon, 20 May 2024 20:47:11 -0700 (PDT) Return-Path: Received: from sy.mirrors.kernel.org (sy.mirrors.kernel.org. [147.75.48.161]) by mx.google.com with ESMTPS id d9443c01a7336-1ef0bf326casi60305545ad.222.2024.05.20.20.47.10 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 May 2024 20:47:11 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel+bounces-184470-linux.lists.archive=gmail.com@vger.kernel.org designates 147.75.48.161 as permitted sender) client-ip=147.75.48.161; Authentication-Results: mx.google.com; arc=fail (body hash mismatch); spf=pass (google.com: domain of linux-kernel+bounces-184470-linux.lists.archive=gmail.com@vger.kernel.org designates 147.75.48.161 as permitted sender) smtp.mailfrom="linux-kernel+bounces-184470-linux.lists.archive=gmail.com@vger.kernel.org" Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sy.mirrors.kernel.org (Postfix) with ESMTPS id 23538B21487 for ; Tue, 21 May 2024 03:46:59 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id A36FB20B3E; Tue, 21 May 2024 03:46:52 +0000 (UTC) Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 29D71DDD7; Tue, 21 May 2024 03:46:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716263212; cv=none; b=DWPKhl60/dKES0/EaE1tZN84PTSrz1Lk0m9egqPm6eptL6gHjjta1myy7DuHnIoZePmzE1FiT/HbLpngE5ly8pQsLJvj4HqOesO+4tMBAW91oeuAT13mOEMvaCsQYNL5k4Wgj/v8kLRkU2/OA++PZsnFQ+khvmF4BWXWQ9wv1aU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1716263212; c=relaxed/simple; bh=q8WU/bvou9Lhzlp/nXStXTEwRfxjVi3eMBqbzw9+ltg=; h=Message-ID:Date:MIME-Version:From:Subject:To:Cc:Content-Type; b=DX/nLkX1WqqSQv3s8kWiNU7rlV+mEOOmTb9gqndRBw1Fx6ii2Oe+cjeRupeRtSCFp9WfXrEJ7Xe53/oV8sTwckX6zFpjZe1X4w25BTgIW5qoc122gv9UX84/CsvRpqJ5T7XeEiY04J3kcwxvmyj5vGV9jPmdGaGY7Y0pX8pJMUI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id BB71DC32782; Tue, 21 May 2024 03:46:50 +0000 (UTC) Message-ID: Date: Tue, 21 May 2024 13:46:48 +1000 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird From: Greg Ungerer Subject: [git pull] m68knommu changes for v6.10 To: torvalds@linux-foundation.org Cc: "linux-kernel@vger.kernel.org" , Linux/m68k , Geert Uytterhoeven , gerg@kernel.org Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Linus, Please pull the m68knommu git tree changes for v6.10. Only a single change, to remove the use of a kernel config option from a m68k specific uapi header. Regards Greg The following changes since commit dd5a440a31fae6e459c0d6271dddd62825505361: Linux 6.9-rc7 (2024-05-05 14:06:01 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git tags/m68knommu-for-v6.10 for you to fetch changes up to a5044ce7d1d94cd37be99e86964aa054f7e5564c: m68k: Avoid CONFIG_COLDFIRE switch in uapi header (2024-05-07 08:55:23 +1000) ---------------------------------------------------------------- m68knommu: updates and fixes for v6.10 remove use of kernel config option from uapi header ---------------------------------------------------------------- Thomas Huth (1): m68k: Avoid CONFIG_COLDFIRE switch in uapi header arch/m68k/include/uapi/asm/ptrace.h | 2 +- scripts/headers_install.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-)