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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 0F57DC28CBC for ; Fri, 1 May 2020 02:55:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DB79720857 for ; Fri, 1 May 2020 02:55:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588301718; bh=gOF5szvkFQGU4bLyCFqidUoxx8Uf9FWKYuANNbg3xdQ=; h=Date:From:To:To:To:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc: Subject:In-Reply-To:References:List-ID:From; b=J+x0vEVQVPy7NAHklMnsPp8O33SU3oCeJXd8tr5727wQ2yrkiRn9nXRB6Uef0nqpq HvfGzYfzsZavDYIy2NWmhbmS8EOfHWXgbe80X7SK6A75hsV+wQ5wFYOun9dcrRLaW8 wnm/8iQOZWn4g3tHm1JwyUGr76M2k+vUMmyueZ7k= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728163AbgEACzS (ORCPT ); Thu, 30 Apr 2020 22:55:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:59920 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727985AbgEACzS (ORCPT ); Thu, 30 Apr 2020 22:55:18 -0400 Received: from localhost (unknown [137.135.114.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id AB73220643; Fri, 1 May 2020 02:55:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1588301716; bh=gOF5szvkFQGU4bLyCFqidUoxx8Uf9FWKYuANNbg3xdQ=; h=Date:From:To:To:To:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Cc: Subject:In-Reply-To:References:From; b=p/u0gg4Hqma64SxbbU3mVGGQ/HBUFg3rit0TX4FZHGtLd65h03RnEKRWCYLVh+xeN I0ApnKBYGH+PRcoRXWXuR8034t4nD1RhAoycGI+MvOGtRbmrGKD19LvrUCN1nrNUWn HlMdp6eh9AG+D3+Aa71OCXT1pAf4nbK+accMktBU= Date: Fri, 01 May 2020 02:55:15 +0000 From: Sasha Levin To: Sasha Levin To: Dan Williams To: tglx@linutronix.de, mingo@redhat.com Cc: x86@kernel.org, stable@vger.kernel.org Cc: x86@kernel.org Cc: Cc: Ingo Molnar Cc: Borislav Petkov Cc: "H. Peter Anvin" Cc: Thomas Gleixner Cc: Peter Zijlstra Cc: Tony Luck Cc: Michael Ellerman Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Arnaldo Carvalho de Melo Cc: Linus Torvalds Cc: stable@vger.kernel.org Subject: Re: [PATCH v2 1/2] copy_safe: Rename memcpy_mcsafe() to copy_safe() In-Reply-To: <158823510324.2094061.12032081359821152024.stgit@dwillia2-desk3.amr.corp.intel.com> References: <158823510324.2094061.12032081359821152024.stgit@dwillia2-desk3.amr.corp.intel.com> Message-Id: <20200501025516.AB73220643@mail.kernel.org> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi [This is an automated email] This commit has been processed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v5.6.7, v5.4.35, v4.19.118, v4.14.177, v4.9.220, v4.4.220. v5.6.7: Failed to apply! Possible dependencies: d0ef4c360f7e ("iov_iter: Use generic instrumented.h") v5.4.35: Failed to apply! Possible dependencies: 30a2441cae7b ("x86/asm: Make more symbols local") 6dcc5627f6ae ("x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*") 74d8b90a8890 ("x86/asm/crypto: Annotate local functions") e9b9d020c487 ("x86/asm: Annotate aliases") ef1e03152cb0 ("x86/asm: Make some functions local") v4.19.118: Failed to apply! Possible dependencies: 02c02bf12c5d ("xarray: Change definition of sibling entries") 175967318c30 ("mm: introduce ARCH_HAS_PTE_DEVMAP") 3159f943aafd ("xarray: Replace exceptional entries") 3a08cd52c37c ("radix tree: Remove multiorder support") 3d0186bb068e ("Update email address") 461cef2a676e ("powerpc/32: activate ARCH_HAS_PMEM_API and ARCH_HAS_UACCESS_FLUSHCACHE") 66ee620f06f9 ("idr: Permit any valid kernel pointer to be stored") 74d609585d8b ("page cache: Add and replace pages using the XArray") v4.14.177: Failed to apply! Possible dependencies: 07037db5d479 ("RISC-V: Paging and MMU") 10dac04c79b1 ("mips: fix an off-by-one in dma_capable") 175967318c30 ("mm: introduce ARCH_HAS_PTE_DEVMAP") 3010a5ea665a ("mm: introduce ARCH_HAS_PTE_SPECIAL") 31cb1bc0dc94 ("sched/core: Rework and clarify prepare_lock_switch()") 32ce3862af3c ("powerpc/lib: Implement PMEM API") 3ccfebedd8cf ("powerpc, membarrier: Skip memory barrier in switch_mm()") 461cef2a676e ("powerpc/32: activate ARCH_HAS_PMEM_API and ARCH_HAS_UACCESS_FLUSHCACHE") 75387b92635e ("arm64: handle 52-bit physical addresses in page table entries") 76d2a0493a17 ("RISC-V: Init and Halt Code") 7db91e57a0ac ("RISC-V: Task implementation") 8c4cdce8b1ab ("mtd: nand: qcom: add command elements in BAM transaction") c7c527dd6e76 ("Revert "Documentation/features/vm: Remove arch support status file for 'pte_special'"") cc6c98485f8e ("RISC-V: Move to the new GENERIC_IRQ_MULTI_HANDLER handler") d1b069f5febc ("EXPERT Kconfig menu: fix broken EXPERT menu") e6d588a8e3da ("arm64: head.S: handle 52-bit PAs in PTEs in early page table setup") ea8c64ace866 ("dma-mapping: move swiotlb arch helpers to a new header") ee333554fed5 ("ARM: 8749/1: Kconfig: Add ARCH_HAS_FORTIFY_SOURCE") f1e3a12b6543 ("membarrier/arm64: Provide core serializing command") fbe934d69eb7 ("RISC-V: Build Infrastructure") v4.9.220: Failed to apply! Possible dependencies: 15accb3cbbcd ("MAINTAINERS: extend mvebu SoC entry with pinctrl drivers") 1cb0b57fec06 ("MAINTAINERS: add irqchip related drivers to Marvell EBU maintainers") 20bb5505e96f ("MAINTAINERS: cpufreq: add bmips-cpufreq.c") 21dd0ece34c2 ("ARM: dts: at91: add devicetree for the Axentia TSE-850") 2e7d1098c00c ("MAINTAINERS: add entry for dma mapping helpers") 384fe7a4d732 ("drivers: net: xgene-v2: Add DMA descriptor") 3b3f9a75d931 ("drivers: net: xgene-v2: Add base driver") 3f0d80b6d228 ("MAINTAINERS: Add bnxt_en maintainer info.") 413dfbbfca54 ("MAINTAINERS: add entry for Aspeed I2C driver") 420a3879d694 ("MAINTAINERS: change email address from atmel to microchip") 461cef2a676e ("powerpc/32: activate ARCH_HAS_PMEM_API and ARCH_HAS_UACCESS_FLUSHCACHE") 51c5d8447bd7 ("MMC: meson: initial support for GX platforms") 52c468fb37b6 ("MAINTAINERS: oxnas: Add new files definitions") 70dbd9b258d5 ("MAINTAINERS: Add entry for APM X-Gene SoC Ethernet (v2) driver") 7683e9e52925 ("Properly alphabetize MAINTAINERS file") 81ccd0cab29b ("drivers: net: xgene-v2: Add mac configuration") aa43112445f0 ("ASoC: atmel: tse850: add ASoC driver for the Axentia TSE-850") b105bcdaaa0e ("drivers: net: xgene-v2: Add transmit and receive") c821d30148ca ("ASoC: tse850: document axentia,tse850-pcm5142 bindings") e7c1572f6565 ("MAINTAINERS: sort F entries for Marvell EBU maintainers") ea8c64ace866 ("dma-mapping: move swiotlb arch helpers to a new header") fd33f3eca6bf ("MAINTAINERS: Add maintainers for the meson clock driver") v4.4.220: Failed to apply! Possible dependencies: 1f664ab7d9d4 ("MAINTAINERS: update entry for Marvell ARM platform maintainers") 27eb6622ab67 ("config: add android config fragments") 384fe7a4d732 ("drivers: net: xgene-v2: Add DMA descriptor") 3b3f9a75d931 ("drivers: net: xgene-v2: Add base driver") 413dfbbfca54 ("MAINTAINERS: add entry for Aspeed I2C driver") 461cef2a676e ("powerpc/32: activate ARCH_HAS_PMEM_API and ARCH_HAS_UACCESS_FLUSHCACHE") 51c5d8447bd7 ("MMC: meson: initial support for GX platforms") 5255034d1701 ("ARM: mach-artpec: add entry to MAINTAINERS") 54176cc68038 ("maintainers: update rmk's email address(es)") 5b7551db8688 ("ARM: dts: keystone: Add minimum support for K2G evm") 5edafc29829b ("ARM: dts: k2*: Rename the k2* files to keystone-k2* files") 6683d91cde25 ("MAINTAINERS: ARM/Amlogic: add co-maintainer, misc. updates") 70dbd9b258d5 ("MAINTAINERS: Add entry for APM X-Gene SoC Ethernet (v2) driver") 7683e9e52925 ("Properly alphabetize MAINTAINERS file") 79318452cb36 ("MAINTAINERS: Extend info, add wiki and ml for meson arch") 81ccd0cab29b ("drivers: net: xgene-v2: Add mac configuration") 8bb0bce92ec9 ("MAINTAINERS: add maintainer and reviewers for the etnaviv DRM driver") 8c2ed9bcfbeb ("arm: Add Aspeed machine") 8cb555b603f3 ("MAINTAINERS: add Chanho Min as ARM/LG1K maintainer") b105bcdaaa0e ("drivers: net: xgene-v2: Add transmit and receive") dcc3068a757e ("MAINTAINERS: Extend dts entry for ARM64 mvebu files") e68d7c143a62 ("MAINTAINERS: Add missing platform maintainers for dts files") e7c1572f6565 ("MAINTAINERS: sort F entries for Marvell EBU maintainers") ea8c64ace866 ("dma-mapping: move swiotlb arch helpers to a new header") fd33f3eca6bf ("MAINTAINERS: Add maintainers for the meson clock driver") fd3a628e3f2a ("MAINTAINERS: Add entry for APM X-Gene SoC PMU driver") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha