From nobody Fri Apr 26 22:47:59 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1595946925; cv=none; d=zohomail.com; s=zohoarc; b=Kw4FB6ON2pm8ncIVfURKtWMLMSVo1V7ta1KSLBlzjL0lkXSp3GWfD+aUqBhYPnWj0s8OH60c/nBXOiXsYUW/ksZwWdSdVkWmMi/GA7YklT2EJSukz/k+Fw07N3gImXbI5GnEDlUTO5uCFGEuKuIyvs1nHzVq8XQLxI25TevD9O8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1595946925; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=CLx2Qs1GZkqJU4KH2kwERqvvRPhXX2uxpNdzOUZVedM=; b=ZDgdrj+NXD/CXfyIRpa3Ek42I+RLbKQrLICpQH8lzlR4DQjm7NF9bpPU/8cS92gIgXACadF2U1fnrXCdlfA5AUKUTF7w6gckkVFVJicJR7/8HZ+Kgp9LWNlY8QeDbRZ4fPQw6UTkGu7K7d0RK4gavT5t80Jo4MVy3bFs6OB1WA8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1595946925914664.6053899700913; Tue, 28 Jul 2020 07:35:25 -0700 (PDT) Received: from localhost ([::1]:49768 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k0QhQ-0008Rn-C5 for importer@patchew.org; Tue, 28 Jul 2020 10:35:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59478) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0Qde-00035e-1G for qemu-devel@nongnu.org; Tue, 28 Jul 2020 10:31:30 -0400 Received: from us-smtp-delivery-1.mimecast.com ([205.139.110.120]:22999 helo=us-smtp-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1k0Qdc-0001jA-Is for qemu-devel@nongnu.org; Tue, 28 Jul 2020 10:31:29 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-328-Ew4vPAGiO2qnVKij8CnbxA-1; Tue, 28 Jul 2020 10:31:26 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id AC44AE91F; Tue, 28 Jul 2020 14:31:23 +0000 (UTC) Received: from localhost (unknown [10.36.110.39]) by smtp.corp.redhat.com (Postfix) with ESMTP id 01D12726AC; Tue, 28 Jul 2020 14:31:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1595946687; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=CLx2Qs1GZkqJU4KH2kwERqvvRPhXX2uxpNdzOUZVedM=; b=fulUmRM1nR4tOL3pktpJVjtcu6nGMJV5Ttayb91P8FfrU9YdmkowwpEBuzxjitwqxtLf4N ppdTeAfoX7iaNJT1T9iXvGW9aYcNEZc5stxWPlJWvQgTIAvsmX5kKUyu81ltgsn14TA8/S k2EWmxX3/c7M7DubWEZZZVY9ROuOs6A= X-MC-Unique: Ew4vPAGiO2qnVKij8CnbxA-1 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= To: qemu-devel@nongnu.org Subject: [PULL 1/2] test-char: abort on serial test error Date: Tue, 28 Jul 2020 18:31:07 +0400 Message-Id: <20200728143108.2192896-2-marcandre.lureau@redhat.com> In-Reply-To: <20200728143108.2192896-1-marcandre.lureau@redhat.com> References: <20200728143108.2192896-1-marcandre.lureau@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=205.139.110.120; envelope-from=marcandre.lureau@redhat.com; helo=us-smtp-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/28 10:31:20 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -40 X-Spam_score: -4.1 X-Spam_bar: ---- X-Spam_report: (-4.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: pass (identity @redhat.com) We are having issues debugging and bisecting this issue that happen mostly on patchew. Let's make it abort where it failed to gather some new informations. Suggested-by: Philippe Mathieu-Daud=C3=A9 Signed-off-by: Marc-Andr=C3=A9 Lureau --- tests/test-char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-char.c b/tests/test-char.c index 614bdac2df..d35cc839bc 100644 --- a/tests/test-char.c +++ b/tests/test-char.c @@ -1200,7 +1200,7 @@ static void char_serial_test(void) =20 /* test tty alias */ qemu_opt_set(opts, "backend", "tty", &error_abort); - chr =3D qemu_chr_new_from_opts(opts, NULL, NULL); + chr =3D qemu_chr_new_from_opts(opts, NULL, &error_abort); g_assert_nonnull(chr); object_unparent(OBJECT(chr)); =20 --=20 2.28.0.rc2.1.g3d20111cbd From nobody Fri Apr 26 22:47:59 2024 Delivered-To: importer@patchew.org Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1595946770; cv=none; d=zohomail.com; s=zohoarc; b=dEs6thZB99Al2rTgPeJOF2ha/6XtijI8kcEZem79GIQFwOh1Wa1texiLZHmxawUOqcx2ZdyVhzYHrSIfoQKy+XXRXiV4VskaZ9wFIn4wxCQLdLqD9hoha+pF6QB1tUmdD45KPn2/jcrpDXsViy8wa5344rY7ShPbLaUlMgCOxCw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1595946770; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To; bh=HavDs4TdbWRcgCjIP//IJUjb5X1vWRc5f/SAV3XXkvE=; b=OBAe6z4mfguAy+pPOay9Qeycp1Cj0GLWPhqi9UHPcUYfpj1lpp8BrzeX7I5miq2eYx418fpURjIPV3rYsyMpOdJZ0LczuPPprgb/XJb7GczZC16FCxdv4T5ccBVc3fGzNxREQ+q9IHuyTlVyp+yhjQZmn6FGs3efiX5b9ZvcoGc= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1595946770169670.2978833063958; Tue, 28 Jul 2020 07:32:50 -0700 (PDT) Received: from localhost ([::1]:41012 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k0Qer-0004cg-Sk for importer@patchew.org; Tue, 28 Jul 2020 10:32:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59546) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0Qdj-0003Br-33 for qemu-devel@nongnu.org; Tue, 28 Jul 2020 10:31:35 -0400 Received: from us-smtp-1.mimecast.com ([207.211.31.81]:41372 helo=us-smtp-delivery-1.mimecast.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1k0Qdg-0001jV-8R for qemu-devel@nongnu.org; Tue, 28 Jul 2020 10:31:34 -0400 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-493-xKN85W_FNXSsvHzSCy_zFA-1; Tue, 28 Jul 2020 10:31:29 -0400 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 9044F8064AF; Tue, 28 Jul 2020 14:31:28 +0000 (UTC) Received: from localhost (unknown [10.36.110.39]) by smtp.corp.redhat.com (Postfix) with ESMTP id 78FC15DA6A; Tue, 28 Jul 2020 14:31:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1595946691; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=HavDs4TdbWRcgCjIP//IJUjb5X1vWRc5f/SAV3XXkvE=; b=XBzHuoK7YW1ZCJ1ZItOz2S7zIjay3eV3w9rnB513rSj5HxSrdroDIAf0EVsYCXlY/VY7BB BFQx3pjzsjlLTwiGcUEMptM/BzZpPdGYLuk7k5sBNIEIXoOP6M9Do6cMr0EgWoapisGLe7 yDuMHht7C3xv6gtm/I7XH+uDJpUhKkY= X-MC-Unique: xKN85W_FNXSsvHzSCy_zFA-1 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= To: qemu-devel@nongnu.org Subject: [PULL 2/2] slirp: update to latest stable-4.2 branch Date: Tue, 28 Jul 2020 18:31:08 +0400 Message-Id: <20200728143108.2192896-3-marcandre.lureau@redhat.com> In-Reply-To: <20200728143108.2192896-1-marcandre.lureau@redhat.com> References: <20200728143108.2192896-1-marcandre.lureau@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Received-SPF: pass client-ip=207.211.31.81; envelope-from=marcandre.lureau@redhat.com; helo=us-smtp-delivery-1.mimecast.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/28 10:31:13 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -30 X-Spam_score: -3.1 X-Spam_bar: --- X-Spam_report: (-3.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail-DKIM: pass (identity @redhat.com) Dr. David Alan Gilbert (1): ip_stripoptions use memmove Jindrich Novy (4): Fix possible infinite loops and use-after-free Use secure string copy to avoid overflow Be sure to initialize sockaddr structure Check lseek() for failure Marc-Andr=C3=A9 Lureau (2): util: do not silently truncate Merge branch 'stable-4.2' into 'stable-4.2' Philippe Mathieu-Daud=C3=A9 (3): Fix win32 builds by using the SLIRP_PACKED definition Fix constness warnings Remove unnecessary break Ralf Haferkamp (2): Drop bogus IPv6 messages Fix MTU check Signed-off-by: Marc-Andr=C3=A9 Lureau --- slirp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slirp b/slirp index 2faae0f778..ce94eba204 160000 --- a/slirp +++ b/slirp @@ -1 +1 @@ -Subproject commit 2faae0f778f818fadc873308f983289df697eb93 +Subproject commit ce94eba2042d52a0ba3d9e252ebce86715e94275 --=20 2.28.0.rc2.1.g3d20111cbd