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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 7F437C433E9 for ; Mon, 8 Mar 2021 09:58:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4EEDE64FB7 for ; Mon, 8 Mar 2021 09:58:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231512AbhCHJ53 (ORCPT ); Mon, 8 Mar 2021 04:57:29 -0500 Received: from mx2.suse.de ([195.135.220.15]:53636 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231479AbhCHJ5U (ORCPT ); Mon, 8 Mar 2021 04:57:20 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1615197438; h=from:from:reply-to: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=ox9pnNjIVFkayHN1+11ut1Jk/mZ9ayYn7+APO2/2Yos=; b=o+CCEZBUDxcQn0LkP3HHn6segidLYcBjRSZHuJZh7akDY3GA2dXo5d/QwG0Z9iWgwX0tf2 I9ai6RmvXk5qwhE45U0kC/XrEncKmg9gSwLI6c88aZj47GUm0OL5VML+RdtKU2ntY3A6i/ syDURdCGc3hd2fYQn+piRGwUeGuYEPc= Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 755EAACBF; Mon, 8 Mar 2021 09:57:18 +0000 (UTC) Message-ID: <7ea20413bdb68f98430b3cfc8ac5824be26781af.camel@suse.com> Subject: Re: usb: cdc-acm: BUG kmalloc-128 Poison overwritten From: Oliver Neukum To: Bruno Thomsen Cc: linux-usb@vger.kernel.org, "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , open list , Bruno Thomsen , Lars Alex Pedersen Date: Mon, 08 Mar 2021 10:57:14 +0100 In-Reply-To: References: <777991bb72f8842e3e730f9b600b2086478f5d36.camel@suse.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.4 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, den 08.03.2021, 09:50 +0100 schrieb Bruno Thomsen: > > Tested-by: Bruno Thomsen > > I have not observed any oops with patches applied. Patches have seen > more than 10 weeks of runtime testing across multiple devices. Hi, that is good news. I shall send them upstream. Regards Oliver