From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753497AbdL1Maa (ORCPT ); Thu, 28 Dec 2017 07:30:30 -0500 Received: from mail-pg0-f46.google.com ([74.125.83.46]:45919 "EHLO mail-pg0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752885AbdL1Ma2 (ORCPT ); Thu, 28 Dec 2017 07:30:28 -0500 X-Google-Smtp-Source: ACJfBos0VFsmgFPczz39q43z5cqAI/POJwEa56eI8STXWlVrJelxj67FhjQgFPnnsU3XNPRH1vRSVkIXt7Tf+gaTA+M= MIME-Version: 1.0 In-Reply-To: <503641514463979@web33o.yandex.ru> References: <20171222033229.GB26818@zzz.localdomain> <581031514458281@web9g.yandex.ru> <503641514463979@web33o.yandex.ru> From: Dmitry Vyukov Date: Thu, 28 Dec 2017 13:30:07 +0100 Message-ID: Subject: Re: [RFC] syzbot process To: Ozgur Cc: Eric Biggers , LKML , syzkaller , Eric Dumazet , Kostya Serebryany , Alexander Potapenko , andreyknvl , Linus Torvalds , Greg Kroah-Hartman , Andrew Morton , Tetsuo Handa , David Miller , Willem de Bruijn , Guenter Roeck , Stephan Mueller Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 28, 2017 at 1:26 PM, Ozgur wrote: >>> and I think syzbot use to .txt file attached. >>> .txt is not good. >> >> Why are not .txt attachments good? What do you propose to use? > > I think I'm misunderstood that is good to have text output in a file but not useful if the file extension is ".txt" > Not comfortable use it for mutt / vim and diff. > > I think needs to be an new extension, would be like this ".log" or ".syz" :) There is an fortunate limitation in the mailing system we currently use -- it infers Content-Type from file extension. So if we do .syz, it will do application/octet-stream.