public inbox for linux-next@vger.kernel.org 
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb•auug.org.au>
To: "Martin K. Petersen" <martin.petersen@oracle•com>
Cc: Sumit Saxena <sumit.saxena@broadcom•com>,
	Linux Kernel Mailing List <linux-kernel@vger•kernel.org>,
	Linux Next Mailing List <linux-next@vger•kernel.org>
Subject: linux-next: build failure after merge of the scsi-mkp tree
Date: Wed, 27 Apr 2022 13:38:51 +1000	[thread overview]
Message-ID: <20220427133851.6ff8b0cf@canb.auug.org.au> (raw)

[-- Attachment #1: Type: text/plain, Size: 21867 bytes --]

Hi all,

After merging the scsi-mkp tree, today's linux-next build (x86_64
allmodconfig) failed like this:

In file included from <command-line>:
./usr/include/scsi/scsi_bsg_mpi3mr.h:96:9: error: unknown type name '__le32'
   96 |         __le32             information_length;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:97:9: error: unknown type name 'u8'
   97 |         u8                 driver_signature[12];
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:98:9: error: unknown type name 'u8'
   98 |         u8                 os_name[16];
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:99:9: error: unknown type name 'u8'
   99 |         u8                 os_version[12];
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:100:9: error: unknown type name 'u8'
  100 |         u8                 driver_name[20];
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:101:9: error: unknown type name 'u8'
  101 |         u8                 driver_version[32];
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:102:9: error: unknown type name 'u8'
  102 |         u8                 driver_release_date[20];
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:103:9: error: unknown type name '__le32'
  103 |         __le32             driver_capabilities;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:128:9: error: unknown type name 'uint32_t'
  128 |         uint32_t adp_type;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:129:9: error: unknown type name 'uint32_t'
  129 |         uint32_t rsvd1;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:130:9: error: unknown type name 'uint32_t'
  130 |         uint32_t pci_dev_id;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:131:9: error: unknown type name 'uint32_t'
  131 |         uint32_t pci_dev_hw_rev;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:132:9: error: unknown type name 'uint32_t'
  132 |         uint32_t pci_subsys_dev_id;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:133:9: error: unknown type name 'uint32_t'
  133 |         uint32_t pci_subsys_ven_id;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:134:9: error: unknown type name 'uint32_t'
  134 |         uint32_t pci_dev:5;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:135:9: error: unknown type name 'uint32_t'
  135 |         uint32_t pci_func:3;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:136:9: error: unknown type name 'uint32_t'
  136 |         uint32_t pci_bus:8;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:137:9: error: unknown type name 'uint16_t'
  137 |         uint16_t rsvd2;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:138:9: error: unknown type name 'uint32_t'
  138 |         uint32_t pci_seg_id;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:139:9: error: unknown type name 'uint32_t'
  139 |         uint32_t app_intfc_ver;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:140:9: error: unknown type name 'uint8_t'
  140 |         uint8_t adp_state;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:141:9: error: unknown type name 'uint8_t'
  141 |         uint8_t rsvd3;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:142:9: error: unknown type name 'uint16_t'
  142 |         uint16_t rsvd4;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:143:9: error: unknown type name 'uint32_t'
  143 |         uint32_t rsvd5[2];
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:156:9: error: unknown type name 'uint8_t'
  156 |         uint8_t reset_type;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:157:9: error: unknown type name 'uint8_t'
  157 |         uint8_t rsvd1;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:158:9: error: unknown type name 'uint16_t'
  158 |         uint16_t rsvd2;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:169:9: error: unknown type name 'uint16_t'
  169 |         uint16_t change_count;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:170:9: error: unknown type name 'uint16_t'
  170 |         uint16_t rsvd;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:185:9: error: unknown type name 'uint16_t'
  185 |         uint16_t handle;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:186:9: error: unknown type name 'uint16_t'
  186 |         uint16_t perst_id;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:187:9: error: unknown type name 'uint32_t'
  187 |         uint32_t target_id;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:188:9: error: unknown type name 'uint8_t'
  188 |         uint8_t bus_id;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:189:9: error: unknown type name 'uint8_t'
  189 |         uint8_t rsvd1;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:190:9: error: unknown type name 'uint16_t'
  190 |         uint16_t rsvd2;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:203:9: error: unknown type name 'uint16_t'
  203 |         uint16_t num_devices;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:204:9: error: unknown type name 'uint16_t'
  204 |         uint16_t rsvd1;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:205:9: error: unknown type name 'uint32_t'
  205 |         uint32_t rsvd2;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:218:9: error: unknown type name 'uint16_t'
  218 |         uint16_t max_entries;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:219:9: error: unknown type name 'uint16_t'
  219 |         uint16_t rsvd;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:231:9: error: unknown type name 'uint16_t'
  231 |         uint16_t pel_locale;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:232:9: error: unknown type name 'uint8_t'
  232 |         uint8_t pel_class;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:233:9: error: unknown type name 'uint8_t'
  233 |         uint8_t rsvd;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:246:9: error: unknown type name 'uint8_t'
  246 |         uint8_t valid_entry;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:247:9: error: unknown type name 'uint8_t'
  247 |         uint8_t rsvd1;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:248:9: error: unknown type name 'uint16_t'
  248 |         uint16_t rsvd2;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:249:9: error: unknown type name 'uint8_t'
  249 |         uint8_t data[1]; /* Variable length Array */
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:277:9: error: unknown type name 'uint8_t'
  277 |         uint8_t buf_type;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:278:9: error: unknown type name 'uint8_t'
  278 |         uint8_t status;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:279:9: error: unknown type name 'uint8_t'
  279 |         uint8_t trigger_type;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:280:9: error: unknown type name 'uint8_t'
  280 |         uint8_t rsvd1;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:281:9: error: unknown type name 'uint16_t'
  281 |         uint16_t size;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:282:9: error: unknown type name 'uint16_t'
  282 |         uint16_t rsvd2;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:283:9: error: unknown type name 'uint64_t'
  283 |         uint64_t trigger_data;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:284:9: error: unknown type name 'uint32_t'
  284 |         uint32_t rsvd3;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:285:9: error: unknown type name 'uint32_t'
  285 |         uint32_t rsvd4;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:303:9: error: unknown type name 'uint8_t'
  303 |         uint8_t num_hdb_types;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:304:9: error: unknown type name 'uint8_t'
  304 |         uint8_t rsvd1;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:305:9: error: unknown type name 'uint16_t'
  305 |         uint16_t rsvd2;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:306:9: error: unknown type name 'uint32_t'
  306 |         uint32_t rsvd3;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:319:9: error: unknown type name 'uint8_t'
  319 |         uint8_t buf_type;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:320:9: error: unknown type name 'uint8_t'
  320 |         uint8_t rsvd1;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:321:9: error: unknown type name 'uint16_t'
  321 |         uint16_t rsvd2;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:335:9: error: unknown type name 'uint8_t'
  335 |         uint8_t buf_type;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:336:9: error: unknown type name 'uint8_t'
  336 |         uint8_t rsvd1;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:337:9: error: unknown type name 'uint16_t'
  337 |         uint16_t rsvd2;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:338:9: error: unknown type name 'uint32_t'
  338 |         uint32_t start_offset;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:339:9: error: unknown type name 'uint32_t'
  339 |         uint32_t length;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:351:9: error: unknown type name 'uint8_t'
  351 |         uint8_t page_type;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:352:9: error: unknown type name 'uint8_t'
  352 |         uint8_t rsvd1;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:353:9: error: unknown type name 'uint16_t'
  353 |         uint16_t rsvd2;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:365:9: error: unknown type name 'uint8_t'
  365 |         uint8_t mrioc_id;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:366:9: error: unknown type name 'uint8_t'
  366 |         uint8_t opcode;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:367:9: error: unknown type name 'uint16_t'
  367 |         uint16_t rsvd1;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:368:9: error: unknown type name 'uint32_t'
  368 |         uint32_t rsvd2[4];
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:380:9: error: unknown type name 'uint8_t'
  380 |         uint8_t mpi_reply_type;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:381:9: error: unknown type name 'uint8_t'
  381 |         uint8_t rsvd1;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:382:9: error: unknown type name 'uint16_t'
  382 |         uint16_t rsvd2;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:383:9: error: unknown type name 'uint8_t'
  383 |         uint8_t reply_buf[1];
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:396:9: error: unknown type name 'uint8_t'
  396 |         uint8_t buf_type;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:397:9: error: unknown type name 'uint8_t'
  397 |         uint8_t rsvd1;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:398:9: error: unknown type name 'uint16_t'
  398 |         uint16_t rsvd2;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:399:9: error: unknown type name 'uint32_t'
  399 |         uint32_t buf_len;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:412:9: error: unknown type name 'uint8_t'
  412 |         uint8_t num_of_entries;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:413:9: error: unknown type name 'uint8_t'
  413 |         uint8_t rsvd1;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:414:9: error: unknown type name 'uint16_t'
  414 |         uint16_t rsvd2;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:415:9: error: unknown type name 'uint32_t'
  415 |         uint32_t rsvd3;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:428:9: error: unknown type name 'uint8_t'
  428 |         uint8_t mrioc_id;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:429:9: error: unknown type name 'uint8_t'
  429 |         uint8_t rsvd1;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:430:9: error: unknown type name 'uint16_t'
  430 |         uint16_t timeout;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:431:9: error: unknown type name 'uint32_t'
  431 |         uint32_t rsvd2;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:446:9: error: unknown type name 'uint8_t'
  446 |         uint8_t cmd_type;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:447:9: error: unknown type name 'uint8_t'
  447 |         uint8_t rsvd1;
      |         ^~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:448:9: error: unknown type name 'uint16_t'
  448 |         uint16_t rsvd2;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:449:9: error: unknown type name 'uint32_t'
  449 |         uint32_t rsvd3;
      |         ^~~~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:463:9: error: unknown type name '__le16'
  463 |         __le16                     host_tag;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:464:9: error: unknown type name 'u8'
  464 |         u8                         ioc_use_only02;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:465:9: error: unknown type name 'u8'
  465 |         u8                         function;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:466:9: error: unknown type name '__le16'
  466 |         __le16                     ioc_use_only04;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:467:9: error: unknown type name 'u8'
  467 |         u8                         ioc_use_only06;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:468:9: error: unknown type name 'u8'
  468 |         u8                         msg_flags;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:469:9: error: unknown type name '__le16'
  469 |         __le16                     change_count;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:470:9: error: unknown type name '__le16'
  470 |         __le16                     dev_handle;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:471:9: error: unknown type name '__le16'
  471 |         __le16                     encapsulated_command_length;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:472:9: error: unknown type name '__le16'
  472 |         __le16                     flags;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:473:9: error: unknown type name '__le32'
  473 |         __le32                     data_length;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:474:9: error: unknown type name '__le32'
  474 |         __le32                     reserved14[3];
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:475:9: error: unknown type name '__le32'
  475 |         __le32                     command[MPI3_NVME_ENCAP_CMD_MAX];
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:479:9: error: unknown type name '__le16'
  479 |         __le16                     host_tag;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:480:9: error: unknown type name 'u8'
  480 |         u8                         ioc_use_only02;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:481:9: error: unknown type name 'u8'
  481 |         u8                         function;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:482:9: error: unknown type name '__le16'
  482 |         __le16                     ioc_use_only04;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:483:9: error: unknown type name 'u8'
  483 |         u8                         ioc_use_only06;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:484:9: error: unknown type name 'u8'
  484 |         u8                         msg_flags;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:485:9: error: unknown type name '__le16'
  485 |         __le16                     ioc_use_only08;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:486:9: error: unknown type name '__le16'
  486 |         __le16                     ioc_status;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:487:9: error: unknown type name '__le32'
  487 |         __le32                     ioc_log_info;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:488:9: error: unknown type name '__le32'
  488 |         __le32                     nvme_completion_entry[4];
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:501:9: error: unknown type name '__le16'
  501 |         __le16                     host_tag;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:502:9: error: unknown type name 'u8'
  502 |         u8                         ioc_use_only02;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:503:9: error: unknown type name 'u8'
  503 |         u8                         function;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:504:9: error: unknown type name '__le16'
  504 |         __le16                     ioc_use_only04;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:505:9: error: unknown type name 'u8'
  505 |         u8                         ioc_use_only06;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:506:9: error: unknown type name 'u8'
  506 |         u8                         msg_flags;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:507:9: error: unknown type name '__le16'
  507 |         __le16                     change_count;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:508:9: error: unknown type name '__le16'
  508 |         __le16                     dev_handle;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:509:9: error: unknown type name '__le16'
  509 |         __le16                     task_host_tag;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:510:9: error: unknown type name 'u8'
  510 |         u8                         task_type;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:511:9: error: unknown type name 'u8'
  511 |         u8                         reserved0f;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:512:9: error: unknown type name '__le16'
  512 |         __le16                     task_request_queue_id;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:513:9: error: unknown type name '__le16'
  513 |         __le16                     reserved12;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:514:9: error: unknown type name '__le32'
  514 |         __le32                     reserved14;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:515:9: error: unknown type name 'u8'
  515 |         u8                         lun[8];
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:530:9: error: unknown type name '__le16'
  530 |         __le16                     host_tag;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:531:9: error: unknown type name 'u8'
  531 |         u8                         ioc_use_only02;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:532:9: error: unknown type name 'u8'
  532 |         u8                         function;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:533:9: error: unknown type name '__le16'
  533 |         __le16                     ioc_use_only04;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:534:9: error: unknown type name 'u8'
  534 |         u8                         ioc_use_only06;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:535:9: error: unknown type name 'u8'
  535 |         u8                         msg_flags;
      |         ^~
