The patch titled Subject: linux-next-git-rejects has been removed from the -mm tree. Its filename was linux-next-git-rejects.patch This patch was dropped because it is obsolete ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: linux-next-git-rejects Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c | 3 --- drivers/mmc/host/mmci_stm32_sdmmc.c | 8 -------- 2 files changed, 11 deletions(-) --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c~linux-next-git-rejects +++ a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c @@ -1495,13 +1495,10 @@ void dcn10_init_hw(struct dc *dc) if (link->link_enc->funcs->is_dig_enabled && link->link_enc->funcs->is_dig_enabled(link->link_enc)) { link->link_status.link_active = true; -<<<<<<< HEAD -======= if (link->link_enc->funcs->fec_is_active && link->link_enc->funcs->fec_is_active(link->link_enc)) link->fec_state = dc_link_fec_enabled; } ->>>>>>> linux-next/akpm-base } /* we want to turn off all dp displays before doing detection */ --- a/drivers/mmc/host/mmci_stm32_sdmmc.c~linux-next-git-rejects +++ a/drivers/mmc/host/mmci_stm32_sdmmc.c @@ -70,11 +70,7 @@ static int sdmmc_idma_validate_data(stru for_each_sg(data->sg, sg, data->sg_len - 1, i) { if (!IS_ALIGNED(sg->offset, sizeof(u32)) || !IS_ALIGNED(sg->length, SDMMC_IDMA_BURST)) { -<<<<<<< HEAD - dev_err(mmc_dev(host->mmc), -======= dev_dbg(mmc_dev(host->mmc), ->>>>>>> linux-next/akpm-base "unaligned scatterlist: ofst:%x length:%d\n", data->sg->offset, data->sg->length); goto use_bounce_buffer; @@ -82,11 +78,7 @@ static int sdmmc_idma_validate_data(stru } if (!IS_ALIGNED(sg->offset, sizeof(u32))) { -<<<<<<< HEAD - dev_err(mmc_dev(host->mmc), -======= dev_dbg(mmc_dev(host->mmc), ->>>>>>> linux-next/akpm-base "unaligned last scatterlist: ofst:%x length:%d\n", data->sg->offset, data->sg->length); goto use_bounce_buffer; _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm.patch mm-create-new-mm-swaph-header-file-fix.patch mm-shmem-make-shmem_init-return-void-fix.patch ksm-count-ksm-merging-pages-for-each-process-fix.patch mm-memory_hotplug-refactor-hotadd_init_pgdat-and-try_online_node-checkpatch-fixes.patch proc-fix-dentry-inode-overinstantiating-under-proc-pid-net-checkpatch-fixes.patch fs-proc-kcorec-remove-check-of-list-iterator-against-head-past-the-loop-body-fix.patch add-fat-messages-to-printk-index-checkpatch-fixes.patch linux-next-rejects.patch mm-oom_killc-fix-vm_oom_kill_table-ifdeffery.patch