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=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 974D3C433DF for ; Wed, 14 Oct 2020 09:52:35 +0000 (UTC) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DA2DC20757 for ; Wed, 14 Oct 2020 09:52:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="MumA+5Hw" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DA2DC20757 Authentication-Results: mail.kernel.org; dmarc=pass (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linux-kernel-mentees-bounces@lists.linuxfoundation.org Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4718387FA8; Wed, 14 Oct 2020 09:52:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DZHc7slDu+FG; Wed, 14 Oct 2020 09:52:33 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by whitealder.osuosl.org (Postfix) with ESMTP id D681F87F09; Wed, 14 Oct 2020 09:52:33 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id BC42DC07FF; Wed, 14 Oct 2020 09:52:33 +0000 (UTC) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by lists.linuxfoundation.org (Postfix) with ESMTP id 7EC5DC0051 for ; Wed, 14 Oct 2020 09:52:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6DAD587F2E for ; Wed, 14 Oct 2020 09:52:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y5tljW1b1jug for ; Wed, 14 Oct 2020 09:52:31 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by whitealder.osuosl.org (Postfix) with ESMTPS id D0A0587F09 for ; Wed, 14 Oct 2020 09:52:31 +0000 (UTC) Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 906C320757; Wed, 14 Oct 2020 09:52:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1602669151; bh=OOGZP7sOEWFW4QXsS4zHTwwwzAVTdAhOb0DMKpZOQo0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MumA+5HwFegTzb0LmW0/KVWfSXjSkWJMt3kcKSma8p3REHB1eLOySFlgz3M6NPLaN 1IT7zBAmCkZlpa87YrAFyuRr/2cQOKQMOYpEB2f8N5Www2dbgKtXEQ4PpUoS0/UxM+ 6XYoa4qC90ER+1fpZn1d0inriLti7/aGP2/Bz5sg= Date: Wed, 14 Oct 2020 11:53:06 +0200 From: Greg KH To: Fox Chen Message-ID: <20201014095306.GA3597742@kroah.com> References: <0000000000002954fa05b02468d7@google.com> <300c32a1-a0de-4f05-b467-0822b3d21733n@googlegroups.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Cc: syzkaller-bugs , linux-kernel-mentees@lists.linuxfoundation.org, Dmitry Vyukov Subject: Re: [Linux-kernel-mentees] KASAN: slab-out-of-bounds Read in squashfs_get_id X-BeenThere: linux-kernel-mentees@lists.linuxfoundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-kernel-mentees-bounces@lists.linuxfoundation.org Sender: "Linux-kernel-mentees" On Wed, Oct 14, 2020 at 05:13:29PM +0800, Fox Chen wrote: > On Wed, Oct 14, 2020 at 4:27 PM Dmitry Vyukov wrote: > > > > Oh, from groups. Yes, that won't work for the kernel. That also > > generated an HTML email, which is generally not welcome on kernel > > mailing lists. > > > > Got it! thank you! > > If I miss the original email, without using "groups", how can I reply > to the thread?? If the tool lets you, just download the "raw" message, and load it in your email client and respond to it from there. I know lore.kernel.org has the option to save it this way, then just use a mail client like mutt: mutt -f message_downloaded.txt and away you go. If your email client does not let you do this, perhaps you need a better email client :) thanks, greg k-h _______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees