Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39478C64EC4 for ; Wed, 8 Mar 2023 07:52:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229896AbjCHHwV (ORCPT ); Wed, 8 Mar 2023 02:52:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229501AbjCHHwT (ORCPT ); Wed, 8 Mar 2023 02:52:19 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 36858984E8; Tue, 7 Mar 2023 23:52:15 -0800 (PST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id D8392219CB; Wed, 8 Mar 2023 07:52:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1678261933; 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=ajLJgfxVW7toycKUmqFHYGhNrFyJxe76oJOYl0j9fF4=; b=yJWtV8QqKc/IUYslYDebBr+swXwwAaEjnkg/dULLsk7E2Jg6BgtZ56eOmdrvgtFkfyHWrF 8fpLROVh7eW0zbN4m1dGAnbY9JmlwdMJxc5KMLEebj0EjyOFW6acfHeqrXzJoLS5LqxPcX VH83sRJZe6sJH73cfp1vNaAtachqLRU= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1678261933; 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=ajLJgfxVW7toycKUmqFHYGhNrFyJxe76oJOYl0j9fF4=; b=SpWznofVbE8h/bHADY7wN1pEKYEVByRT1rFyCYQ8JDeq12nPH3Jo/qN4n1JbPAQNH/cHhO UGskiNJ2aSz3mLAw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id A2D451391B; Wed, 8 Mar 2023 07:52:13 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id B6apJq0+CGSQAwAAMHmgww (envelope-from ); Wed, 08 Mar 2023 07:52:13 +0000 Message-ID: <651ee4e5-b298-606e-938f-0e49fdf295c3@suse.cz> Date: Wed, 8 Mar 2023 08:52:33 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: Who is looking at CVEs to prevent them? To: Dan Carpenter , oe-kbuild@lists.linux.dev, lkp@intel.com Cc: Hillf Danton , Masami Ichikawa , cip-dev , linux-mm@kvack.org, linux-kernel@vger.kernel.org, lwn@lwn.net, smatch@vger.kernel.org References: <20230307110029.1947-1-hdanton@sina.com> <6d1ad8e9-2bec-4cd4-b4dd-595c88855274@kili.mountain> Content-Language: en-US From: Vlastimil Babka In-Reply-To: <6d1ad8e9-2bec-4cd4-b4dd-595c88855274@kili.mountain> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 3/7/23 12:53, Dan Carpenter wrote: > On Tue, Mar 07, 2023 at 12:42:03PM +0100, Vlastimil Babka wrote: >> Why do you keep adding linux-mm to the Cc list of random threads that are >> not about MM? > > That's kbuild-bot stuff. The kbuild-bot generates those emails and I > just look them over and hit send. Sorry, wasn't clear that I was asking Hillf who did the Cc on this thread and other threads (not only kbuild bot threads). > I don't why the kbuild bot CCs linux-mm either... Let me ask the devs > about that. A lot of the -mm warning are correct but just the CC list > is weird. Sure, it's fine if a bug is suspected to be mm related that linux-mm is Cc'd, even if it turns out a wrong guess in the end. > The kbuild-bot stuff is really nice for me. The kbuild-bot doesn't use > the cross function DB so everything is local to the function and easy to > review. > > regards, > dan carpenter > >