./usr/include/scsi/scsi_bsg_mpi3mr.h:536:9: error: unknown type name '__le16'
  536 |         __le16                     ioc_use_only08;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:537:9: error: unknown type name '__le16'
  537 |         __le16                     ioc_status;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:538:9: error: unknown type name '__le32'
  538 |         __le32                     ioc_log_info;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:539:9: error: unknown type name '__le32'
  539 |         __le32                     termination_count;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:540:9: error: unknown type name '__le32'
  540 |         __le32                     response_data;
      |         ^~~~~~
./usr/include/scsi/scsi_bsg_mpi3mr.h:541:9: error: unknown type name '__le32'
  541 |         __le32                     reserved18;
      |         ^~~~~~

Caused by commit

  a212ebe7d4b1 ("scsi: mpi3mr: Add support for driver commands")
  455aac4f7a13 ("scsi: mpi3mr: Move data structures/definitions from MPI headers to uapi header")

I used the scsi-mkp tree from next-20220426 for today.

-- 
Cheers,
Stephen Rothwell

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

             reply	other threads:[~2022-04-27  3:38 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-27  3:38 Stephen Rothwell [this message]
2022-04-27  7:40 ` linux-next: build failure after merge of the scsi-mkp tree Sumit Saxena
2022-04-27  8:28   ` Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2024-11-07 10:29 Stephen Rothwell
2024-11-07 20:47 ` Martin K. Petersen
2024-11-07 21:00   ` James Bottomley
2024-11-07 21:31     ` Martin K. Petersen
2024-11-08  0:56       ` James Bottomley
2024-04-12  5:46 Stephen Rothwell
2024-04-12  6:09 ` Christoph Hellwig
2024-04-12 10:22   ` Martin K. Petersen
2024-04-12 10:44     ` Martin K. Petersen
2024-03-27  2:45 Stephen Rothwell
2024-03-28  0:18 ` Martin K. Petersen
2023-08-22  5:32 Stephen Rothwell
2023-08-23 22:55 ` Stephen Rothwell
2023-08-23 22:59   ` Martin K. Petersen
2023-06-15  3:43 Stephen Rothwell
2023-06-15  4:19 ` Damien Le Moal
2023-06-16 16:51   ` Martin K. Petersen
2023-01-16  2:24 Stephen Rothwell
2023-01-16 17:55 ` Mike Christie
2023-01-16 18:07   ` Martin K. Petersen
2022-08-24  1:50 Stephen Rothwell
2022-08-29  4:54 ` Stephen Rothwell
2022-08-30  2:11 ` Martin K. Petersen
2021-08-17  9:47 Stephen Rothwell
2021-08-17  9:51 ` John Garry
2021-08-18  3:07   ` Bart Van Assche
2021-08-18 11:41     ` John Garry
2021-05-27  3:47 Stephen Rothwell
2021-03-12  3:17 Stephen Rothwell
2021-03-12  3:20 ` Jens Axboe
2021-01-25  4:13 Stephen Rothwell
2021-01-25  5:53 ` Douglas Gilbert
2021-01-27  7:01   ` Stephen Rothwell
2021-01-27 17:10     ` Douglas Gilbert
2020-12-08  9:28 Stephen Rothwell
2020-12-08  9:30 ` Christoph Hellwig
2020-12-08 10:01   ` Stephen Rothwell
2020-12-08  9:38 ` Stephen Rothwell
2020-12-08 17:55   ` Alan Stern
2020-12-08 19:56     ` Bart Van Assche
2020-07-21  6:30 Stephen Rothwell
2020-07-23  5:54 ` Stephen Rothwell
2020-07-23 15:01   ` Martin K. Petersen
2020-07-24  4:21     ` Kiwoong Kim
2020-01-22  4:10 Stephen Rothwell
2020-01-22  9:51 ` John Garry
2020-01-23  2:22   ` Martin K. Petersen
2019-10-25  3:07 Stephen Rothwell
2019-10-25 18:03 ` James Smart
2019-10-28  5:49 ` Stephen Rothwell
2019-10-29  2:28   ` Martin K. Petersen
2019-10-29  2:48     ` Stephen Rothwell
2019-04-09  6:27 Stephen Rothwell
2019-04-10  1:21 ` Stephen Rothwell
2019-04-10  1:33   ` Martin K. Petersen
2019-04-10  4:04     ` James Bottomley
2019-04-10  4:57       ` Stephen Rothwell
2018-03-22  6:25 Stephen Rothwell
2018-03-22 16:33 ` Madhani, Himanshu
2017-12-07  3:57 Stephen Rothwell
2017-12-07  3:59 ` Bart Van Assche
2017-12-07  4:25   ` Stephen Rothwell
2017-12-07  4:42     ` Paul E. McKenney
2017-12-07 17:30       ` Bart Van Assche
2017-12-07 17:40         ` Paul E. McKenney
2017-12-07 20:34           ` Stephen Rothwell
2017-12-07 21:10             ` Paul E. McKenney
2017-12-07 21:11             ` Martin K. Petersen
2017-12-08  1:00               ` Martin K. Petersen
2017-12-11 17:43                 ` Paul E. McKenney
2017-05-17  2:57 Stephen Rothwell
2017-02-23  3:12 Stephen Rothwell
2017-02-23 14:19 ` Martin K. Petersen
2017-02-23 15:04   ` Chad Dupuis
2017-02-22  2:41 Stephen Rothwell
2017-02-22 21:06 ` Stephen Rothwell
2017-02-22 21:10   ` Martin K. Petersen
2017-02-22 21:13     ` James Bottomley
2017-02-22 21:17       ` Martin K. Petersen
2017-02-27  1:54   ` Stephen Rothwell
2017-02-27 15:25     ` James Bottomley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220427133851.6ff8b0cf@canb.auug.org.au \
    --to=sfr@canb$(echo .)auug.org.au \
    --cc=linux-kernel@vger$(echo .)kernel.org \
    --cc=linux-next@vger$(echo .)kernel.org \
    --cc=martin.petersen@oracle$(echo .)com \
    --cc=sumit.saxena@broadcom$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox