From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp-out3.simply.com (smtp-out3.simply.com [94.231.106.210]) (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 B5F61227BA4; Fri, 19 Sep 2025 18:58:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=94.231.106.210 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758308340; cv=none; b=n7xrk0nbljqD9EGgCGgN6CmS0SLWF4m1WgMzk+yoj+0Kt5YriSd27OVFin3yq7ZheN43Lt63lfSPqPaj9nGgtwgFf+WEWlWo0GlS21/e/uPmG81zFYh4r3zuMSWl1E6RfZ960KrHe0urCDL6eBB0k7YDYgHGLPO6Ip2n5LlMZ+M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1758308340; c=relaxed/simple; bh=H37s73J/sTetUrZnOXtGK1AH3JN1H3RvY/KRiB7PfUE=; h=Message-ID:Date:MIME-Version:Subject:From:To:Cc:References: In-Reply-To:Content-Type; b=uv29WTtsqVTn+I5bTSW2SXM7doEbePICrML6jf1NXhadxPVastraS9loUXBSFUSgN1p7cnfmkIFIPvmI48+YAmMztnsCVDKCNZ1x1VL7ttJwc51i8M/rt4Rh6Es2YWSj7/blTJVeaV1h4XS6ablU40ykmqgGjWJ99uPKe7u8uGs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gaisler.com; spf=pass smtp.mailfrom=gaisler.com; dkim=fail (0-bit key) header.d=gaisler.com header.i=@gaisler.com header.b=l4aYYwKO reason="key not found in DNS"; arc=none smtp.client-ip=94.231.106.210 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=gaisler.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=gaisler.com Authentication-Results: smtp.subspace.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=gaisler.com header.i=@gaisler.com header.b="l4aYYwKO" Received: from localhost (localhost [127.0.0.1]) by smtp.simply.com (Simply.com) with ESMTP id 4cT1xr04h3z1DHYY; Fri, 19 Sep 2025 20:58:56 +0200 (CEST) Received: from [10.10.15.9] (h-98-128-223-123.NA.cust.bahnhof.se [98.128.223.123]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) by smtp.simply.com (Simply.com) with ESMTPSA id 4cT1xq4l7Cz1DDB7; Fri, 19 Sep 2025 20:58:55 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gaisler.com; s=simplycom2; t=1758308335; bh=H37s73J/sTetUrZnOXtGK1AH3JN1H3RvY/KRiB7PfUE=; h=Date:Subject:From:To:Cc:References:In-Reply-To; b=l4aYYwKOAvvAwuTK81mYNnQVjHX8smOvvLZwb1jvLjitM5DIvacvWmKbJaHUbi/9+ IpUy4KUHM00XmacQwjBbRN7rjAg/pTKolOCertvdIFRNS7gPuR0lIHTGmbcFNPgZVL 3RH80OAZlKZtHxS1N3JzMtHiZ5eiZ3EQHInyioB83PGM1K2c2MDE5xAXSSh49AdTef D6tgPSD0LuV3kdQB1/hmUyuEEUq8wuKrNXJKl2B6yH+kqr+uDg95YO8VoCUbF55ISs Ly33of9y431w2Ph+RTUeILkjHwWY3rA6pXaBB8fLgGmEsdsKP1I5Gmc2J62TWs2slE XIVPQ+60bGKEw== Message-ID: Date: Fri, 19 Sep 2025 20:58:54 +0200 Precedence: bulk X-Mailing-List: linux-arch@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] fix prototypes of reads[bwl]() on sparc64 From: Andreas Larsson To: Al Viro , sparclinux@vger.kernel.org Cc: linux-arch@vger.kernel.org References: <20250810034208.GJ222315@ZenIV> Content-Language: en-US In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 2025-09-19 20:02, Andreas Larsson wrote: > Picking this up to my for-next. ...and swapping sparc64 to subject be prefix: sparc64: fix prototypes of reads[bwl]() Cheers, Andreas