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 249C4EB64D9 for ; Tue, 4 Jul 2023 07:33:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229624AbjGDHdM (ORCPT ); Tue, 4 Jul 2023 03:33:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49102 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231163AbjGDHdL (ORCPT ); Tue, 4 Jul 2023 03:33:11 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AAF0611C for ; Tue, 4 Jul 2023 00:33:10 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4119E61178 for ; Tue, 4 Jul 2023 07:33:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5CA80C433C8; Tue, 4 Jul 2023 07:33:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1688455989; bh=N+rvBaFsWTshp7hN1HgJPj1nLFmW0eYWWCXf6ztARi0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=xKVhVxndOYf0qixBvT9GPmxTAT+EBY6FY4IGzNkrpM0rpaH0mwH9oiZMZPyoLSo7t +KbAkcMG1yTnJmSSYO+ji7q37DgFYSBPkLm1AxZ735Alm9sGQgOvdmsI44tT3iwHq/ 8oBNpZ2PSLTDuDED25aZvqdLXPL5Kq+UlafKyv0k= Date: Tue, 4 Jul 2023 08:33:07 +0100 From: Greg KH To: Finn Thain Cc: stable@vger.kernel.org Subject: Re: [PATCH 5.15.y] nubus: Partially revert proc_create_single_data() conversion Message-ID: <2023070456-crucial-ruined-9ce1@gregkh> References: <2023070359-scowling-tiny-bfd6@gregkh> <12e2e18317f0348a3c1f7099c088bb08.fthain@linux-m68k.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <12e2e18317f0348a3c1f7099c088bb08.fthain@linux-m68k.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Jul 04, 2023 at 11:14:26AM +1000, Finn Thain wrote: > The conversion to proc_create_single_data() introduced a regression > whereby reading a file in /proc/bus/nubus results in a seg fault: Thanks for the backport, now queued up. greg k-h