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 BF626EB64D9 for ; Mon, 19 Jun 2023 06:24:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229559AbjFSGY4 (ORCPT ); Mon, 19 Jun 2023 02:24:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43180 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229500AbjFSGYz (ORCPT ); Mon, 19 Jun 2023 02:24:55 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 518699B for ; Sun, 18 Jun 2023 23:24:54 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DEBED611D9 for ; Mon, 19 Jun 2023 06:24:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE193C433C9; Mon, 19 Jun 2023 06:24:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1687155893; bh=R4eNmMq5eD1LVA/vS/IN/2bNouTX22+yNxgBmtfFOcM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H3peL6m6SyrMAEGOjrrd7FZl98ArKVoda/B5RXvoCUIBBefGELZVIKqMrcy/6ExiW wo7DvgssoLXiciLX/WrZ/2nQO+OTyEIvyXWiCmd/ZqNTEdpmllcHeMYL0ww3fP3o0v Ygf/mOhIq6/k33bLkbxgbIc7eQ/SvxDeCeZC735U= Date: Mon, 19 Jun 2023 08:24:50 +0200 From: Greg KH To: Hardik Garg Cc: stable@vger.kernel.org, code@tyhicks.com Subject: Re: backport d8e45bf1aed2 (selftests/mount_setattr: fix redefine struct mount_attr build error) Message-ID: <2023061929-landfill-speculate-1885@gregkh> References: <5f49c8bc-1eb7-be99-a1a8-7d7e0e87ad1b@linux.microsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5f49c8bc-1eb7-be99-a1a8-7d7e0e87ad1b@linux.microsoft.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Wed, Jun 14, 2023 at 01:28:25PM -0700, Hardik Garg wrote: > commit d8e45bf1aed2 upstream. > (selftests/mount_setattr: fix redefine struct mount_attr build error) > Backport this commit from v6.2.0-rc5 to v6.3, v6.1, and v5.15 to resolve > the struct redefinition error: 6.3 obviously already has this commit in it, so how are you seeing an error there? confused, greg k-h