From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-yb1-f174.google.com (mail-yb1-f174.google.com [209.85.219.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D1E0E29CA for ; Fri, 21 Jan 2022 08:02:31 +0000 (UTC) Received: by mail-yb1-f174.google.com with SMTP id g81so25209992ybg.10 for ; Fri, 21 Jan 2022 00:02:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:from:date:message-id:subject:to:cc; bh=8eAbY9ESXpy1tWEm1ucKW/quoE20o1cXtY1MXERpUFg=; b=LkYHOVNcq3jRonNMS/pBXZ+pg0J8ShfaMFVp0USzQCYZaz8De1fwRbSlAwZtAZ3VEV 9cIv0Kj2tutO333jjA4NIst5Q2naydPqdXLOoZpat4tMaJQoP+O6/wZohKotJJ4MaGJe ZjOJrS7eTR6KEWXLkEp80oJ5V994BGF9lrK3BBNI3jWzbs2qviv48yG8dzKKpej3SBPh /CzhuHukdyhmNc3vwITOhsrHKfTXZlAsKpfEpY84gtG3affogdaOdfHkocHRqQsg5FOM d5boP+jdJW2pevcTl1mbs1cmGaoznLvuhbyM3SmvzHoh37vEr7hE35j4Eh82S6bY1Oq/ kuKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=8eAbY9ESXpy1tWEm1ucKW/quoE20o1cXtY1MXERpUFg=; b=MDkl1OCNGEO2ec21+B9d2XRApQ1+zPEiM7HsV+3aJpChPyK2tdX5KoOczgvT50x2D+ njxzgyceKYFHu1vabRyqVtlXODuBVgWH/iXR8Nu6f2haUnGDyiU9ELq7WzkCmkj0PBoq ZFdlgKx/VBCnkqqt3tsZKs8Y8VNNUYiwEkzQv2TKetA3pXRdg/fpEqZWAh/oCxo5bXeu 3krrP7Bf60Kz/5VOiVWg5V1+EUHgDDt7Cv+wg1CKTaeoe8sWyK2kZcItuGEMjcqW4zcZ VzmlNmIMtQTPbwPOoAVmA9XAbUN9mZ65N7R8UFMoY/tbIQjR3tveHokPApndkeGRkDo9 Plpg== X-Gm-Message-State: AOAM5317qIY894cMdU8JL4HWfMACO272O3z3SBOaUUOSuLZ6YaKnucw1 TJDJlwxrwZn8Sf/hGwHzukMhpNkeALX2BeMRf07tiw== X-Google-Smtp-Source: ABdhPJzo0aPT+cevuAp8IgTaHWcxV/LmH8ev7zl4LJwrjRuwL0xMdQAGfBpvmudWajtB5cu2GNdVcFcLyHofDKdaqYk= X-Received: by 2002:a25:9082:: with SMTP id t2mr4230805ybl.684.1642752150679; Fri, 21 Jan 2022 00:02:30 -0800 (PST) Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 From: Naresh Kamboju Date: Fri, 21 Jan 2022 13:32:19 +0530 Message-ID: Subject: [next] mips: cavium_octeon_defconfig: pata_octeon_cf.c:598:23: error: passing argument 1 of 'trace_ata_bmdma_stop' from incompatible pointer type To: "open list:LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)" , open list , linux-mips@vger.kernel.org, Linux-Next Mailing List , regressions@lists.linux.dev, lkft-triage@lists.linaro.org Cc: Damien Le Moal , Thomas Bogendoerfer , Stephen Rothwell , Zeal Robot , Minghao Chi , CGEL ZTE Content-Type: text/plain; charset="UTF-8" Linux next-20220106..next-20220121 mips build failing with gcc-10. drivers/ata/pata_octeon_cf.c: In function 'octeon_cf_dma_finished': drivers/ata/pata_octeon_cf.c:598:23: error: passing argument 1 of 'trace_ata_bmdma_stop' from incompatible pointer type [-Werror=incompatible-pointer-types] 598 | trace_ata_bmdma_stop(qc, &qc->tf, qc->tag); | ^~ | | | struct ata_queued_cmd * In file included from include/trace/events/libata.h:10, from drivers/ata/pata_octeon_cf.c:22: include/trace/events/libata.h:414:33: note: expected 'struct ata_port *' but argument is of type 'struct ata_queued_cmd *' 414 | TP_PROTO(struct ata_port *ap, const struct ata_taskfile *tf, unsigned int tag), | ~~~~~~~~~~~~~~~~~^~ include/linux/tracepoint.h:342:34: note: in definition of macro '__DECLARE_TRACE' 342 | static inline void trace_##name(proto) \ | ^~~~~ include/linux/tracepoint.h:419:24: note: in expansion of macro 'PARAMS' 419 | __DECLARE_TRACE(name, PARAMS(proto), PARAMS(args), \ | ^~~~~~ include/linux/tracepoint.h:542:2: note: in expansion of macro 'DECLARE_TRACE' 542 | DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) | ^~~~~~~~~~~~~ include/linux/tracepoint.h:542:22: note: in expansion of macro 'PARAMS' 542 | DECLARE_TRACE(name, PARAMS(proto), PARAMS(args)) | ^~~~~~ include/trace/events/libata.h:413:1: note: in expansion of macro 'DEFINE_EVENT' 413 | DEFINE_EVENT(ata_exec_command_template, ata_bmdma_stop, | ^~~~~~~~~~~~ include/trace/events/libata.h:414:7: note: in expansion of macro 'TP_PROTO' 414 | TP_PROTO(struct ata_port *ap, const struct ata_taskfile *tf, unsigned int tag), | ^~~~~~~~ cc1: some warnings being treated as errors make[3]: *** [scripts/Makefile.build:289: drivers/ata/pata_octeon_cf.o] Error 1 make[3]: Target '__build' not remade because of errors. make[2]: *** [scripts/Makefile.build:572: drivers/ata] Error 2 Reported-by: Linux Kernel Functional Testing metadata: git branch: master git repo: https://gitlab.com/Linaro/lkft/mirrors/next/linux-next git describe: next-20220121 kernel-config: https://builds.tuxbuild.com/23zIBGjQZgIYW8OnGcYjwWlj40X/config build: https://builds.tuxbuild.com/23zIBGjQZgIYW8OnGcYjwWlj40X/ # To install tuxmake on your system globally: # sudo pip3 install -U tuxmake # # See https://docs.tuxmake.org/ for complete documentation. # Original tuxmake command with fragments listed below. tuxmake --runtime podman --target-arch mips --toolchain gcc-10 --kconfig cavium_octeon_defconfig -- Linaro LKFT https://lkft.linaro.org