# git rev-parse -q --verify e2f710f97f3544df08ebe608c8157536e0ffb494^{commit} e2f710f97f3544df08ebe608c8157536e0ffb494 already have revision, skipping fetch # git checkout -q -f -B kisskb e2f710f97f3544df08ebe608c8157536e0ffb494 # git clean -qxdf # < git log -1 # commit e2f710f97f3544df08ebe608c8157536e0ffb494 # Merge: 01f851a0e87e 6739fad42af2 # Author: Linus Torvalds # Date: Wed Jul 17 13:26:01 2024 -0700 # # Merge tag 'ata-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux # # Pull ata updates from Niklas Cassel: # # - ATA PASS-THROUGH sense data cleanups and fixes (Igor Pylypiv) # # Store the sense data for ATA PASS-THROUGH commands at the correct # offset in the sense buffer when using fixed format sense data. # # Cleanup the logic related to generating sense data for PASS-THROUGH # commands. Generating sense data for PASS-THROUGH commands would # overwrite any eventual (real) sense data received from the device. # # Honor the D_SENSE bit when generating sense data for PASS-THROUGH # commands. (The D_SENSE bit can be set by the user, and determines if # the returned sense data should be in fixed format or descriptor # format) # # - ata port allocation cleanups (me) # # Assign the ata port print_id at port allocation time, such that the # ata_port_* print functions can be used earlier in the init call # chain. # # Change the ata port port print_id to use ida_alloc(), such that # print_ids will get reused on rmmod + modprobe, instead of being # incremented indefinitely. # # Remove wrappers that only existed in order to export the internal # libata functions which they wrapped, and instead export the libata # functions directly. # # - Update SATA_MOBILE_LPM_POLICY Kconfig default to med_power_with_dipm # (Mario Limonciello) # # Using this default was not always a good idea before, because it # would break hot plug support. However, with LPM changes in recent # kernels, a port marked as external will not enable LPM (in order to # not break hot plug), so it is now safe to change the default value of # this Kconfig. # # All major Linux distros have had SATA_MOBILE_LPM_POLICY set to # med_power_with_dipm for quite a long time # # - Convert ahci-fsl-qoriq device tree binding to yaml format (Frank Li) # # * tag 'ata-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux: # dt-bindings: ata: ahci-fsl-qoriq: add fsl,ls1046a-ahci and fsl,ls1012a-ahci # ata: ahci: Add debug print for external port # ata,scsi: Remove wrapper ata_sas_port_alloc() # ata: libata-core: Reuse available ata_port print_ids # ata: libata: Assign print_id at port allocation time # ata: libata-core: Remove local_port_no struct member # ata: libata-sata: Remove superfluous assignment in ata_sas_port_alloc() # ata: libata-core: Remove support for decreasing the number of ports # ata: libata: Remove unused function declaration for ata_scsi_detect() # ata,scsi: Remove wrappers ata_sas_tport_{add,delete}() # ata: libata-scsi: Check ATA_QCFLAG_RTF_FILLED before using result_tf # ata: libata-core: Set ATA_QCFLAG_RTF_FILLED in fill_result_tf() # ata: libata-scsi: Do not pass ATA device id to ata_to_sense_error() # ata: libata-scsi: Remove redundant sense_buffer memsets # ata: libata-scsi: Honor the D_SENSE bit for CK_COND=1 and no error # ata: libata-scsi: Do not overwrite valid sense data when CK_COND=1 # ata: libata-scsi: Fix offsets for the fixed format sense data # dt-bindings: ata: ahci-fsl-qoriq: convert to yaml format # ata: Kconfig: Update SATA_MOBILE_LPM_POLICY default to med_power_with_dipm # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 e2f710f97f3544df08ebe608c8157536e0ffb494 # make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 allmodconfig # Added to kconfig CONFIG_STANDALONE=y # Added to kconfig CONFIG_KCOV=n # Added to kconfig CONFIG_GCC_PLUGINS=n # Added to kconfig CONFIG_GCC_PLUGIN_CYC_COMPLEXITY=n # Added to kconfig CONFIG_GCC_PLUGIN_SANCOV=n # Added to kconfig CONFIG_GCC_PLUGIN_LATENT_ENTROPY=n # Added to kconfig CONFIG_GCC_PLUGIN_STRUCTLEAK=n # Added to kconfig CONFIG_GCC_PLUGIN_RANDSTRUCT=n # Added to kconfig CONFIG_UML_NET=n # Added to kconfig CONFIG_UML_NET_ETHERTAP=n # Added to kconfig CONFIG_UML_NET_TUNTAP=n # Added to kconfig CONFIG_UML_NET_SLIP=n # Added to kconfig CONFIG_UML_NET_DAEMON=n # Added to kconfig CONFIG_UML_NET_VDE=n # Added to kconfig CONFIG_UML_NET_MCAST=n # Added to kconfig CONFIG_UML_NET_PCAP=n # Added to kconfig CONFIG_UML_NET_SLIRP=n # Added to kconfig CONFIG_GCOV_KERNEL=n # Added to kconfig CONFIG_DEBUG_INFO_BTF=n # Added to kconfig CONFIG_BPF_PRELOAD=n # Added to kconfig CONFIG_SPI_STM32_QSPI=n # < make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 help # make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 olddefconfig .config:14255:warning: override: reassigning to symbol GCC_PLUGIN_LATENT_ENTROPY .config:14259:warning: override: reassigning to symbol UML_NET_ETHERTAP .config:14261:warning: override: reassigning to symbol UML_NET_SLIP .config:14266:warning: override: reassigning to symbol UML_NET_SLIRP # make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 /kisskb/src/lib/iomap.c:156:5: error: no previous prototype for ‘ioread64_lo_hi’ [-Werror=missing-prototypes] 156 | u64 ioread64_lo_hi(const void __iomem *addr) | ^~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:163:5: error: no previous prototype for ‘ioread64_hi_lo’ [-Werror=missing-prototypes] 163 | u64 ioread64_hi_lo(const void __iomem *addr) | ^~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:170:5: error: no previous prototype for ‘ioread64be_lo_hi’ [-Werror=missing-prototypes] 170 | u64 ioread64be_lo_hi(const void __iomem *addr) | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:178:5: error: no previous prototype for ‘ioread64be_hi_lo’ [-Werror=missing-prototypes] 178 | u64 ioread64be_hi_lo(const void __iomem *addr) | ^~~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:264:6: error: no previous prototype for ‘iowrite64_lo_hi’ [-Werror=missing-prototypes] 264 | void iowrite64_lo_hi(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:272:6: error: no previous prototype for ‘iowrite64_hi_lo’ [-Werror=missing-prototypes] 272 | void iowrite64_hi_lo(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:280:6: error: no previous prototype for ‘iowrite64be_lo_hi’ [-Werror=missing-prototypes] 280 | void iowrite64be_lo_hi(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~~~ /kisskb/src/lib/iomap.c:288:6: error: no previous prototype for ‘iowrite64be_hi_lo’ [-Werror=missing-prototypes] 288 | void iowrite64be_hi_lo(u64 val, void __iomem *addr) | ^~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors make[4]: *** [/kisskb/src/scripts/Makefile.build:244: lib/iomap.o] Error 1 make[3]: *** [/kisskb/src/scripts/Makefile.build:485: lib] Error 2 make[3]: *** Waiting for unfinished jobs.... make[2]: *** [/kisskb/src/Makefile:1934: .] Error 2 make[1]: *** [/kisskb/src/Makefile:240: __sub-make] Error 2 make: *** [Makefile:240: __sub-make] Error 2 Command 'make -s -j 40 ARCH=um O=/kisskb/build/linus_allmodconfig_um-x86_64-gcc12 CROSS_COMPILE=/opt/cross/kisskb/x86-64--glibc--bleeding-edge-2022.08-1/bin/x86_64-linux- SUBARCH=x86_64 ' returned non-zero exit status 2. # rm -rf /kisskb/build/linus_allmodconfig_um-x86_64-gcc12 # Build took: 0:10:15.942227