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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 A066AC31E40 for ; Fri, 9 Aug 2019 13:38:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5D51E214C6 for ; Fri, 9 Aug 2019 13:38:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565357887; bh=oHkoObse4PQEGR12IpcCPE1ydfTXKlPEBV2f08iF//I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=g5EzQ3WNDMN15WVN5HMvVglnpdzNM5lBCG5dDssFNvIWfi6Xkr1yO7XRR9HOeFCq2 HvW85Vg8VEDW4klWj0672UQz8F1OqH4uuvUzWPqzpFmfSyPJL0+L8NfdpLgV0aSsPM 91mDFt5sNU7vWtyea1ufgTnUsUonTCQ8f9vcvk5Q= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405723AbfHINiG (ORCPT ); Fri, 9 Aug 2019 09:38:06 -0400 Received: from mail.kernel.org ([198.145.29.99]:60360 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726152AbfHINiG (ORCPT ); Fri, 9 Aug 2019 09:38:06 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 D9B1220B7C; Fri, 9 Aug 2019 13:38:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565357885; bh=oHkoObse4PQEGR12IpcCPE1ydfTXKlPEBV2f08iF//I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QM7rjc/kZoUFj9bV7re0KYqX2IZAjqeEu7DSoUkwcun1g8f3l3mF0AzK9fNy0K9eG ll7MzUmw46se9ALqJcoCUjvEkxv2xOXrAwTY4RKNQMDsWB2opEkQRhulbOZpsw5AKi 9Wjp7rp4632bARe9SljbMViDwQtvMwtQ5/W8FI1w= Date: Fri, 9 Aug 2019 15:38:03 +0200 From: Greg KH To: "Schmid, Carsten" Cc: Hans de Goede , Alan Stern , Andrey Konovalov , Oliver Neukum , syzkaller-bugs , syzbot , USB list , Hillf Danton Subject: Re: AW: AW: KASAN: use-after-free Read in usbhid_power Message-ID: <20190809133803.GD30876@kroah.com> References: <20190809075555.GA20409@kroah.com> <8e43085507b849e49e858e5388f3e13c@SVR-IES-MBX-03.mgc.mentorg.com> <86ef050c477841a6951fd984b38c9f04@SVR-IES-MBX-03.mgc.mentorg.com> <9c955960-8b50-30dd-732a-92c62e5761cc@redhat.com> <932dbc769a80416eb736e6397c126ce9@SVR-IES-MBX-03.mgc.mentorg.com> <20190809125458.GA2230@kroah.com> <1565355625471.54150@mentor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1565355625471.54150@mentor.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Fri, Aug 09, 2019 at 01:00:25PM +0000, Schmid, Carsten wrote: > >> > >> @Greg: > >> I am still confident that my patch in __release_region should be taken in. > > > > Ok, submit it in a "real" way and we can consider it :) > > > > thanks, > > > > greg k-h > > Already done, linux-kernel@vger.kernel.org, see > https://www.spinics.net/lists/kernel/msg3218180.html You didn't cc: any developer, that's a sure way to get a patch ignored :( Try resending it with at least the people who get_maintainer.pl says has touched that file last in it. Also, Linus is the unofficial resource.c maintainer. I think he has a set of userspace testing scripts for changes somewhere, so you should cc: him too. And might as well add me :) thanks, greg k-h