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 X-Spam-Level: X-Spam-Status: No, score=-0.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CC106C33CB3 for ; Sat, 1 Feb 2020 18:53:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A511B20661 for ; Sat, 1 Feb 2020 18:53:18 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="GxL3/WHI" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727578AbgBASxR (ORCPT ); Sat, 1 Feb 2020 13:53:17 -0500 Received: from mail-oi1-f171.google.com ([209.85.167.171]:39228 "EHLO mail-oi1-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726712AbgBASxE (ORCPT ); Sat, 1 Feb 2020 13:53:04 -0500 Received: by mail-oi1-f171.google.com with SMTP id z2so10740961oih.6; Sat, 01 Feb 2020 10:53:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=u78NgzZ3KrEOfpTpyNxckRqZTrwrDsJGa/4Tbk58Hxk=; b=GxL3/WHIG+dHKdSJmccC2EhuC5+Xeh4cjy7QzIJDDegXBinYS/USK76BbAzD1MQjSK DljAHU5SxCAXmxnPUWEt1rgfWa40Z5Vn8QUwpfruDYdwVRsHpniHdndZ0dt0RMDkgfRy yUChf89Ur95RZ4ZkEB4aH4cMeG48GTxr2c/XJYLrPGCNXAFGbTTx/1UU/kdaxO6rXgcN 4xHsh8l2a6Gz5T6T54fZQJAt4He1si/1kPOMVUUUG7Cr1EOjT91Fvgt4kXQGBpwadtdI yrgyPlClqMZYfvACn50mPrzungQY4ksE6s7IQZjhDvNPlqYGfaTv/XzfDdmwdlVwzNxP O/Tw== 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=u78NgzZ3KrEOfpTpyNxckRqZTrwrDsJGa/4Tbk58Hxk=; b=BzTJbvDaocbdV5uMSAT+SOh5p5hfl5tZ+HvSC1wxs8w+7Ohug+YSw+mfwA6ftMjaV5 80ZpsYcHy1uFkCF1TmOUu1hBp/kTkPVoc+FFu8QC5AcGRgDc9ostUMkdWBMIB7OqXc1n 6ilH74F2dFOIhGUdixZB0SgIqCaU8h+bOrJMu1LDBn5HbBC0StDF4yM3VE9L/SyK8DLi N7u8PrMABkXQ2XX0jsSRhvqgrNLJu7vVjJ6/i4hldqi1v8OuQdG1iogUyp5Uk5fJ/kV6 qaRsEfyLXgxSV1meZzCC9qY2o1ueZVHNAaLOTyb8iqWbFPsYx5LbCstc3J7xgxTBb51E GNAg== X-Gm-Message-State: APjAAAVu8aId3XNeNOPEFLLDYXjIzQpGQxQ2xnBf8NcchzyHZj2hIdGM LaHtY8sW2qVo6j8YUsyYALnXS5ypJv1zWtybPAI= X-Google-Smtp-Source: APXvYqzvVoAlLlNnEUrquYyrowd/GNygHH+kPf3WtbxWTi2YbX4mjnslEPbIqGus2wMsEDBfbJE3f0rCbVKEKHix6Rw= X-Received: by 2002:aca:cf07:: with SMTP id f7mr729695oig.5.1580583183580; Sat, 01 Feb 2020 10:53:03 -0800 (PST) MIME-Version: 1.0 References: <000000000000466b64059bcb3843@google.com> <20200126132352.8212-1-hdanton@sina.com> <20200201070541.GJ1778@kadam> In-Reply-To: <20200201070541.GJ1778@kadam> From: Cong Wang Date: Sat, 1 Feb 2020 10:52:52 -0800 Message-ID: Subject: Re: INFO: task hung in hashlimit_mt_check_common To: Dan Carpenter Cc: Hillf Danton , syzbot , coreteam@netfilter.org, David Miller , Florian Westphal , Jozsef Kadlecsik , LKML , Linux Kernel Network Developers , NetFilter , Pablo Neira Ayuso , syzkaller-bugs Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 31, 2020 at 11:07 PM Dan Carpenter wrote: > > I wonder if there is some automated way to accept test patches from the > mailing list. At least for me, I always test patches before formally posting to mailing lists. Sometimes I want syzbot to test some debugging or experimental patches too, those should not be posted to dev mailing lists. Thanks.