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 X-Spam-Level: X-Spam-Status: No, score=-15.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CE8C8C433E0 for ; Tue, 30 Mar 2021 00:49:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A11CB619A0 for ; Tue, 30 Mar 2021 00:49:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229557AbhC3Asn (ORCPT ); Mon, 29 Mar 2021 20:48:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:57058 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229655AbhC3Asd (ORCPT ); Mon, 29 Mar 2021 20:48:33 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9BBED61987; Tue, 30 Mar 2021 00:48:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1617065312; bh=D5J+MhFx0iNpPkDXRtZX/8wxsofHugUW9X4/0p4I1yk=; h=Date:From:To:Subject:From; b=KlRA742gGez1xQNbCFT385t4lQAXBmzT4/oZqb7F3L7+2HW9tdXuNlUZvs3dDpT0J 6KkxLslM8G6Sw9wTMWYTeW1yp+eJRCCzPY1JBrxvWfBvrAHC+4c0pWhtE5ZMGgHrWp qPQs1UYxUCYiH29mtjnkUP1mOz/ALHpQxkVwEzyE= Date: Mon, 29 Mar 2021 17:48:32 -0700 From: akpm@linux-foundation.org To: akpm@linux-foundation.org, mm-commits@vger.kernel.org Subject: [obsolete] linux-next-git-rejects.patch removed from -mm tree Message-ID: <20210330004832.opIveLc_K%akpm@linux-foundation.org> User-Agent: s-nail v14.8.16 Precedence: bulk Reply-To: linux-kernel@vger.kernel.org List-ID: X-Mailing-List: mm-commits@vger.kernel.org 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 Subject: linux-next-git-rejects Signed-off-by: Andrew Morton --- arch/arm/mach-omap2/sr_device.c | 6 ------ drivers/gpu/drm/amd/amdgpu/amdgpu.h | 3 --- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 3 --- drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 10 ---------- drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c | 4 ---- drivers/gpu/drm/i915/display/intel_dp_link_training.c | 9 --------- 6 files changed, 35 deletions(-) --- a/arch/arm/mach-omap2/sr_device.c~linux-next-git-rejects +++ a/arch/arm/mach-omap2/sr_device.c @@ -152,10 +152,7 @@ exit: return 0; } -<<<<<<< HEAD -======= #ifdef CONFIG_OMAP_HWMOD ->>>>>>> linux-next/akpm-base static int __init sr_dev_init(struct omap_hwmod *oh, void *user) { struct omap_smartreflex_dev_attr *sr_dev_attr; @@ -169,15 +166,12 @@ static int __init sr_dev_init(struct oma return sr_init_by_name(oh->name, sr_dev_attr->sensor_voltdm_name); } -<<<<<<< HEAD -======= #else static int __init sr_dev_init(struct omap_hwmod *oh, void *user) { return -EINVAL; } #endif ->>>>>>> linux-next/akpm-base /* * API to be called from board files to enable smartreflex --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c~linux-next-git-rejects +++ a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -2750,8 +2750,6 @@ static int amdgpu_device_ip_suspend_phas continue; } -<<<<<<< HEAD -======= /* skip unnecessary suspend if we do not initialize them yet */ if (adev->gmc.xgmi.pending_reset && !(adev->ip_blocks[i].version->type == AMD_IP_BLOCK_TYPE_GMC || @@ -2762,7 +2760,6 @@ static int amdgpu_device_ip_suspend_phas continue; } ->>>>>>> linux-next/akpm-base /* skip suspend of gfx and psp for S0ix * gfx is in gfxoff state, so on resume it will exit gfxoff just * like at runtime. PSP is also part of the always on hardware --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c~linux-next-git-rejects +++ a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c @@ -1426,7 +1426,6 @@ static int amdgpu_pmops_suspend(struct d struct drm_device *drm_dev = dev_get_drvdata(dev); struct amdgpu_device *adev = drm_to_adev(drm_dev); int r; -<<<<<<< HEAD if (amdgpu_acpi_is_s0ix_supported(adev)) adev->in_s0ix = true; @@ -1434,15 +1433,6 @@ static int amdgpu_pmops_suspend(struct d r = amdgpu_device_suspend(drm_dev, true); adev->in_s3 = false; -======= - - if (amdgpu_acpi_is_s0ix_supported(adev)) - adev->in_s0ix = true; - adev->in_s3 = true; - r = amdgpu_device_suspend(drm_dev, true); - adev->in_s3 = false; - ->>>>>>> linux-next/akpm-base return r; } --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h~linux-next-git-rejects +++ a/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -1032,15 +1032,12 @@ struct amdgpu_device { bool in_s3; bool in_s4; bool in_s0ix; -<<<<<<< HEAD -======= /* * The combination flag in_poweroff_reboot_com used to identify the poweroff * and reboot opt in the s0i3 system-wide suspend. */ bool in_poweroff_reboot_com; ->>>>>>> linux-next/akpm-base atomic_t in_gpu_reset; enum pp_mp1_state mp1_state; --- a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c~linux-next-git-rejects +++ a/drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c @@ -1300,11 +1300,7 @@ static int smu7_start_dpm(struct pp_hwmg (0 == smum_send_msg_to_smc(hwmgr, PPSMC_MSG_PCIeDPM_Disable, NULL)), -<<<<<<< HEAD - "Failed to disble pcie DPM during DPM Start Function!", -======= "Failed to disable pcie DPM during DPM Start Function!", ->>>>>>> linux-next/akpm-base return -EINVAL); } --- a/drivers/gpu/drm/i915/display/intel_dp_link_training.c~linux-next-git-rejects +++ a/drivers/gpu/drm/i915/display/intel_dp_link_training.c @@ -40,11 +40,6 @@ static void intel_dp_reset_lttpr_common_ memset(&intel_dp->lttpr_common_caps, 0, sizeof(intel_dp->lttpr_common_caps)); } -static void intel_dp_reset_lttpr_common_caps(struct intel_dp *intel_dp) -{ - memset(&intel_dp->lttpr_common_caps, 0, sizeof(intel_dp->lttpr_common_caps)); -} - static void intel_dp_reset_lttpr_count(struct intel_dp *intel_dp) { intel_dp->lttpr_common_caps[DP_PHY_REPEATER_CNT - @@ -101,11 +96,7 @@ static bool intel_dp_read_lttpr_common_c * Detecting LTTPRs must be avoided on platforms with an AUX timeout * period < 3.2ms. (see DP Standard v2.0, 2.11.2, 3.6.6.1). */ -<<<<<<< HEAD - if (INTEL_GEN(i915) < 10) -======= if (DISPLAY_VER(i915) < 10) ->>>>>>> linux-next/akpm-base return false; if (drm_dp_read_lttpr_common_caps(&intel_dp->aux, _ Patches currently in -mm which might be from akpm@linux-foundation.org are mm-gup-check-page-posion-status-for-coredump-fix.patch mm.patch mm-memcontrol-switch-to-rstat-fix.patch kasan-remove-redundant-config-option-fix.patch mmmemory_hotplug-allocate-memmap-from-the-added-memory-range-fix.patch linux-next-rejects.patch kernel-forkc-export-kernel_thread-to-modules.patch