From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 877A339183A for ; Fri, 31 Jul 2026 11:33:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785497584; cv=none; b=WQSrQI60cMIsVG79qCeJXb4kZZqtlwogHr2iGF62ckZQc9wBZ0MVUolprlaHYXdtDdxNZQxFIIcNpK/cP53yPg2nWjL6n41jzEwST0Qhva5eiiGJwrGRqMaefYkNoVZoH4dezqqVzaggJjlooBd6fR/chkKeE5ZB9+QTBib7feQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785497584; c=relaxed/simple; bh=gLHvpw5RQaOHRqpucBEojeeitafvV4YJXqVqTfrqqMU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=iqRLgIUvnzcIDBB9rnNyKz/YJnaFteCfAArh6LCHStmdFJEBPj+JVj+eoeM0Pt90NYEIyZvjjg1+5KzCstL/k6m+kSypODYDC4p2qWUoKBUbDbZE68BzWKWsgMGTOXuFPI/z9E9kB/YM6/I+z0X/U69qNeqE/TO2mvCgy/SKYVk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=GZMcA3R2; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="GZMcA3R2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 81FC31F000E9; Fri, 31 Jul 2026 11:33:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1785497583; bh=t4i/tVuZ+dFjp3LA/+ZLOIhtYCAmdJoI5QDw5uZEJTM=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=GZMcA3R2ECbZj/OSpgnWMNSzdtnz2fQoA+PI0o7e/0Eew9hHuPRu4WZJVOSHygCEX C5kWtzwBFSdOYRFwHBG5c11DyARgj4LhH6H114tKaP2NoiHzKOwiKXhiAn7ITi+Z5Z ahgZl9/5Msx52F/TqROarJVXH0pWQdUYJv954F8E= Date: Fri, 31 Jul 2026 13:32:48 +0200 From: Greg Kroah-Hartman To: Dimitri Sivanich Cc: Muhammad Usama Anjum , Dimitri Sivanich , Arnd Bergmann , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] misc: sgi-gru: Remove broken page-table walks Message-ID: <2026073117-rounding-professed-1c2b@gregkh> References: <20260730111316.3672672-1-usama.anjum@arm.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Jul 30, 2026 at 07:22:18AM -0500, Dimitri Sivanich wrote: > Muhammad, > > I should let you know that we're currently and actively working on a > forthcoming patch to remove the sgi-gru driver, due to security concerns. We > hope to submit this patch soon. A patch to "delete the driver" should be quite simple. But until that shows up, I'll queue these up as they fix the obvious problems in the code today. thanks, greg k-h