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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B00A5C6FA82 for ; Wed, 14 Sep 2022 14:59:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229725AbiINO7t (ORCPT ); Wed, 14 Sep 2022 10:59:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44434 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229520AbiINO7p (ORCPT ); Wed, 14 Sep 2022 10:59:45 -0400 Received: from mail-pj1-x102d.google.com (mail-pj1-x102d.google.com [IPv6:2607:f8b0:4864:20::102d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A003BCBA for ; Wed, 14 Sep 2022 07:59:44 -0700 (PDT) Received: by mail-pj1-x102d.google.com with SMTP id m10-20020a17090a730a00b001fa986fd8eeso19319957pjk.0 for ; Wed, 14 Sep 2022 07:59:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date; bh=YcOCvFv8Ww1CQ6MsvWRPqisqK9mPiN69h3UTY4oFQYk=; b=fy8C5RC3erd4fSSCv04W7zDyJNWQuBtcaCMo47NACF4nQ6sqLj5lCvFviELvC/e0l4 DvhRdYP/l/tfs3xacVGNSIjLg1i/ZqZSN8yy/gTsWtlFoI/LCJnmdMA43qEGDO5Iml4I qpnvPwhk+Tg3uMu9oO2NAHV/ElAVRPLfXeRxM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=YcOCvFv8Ww1CQ6MsvWRPqisqK9mPiN69h3UTY4oFQYk=; b=hYVceoY4TS4t+NRcxBTH/9zfA9ozosaX/SMIne0eRkG65xqWvuoLTNnwDudfgGRjgq sKlKrgoNyPrZBsDHXzAt+0zJxI0jjsS6qEdD4kBGsQ5SEdNei+dDg6FyLbHlKA9WdFOW aiAIDivDZjYFUuCwuncAsVtKZ4vFfNWmyTUTWF/wmkZsaP9+kVsikELfO1I54m1m4FQu WueuvJ7T+kFePndzE0F97672olsVbwp/bbYbEtBMypATkJV6Timr1UZ20vqxO4486/SU D+QhVx75peufpTeQFuoTXfQu+ZnGctqXoXz7u7UcX/YwteSowvArrxOCRP/W/mpm6EkA rtJg== X-Gm-Message-State: ACgBeo3NI1NGe3dX1z5tjuv3D+7a8xiXkC3dY55TuTUMMuc3v2yxd6aV 7B4bymnB/HvU/soPTyXPxleErUYsaPpZYw== X-Google-Smtp-Source: AA6agR6nhDnf/eashzX/3gd+99g8YdobSXF5wix0WL47aF0M3CfNFWExj1BhQO3Oc2dP80yTnfJ42Q== X-Received: by 2002:a17:903:22cd:b0:176:ca53:3e82 with SMTP id y13-20020a17090322cd00b00176ca533e82mr37533818plg.59.1663167583839; Wed, 14 Sep 2022 07:59:43 -0700 (PDT) Received: from google.com ([240f:75:7537:3187:8201:ef09:d097:37b8]) by smtp.gmail.com with ESMTPSA id q6-20020a170902a3c600b00176dd41320dsm10743768plb.119.2022.09.14.07.59.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 14 Sep 2022 07:59:42 -0700 (PDT) Date: Wed, 14 Sep 2022 23:59:37 +0900 From: Sergey Senozhatsky To: Thomas Gleixner Cc: LKML , John Ogness , Petr Mladek , Sergey Senozhatsky , Steven Rostedt , Linus Torvalds , Peter Zijlstra , "Paul E. McKenney" , Daniel Vetter , Greg Kroah-Hartman , Helge Deller , Jason Wessel , Daniel Thompson Subject: Re: [patch RFC 09/29] serial: kgdboc: Lock consoles in probe function Message-ID: References: <20220910221947.171557773@linutronix.de> <20220910222300.906633712@linutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220910222300.906633712@linutronix.de> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (22/09/11 00:27), Thomas Gleixner wrote: > > Unprotected list walks are not necessarily safe. > > Signed-off-by: Thomas Gleixner For what it's worth Reviewed-by: Sergey Senozhatsky