From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x42e.google.com (mail-pf1-x42e.google.com [IPv6:2607:f8b0:4864:20::42e]) by sourceware.org (Postfix) with ESMTPS id 8828D3858C52 for ; Thu, 28 Sep 2023 17:43:24 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 8828D3858C52 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-pf1-x42e.google.com with SMTP id d2e1a72fcca58-690d8c05784so10591159b3a.2 for ; Thu, 28 Sep 2023 10:43:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; t=1695923003; x=1696527803; darn=sourceware.org; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=OTPdGgUs8y39j00LOjvxLUq3Pur4BI41na2bf/hyDhw=; b=hHp2wYbuOAxj0i/Yb/5iJHyR1roEQuJHgT4oqmRBiL1lfRcflDBnnq5EWB3EGdDqMn Ywmlo9A70JbWejuJpIlJbn1dPKnYq5DBT/Z4F11COroLi6y2HppGhIn9Touq3q5GIX7h lDAIZ3KPC/qGetk+jqzoQNzvIRP7imYWuTQGN8f+qv85x4Jk/SLg0HPJqXTPLrFqodjy /sfvIFeKX7IW5l55HouvptZTKACqu+o0jkVvGVNRoSawkG3yqpGrby9ft1+oRSC3/o5r vUqkXls/ENrsA7othHA1GERThvEIytmd0l2zHzo8srH7e5Qbdb4GzncdsGySQKms8ggv +gUQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1695923003; x=1696527803; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=OTPdGgUs8y39j00LOjvxLUq3Pur4BI41na2bf/hyDhw=; b=C2VmgFFf4muqeuICOcCOG4rg4iYnmWo2I1GFop2Ih9jP3fGmcnK5uhUzPxlIKKKUcz sJyaoT/cwmG0/2vBhpOdEGtb9IMbdaoBYynsNz/4Vkv6S3JqXyU4SMrWITdmK7S6pvNW gU8B8RGNirVhiNxO858U8ke1VZfaKviqHWkOxRzkeumzWIVlkaqlW+uj8fpCIoSqWi8I q5mGA8z1OnW3xz0P/vl4z/dD92s3YM64UBNqnf2lyFvEYyepBJPZHbdHjtnP9fE2vS1u xBHNJABSADKJAY5NMus+fzYQDnlgKPm+xOFysS7No808x/XiWy4XGDvqge3vXwhc312o BC3Q== X-Gm-Message-State: AOJu0YyJ9DkckwO45ZAdV1QSmKch0AUQmZnQYbC6Slc2ZQ/1eW57+CU3 gRNHR5pALYLj1ju73oGHGFoHlvUXewCnT52DOw== X-Google-Smtp-Source: AGHT+IGxVnlMlrZ9sq97sy+9fZfVF0dmojBOgQCp8t54dTkD0Fr2j8yd4F5pRogBTvxuUjFqAkfbuw== X-Received: by 2002:a05:6a00:2350:b0:68e:496a:7854 with SMTP id j16-20020a056a00235000b0068e496a7854mr1824416pfj.18.1695923003541; Thu, 28 Sep 2023 10:43:23 -0700 (PDT) Received: from takamaka.gnat.com ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id v16-20020aa78510000000b00666e649ca46sm13693798pfn.101.2023.09.28.10.43.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 28 Sep 2023 10:43:23 -0700 (PDT) Received: by takamaka.gnat.com (Postfix, from userid 1000) id 5E70381B88; Thu, 28 Sep 2023 10:43:22 -0700 (PDT) Date: Thu, 28 Sep 2023 10:43:22 -0700 From: Joel Brobecker To: Simon Marchi Cc: Joel Brobecker , gdb-patches@sourceware.org Subject: Re: GDB 14 branching & release -- 2023-09-24 update Message-ID: References: <4cd9d958-a575-4751-b1d5-6552bd95aca5@simark.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4cd9d958-a575-4751-b1d5-6552bd95aca5@simark.ca> X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Simon, > I identified this regression in gdb.base/gcore.exp with the > native-extended-gdbserver board: > > https://sourceware.org/bugzilla/show_bug.cgi?id=30912 > > I don't think it should be blocking the branching, but it should be > fixed / cherry-picked before the release. Thanks for the heads up. The fact that it has a corresponding PR helps a lot with the tracking. I've set the PR's target release to 14.1 to reflect the above. Can you explain why you recommended this fix be in 14.1? -- Joel