From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by gnuweeb.org (Postfix) with ESMTPS id 9153C7E70A for ; Mon, 28 Mar 2022 12:00:49 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=hrPnowss; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1648468848; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=F8JEjp+FthiL8lHysdzrmz7vwpEPMAj+opMQ2JKadI4=; b=hrPnowssswYiP1hG86oUnxexsY28XdkyfjXw7itleGljJQs7/HEQuCNkEaM1piqXlmCaxr 97ZpjanbYsO3Ild9u85J47+z+csVXFUixfg5vr8+iFC599eUswQUeR0WSNUe7d4DO8gZT3 1RJGGdI7lk7c4OVY0If9ZH4JfUcvJp8= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-558-dsS4xNUVNhmWZMDWgFo94g-1; Mon, 28 Mar 2022 08:00:46 -0400 X-MC-Unique: dsS4xNUVNhmWZMDWgFo94g-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.rdu2.redhat.com [10.11.54.7]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E084F3C1484A; Mon, 28 Mar 2022 12:00:44 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.19]) by smtp.corp.redhat.com (Postfix) with ESMTP id 1B013140265C; Mon, 28 Mar 2022 12:00:43 +0000 (UTC) Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <202203270732.dEGMthw5-lkp@intel.com> References: <202203270732.dEGMthw5-lkp@intel.com> To: kernel test robot Cc: dhowells@redhat.com, kbuild-all@lists.01.org, GNU/Weeb Mailing List , linux-kernel@vger.kernel.org Subject: Re: [ammarfaizi2-block:dhowells/linux-fs/afs-testing 44/45] arch/sparc/include/asm/cmpxchg_64.h:95:36: sparse: sparse: cast truncates bits from constant value (5e5ee5e5 becomes e5e5) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2579598.1648468843.1@warthog.procyon.org.uk> Content-Transfer-Encoding: quoted-printable Date: Mon, 28 Mar 2022 13:00:43 +0100 Message-ID: <2579599.1648468843@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 2.85 on 10.11.54.7 List-Id: kernel test robot wrote: > >> arch/sparc/include/asm/cmpxchg_64.h:95:36: sparse: sparse: cast trunc= ates bits from constant value (5e5ee5e5 becomes e5e5) Just ignore this. The patch that triggered the objection is a debugging p= atch designed to track down a specific problem and is not intended for upstream= ing. David