From owner-dev-commits-src-all@freebsd.org Thu Aug 5 16:00:17 2021 Return-Path: Delivered-To: dev-commits-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7201B665FE3; Thu, 5 Aug 2021 16:00:17 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-il1-f174.google.com (mail-il1-f174.google.com [209.85.166.174]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GgYGn2cwVz3KvS; Thu, 5 Aug 2021 16:00:17 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-il1-f174.google.com with SMTP id k3so5632553ilu.2; Thu, 05 Aug 2021 09:00:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=lRuXnnximghH+2nht3beOfR/L1VEF+U6w+vRGnIzBqM=; b=qahyFhqqncGcgFpxwmICg8p4vFnaV/VG+2G1cTCX+rm0d2mVP4O00rs4bJwu/r21eY A9wqxb3jwOgn80V7K8/28Ul8hDU3c8zUpAsEnjZ9o9GnShJsX9wWRYdBJPIfqhztxh2S zUd65nSl9lRcG1mVcnDhs8H9WhQENXWblO7J97bLuyKEA526p2AxbBp9lKbGCLoNS588 9K9M222D5lepoGfximnYBMjmyFbvEIV6Yk20U40kYq35gBt1VeeX193V+BnLELnfyioh 8jmCmrXfavhJ9xgtoxmBubZSUmcb4c4Uvjaw2WzUKTzoxCjr4xSD2PJRmnG1lZQcLHdI yZkA== X-Gm-Message-State: AOAM530/5bIezyCfrJThFhttH6utFf3RTUtafBfNg5ds83jHV4Io6e+s ugf+CAudjbaVU2Zo/+cXWM3TNx6Muz+qV3CuezcX2ek0S9Q= X-Google-Smtp-Source: ABdhPJxh7tkoc4fG4mgM6mop4RlHTHCgYJRPegiaNdEEszZG5Q6Y2qDs3vnjLK8x9YMISiruiQ1k/Pu0IY+IloYs7Fs= X-Received: by 2002:a92:cacd:: with SMTP id m13mr370800ilq.256.1628179210959; Thu, 05 Aug 2021 09:00:10 -0700 (PDT) MIME-Version: 1.0 References: <202108051422.175EMBpP006556@gitrepo.freebsd.org> In-Reply-To: <202108051422.175EMBpP006556@gitrepo.freebsd.org> From: Ed Maste Date: Thu, 5 Aug 2021 11:59:53 -0400 Message-ID: Subject: Re: git: 98215005b747 - main - ktls: start a thread to keep the 16k ktls buffer zone populated To: Andrew Gallatin Cc: src-committers , "" , dev-commits-src-main@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: 4GgYGn2cwVz3KvS X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-src-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Aug 2021 16:00:17 -0000 On Thu, 5 Aug 2021 at 10:22, Andrew Gallatin wrote: > > The branch main has been updated by gallatin: > > URL: https://cgit.FreeBSD.org/src/commit/?id=98215005b747fef67f44794ca64abd473b98bade > > commit 98215005b747fef67f44794ca64abd473b98bade > Author: Andrew Gallatin > AuthorDate: 2021-08-05 14:15:09 +0000 > Commit: Andrew Gallatin > CommitDate: 2021-08-05 14:19:12 +0000 > > ktls: start a thread to keep the 16k ktls buffer zone populated My Cirrus-CI boot smoke test is now failing with: Starting KTLS alloc thread for domain 0 panic: sleeping without a lock cpuid = 0 time = 1 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe0000b20ae0 vpanic() at vpanic+0x187/frame 0xfffffe0000b20b40 panic() at panic+0x43/frame 0xfffffe0000b20ba0 _sleep() at _sleep+0x484/frame 0xfffffe0000b20c40 ktls_alloc_thread() at ktls_alloc_thread+0x1c4/frame 0xfffffe0000b20cf0 fork_exit() at fork_exit+0x80/frame 0xfffffe0000b20d30 fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0000b20d30 --- trap 0, rip = 0, rsp = 0, rbp = 0 --- KDB: enter: panic [ thread pid 2 tid 100027 ] Stopped at kdb_enter+0x37: movq $0,0x127877e(%rip) db> qemu-system-x86_64: terminating on signal 15 from pid 32579 (timeout) Did not boot successfully, see /tmp/ci-qemu-test-boot.log