From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5547EEB64DC for ; Thu, 15 Jun 2023 03:43:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235623AbjFODnm (ORCPT ); Wed, 14 Jun 2023 23:43:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50030 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229567AbjFODnk (ORCPT ); Wed, 14 Jun 2023 23:43:40 -0400 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F08A2191; Wed, 14 Jun 2023 20:43:37 -0700 (PDT) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4QhSnN4XKbz4wjC; Thu, 15 Jun 2023 13:43:36 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1686800616; bh=zT1a8QFE1p6igXwBKXO7n0NwOcZqurrOLuMuxTiq7/c=; h=Date:From:To:Cc:Subject:From; b=nmrghuSMkNsHFHmq6mjjjuY15pLuwly1qRqEIf3/gpgKwhOhAzha2ylURoe4LjJG2 AfRiztudoxfDbKjrh6XzujfsMxYO0FHZ26/hYdXMULQx1i8reQ5EOMw5oeU1jlTY9u AZUxNE04InvWxkM2gR/ZDGRawTtfjgN4P+u0Z1a/cIoDIsYeCc0DKUnSp/ZPbCTiTS QtXuivN7ea12Ifoc0EBcnauKjn9+mC3Mm45bDeOlF/OwKw1tRth0/mS4JsKRrft4gW rIfOZ/lCRmoqhTYG5LtFjoHGCU1H3su9diljmYi6dkU3DS+bNNBGc7viDl+aBnYdmn kKioJGZtysrHw== Date: Thu, 15 Jun 2023 13:43:34 +1000 From: Stephen Rothwell To: "Martin K. Petersen" Cc: Damien Le Moal , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: build failure after merge of the scsi-mkp tree Message-ID: <20230615134334.1d81c413@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/4fc3HPxXs+nS8ZG=B63BYmT"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/4fc3HPxXs+nS8ZG=B63BYmT Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the scsi-mkp tree, today's linux-next build (x86_64 allmodconfig) failed like this: In file included from : ./usr/include/linux/ioprio.h:107:8: error: unknown type name '__always_inli= ne' 107 | static __always_inline __u16 ioprio_value(int class, int level, int= hint) | ^~~~~~~~~~~~~~~ ./usr/include/linux/ioprio.h:107:30: error: expected '=3D', ',', ';', 'asm'= or '__attribute__' before 'ioprio_value' 107 | static __always_inline __u16 ioprio_value(int class, int level, int= hint) | ^~~~~~~~~~~~ Caused by commit bfaaaa3d9d09 ("scsi: block: Improve ioprio value validity checks") I have used the scsi-mkp tree from next-20230614 for today. --=20 Cheers, Stephen Rothwell --Sig_/4fc3HPxXs+nS8ZG=B63BYmT Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmSKiOYACgkQAVBC80lX 0GwWPQgAmJp2dIKZVUFvmQDb6qzandbpYxEsCdIprinA4s7M4Yh1ycNFKjrqddGv hbA9n2AZvUFhUyE9YrkoV6PPmfiMcGyt7RAvVNS8+n2sE4IXUnqhi7NHH7lZZJc0 InmwNESi4AEHeLebSwMRrvacCJUpgaOtB69CKXH0/4ADqZNlvSJtlQeswNC5npUk uTWQmEXAdUXzwt+HQR2MLFzSxYy/jOzOd0qpuhY26Ufom/IspfmpL393DbK50fOg CVqKapDi0ClUw3X7qI7aeVXZDReUhwER+oMQqeFQlG60ZmLVJXkIQVcqvtqF4mnm dQi+9+LckQsYDeAiDzPr7nnDG1SMUQ== =yskh -----END PGP SIGNATURE----- --Sig_/4fc3HPxXs+nS8ZG=B63BYmT--