From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) (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 BF67A28151E for ; Mon, 29 Sep 2025 09:10:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=172.105.4.254 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759137020; cv=none; b=ADPccy4jb3RpK7eRS0M5NSg8x9eISADa/PUXdmAy8TBsz26AsMsoR0m7rkmBKAsAyEeLeMDaJdAQasq71WC3yhoVzq2pjAwd/L3KabqMO+1WeV3whLmrIOTIipOz3FdZlOxc7JYuS5R2JtkjJP91MzylVgN6zj19VAhU5hGbMn4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1759137020; c=relaxed/simple; bh=eRT4sePqGMjO293LBZ1UcOBkqyPLeh1KdH7YxNdBeSo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Tjs6NEffZG6IyXa0udd2spZ1SyyFJJrU/AY81Qw/pjDvHJX5a36U4nG7za2X36XPucbklkseoEiI1B+bcZyX+Rj3FwoKuKpjF5K5bM+EWi3a9R5Q5frC1DWaErgT9P9fe987VLQ/fuHSw2Rf6yC89AG/MED+A3DvZiVyHPN3Itg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org; spf=pass smtp.mailfrom=kernel.org; arc=none smtp.client-ip=172.105.4.254 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=kernel.org Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 55F926236A; Mon, 29 Sep 2025 09:10:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AEECFC4CEF4; Mon, 29 Sep 2025 09:10:13 +0000 (UTC) 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 v6.18 Date: Mon, 29 Sep 2025 11:10:05 +0200 Message-ID: <20250929091005.2829122-1-geert@linux-m68k.org> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-m68k@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi Linus, The following changes since commit f83ec76bf285bea5727f478a68b894f5543ca76e: Linux 6.17-rc6 (2025-09-14 14:21:14 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v6.18-tag1 for you to fetch changes up to 695f2c0c25f3c844f9dd177d20c1e8afc55df1ac: m68k: defconfig: Update defconfigs for v6.17-rc1 (2025-09-15 14:30:21 +0200) ---------------------------------------------------------------- m68k updates for v6.18 - Fix whitespace in Zorro name macros, - Fix find_*_bit() signatures, - Defconfig updates. Thanks for pulling! ---------------------------------------------------------------- Dishank Jogi (1): zorro: Remove extra whitespace in macro definitions Geert Uytterhoeven (2): m68k: bitops: Fix find_*_bit() signatures m68k: defconfig: Update defconfigs for v6.17-rc1 arch/m68k/configs/amiga_defconfig | 9 +++------ arch/m68k/configs/apollo_defconfig | 9 +++------ arch/m68k/configs/atari_defconfig | 9 +++------ arch/m68k/configs/bvme6000_defconfig | 9 +++------ arch/m68k/configs/hp300_defconfig | 9 +++------ arch/m68k/configs/mac_defconfig | 9 +++------ arch/m68k/configs/multi_defconfig | 9 +++------ arch/m68k/configs/mvme147_defconfig | 9 +++------ arch/m68k/configs/mvme16x_defconfig | 9 +++------ arch/m68k/configs/q40_defconfig | 9 +++------ arch/m68k/configs/sun3_defconfig | 9 +++------ arch/m68k/configs/sun3x_defconfig | 9 +++------ arch/m68k/include/asm/bitops.h | 25 ++++++++++++++----------- drivers/zorro/names.c | 12 ++++++------ 14 files changed, 56 insertions(+), 89 deletions(-) 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