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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68D28C43334 for ; Sat, 23 Jul 2022 14:53:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233203AbiGWOxv (ORCPT ); Sat, 23 Jul 2022 10:53:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232670AbiGWOxv (ORCPT ); Sat, 23 Jul 2022 10:53:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 91BB91F629 for ; Sat, 23 Jul 2022 07:53:50 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1590560B88 for ; Sat, 23 Jul 2022 14:53:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 168A1C341C0; Sat, 23 Jul 2022 14:53:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1658588029; bh=ioN5k9Psk69uJ3GttcBGUyDl7Q5JsdIF9Xj0T2KPA+A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JYCA+x51/kqsQA92xHMuPmv/NvHrOPwTjCvrBirGl8fN3gQhq1swuxr1UfOLLm9za D1zGUZN87CjMYMtrmpB7DUz5vCDBwlTQXZjfyVo2UnOwC+o/zM5e6ezDaMKQOjWyTS b7v/OKjpapkRT/UvivQSFGfr4lIWYKI/kvAfTKQM= Date: Sat, 23 Jul 2022 16:53:46 +0200 From: Greg KH To: Oleksandr Tymoshenko Cc: sidhartha.kumar@oracle.com, stable@vger.kernel.org Subject: Re: [PATCH 0/2] Fix vm kselftest build Message-ID: References: <20220715231542.2169650-1-ovt@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sat, Jul 16, 2022 at 11:11:02AM -0700, Oleksandr Tymoshenko wrote: > On Fri, Jul 15, 2022 at 10:06 PM Greg KH wrote: > > > > On Fri, Jul 15, 2022 at 11:15:40PM +0000, Oleksandr Tymoshenko wrote: > > > This patchset reverts duplicates of two backported commits that created > > > exact copies of functions added by the original backports. > > > > > > Oleksandr Tymoshenko (2): > > > Revert "selftest/vm: verify remap destination address in mremap_test" > > > Revert "selftest/vm: verify mmap addr in mremap_test" > > > > > > tools/testing/selftests/vm/mremap_test.c | 53 ------------------------ > > > 1 file changed, 53 deletions(-) > > > > For what stable tree(s) are you wanting these to be applied to? > > 5.15, only this branch is affected thanks, now queued up. greg k-h