Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1576573
| Path | csiph.com!1.us.feeder.erje.net!2.us.feeder.erje.net!feeder.erje.net!2.eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Konstantin Khlebnikov <khlebnikov@yandex-team.ru> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] kernfs: handle null pointers while printing node name and path |
| Date | Wed, 08 Feb 2017 14:30:02 +0100 |
| Message-ID | <t8AtQ-Rq-9@gated-at.bofh.it> (permalink) |
| References | <t8yBH-88n-5@gated-at.bofh.it> <t8A0O-rN-29@gated-at.bofh.it> <t8Aat-Kl-1@gated-at.bofh.it> <t8AtQ-Rq-11@gated-at.bofh.it> |
| X-Original-To | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1486560453; bh=iRWOraDP8kkOincMNvepQYcFtHZlzVmNmTUMphIxPq0=; h=Subject:To:References:Cc:From:Message-ID:Date:In-Reply-To; b=GE0kQCABMR3tOvYpQ5gw4N2oEhcrvFCnXkvKpsjSeLibcy58/MheakVIvO18xcuJo c4fiUHqzXeo9neeoBwXBiDC4OVvM24gTVNO//p09453NWt+Rd6vovx34ZfYXQ9hrM+ TVaotKIAxtaR0fjpoLLLpR+J/SidE9St7pCkke5s= |
| Authentication-Results | smtpcorp1p.mail.yandex.net; dkim=pass header.i=@yandex-team.ru |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 29 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | linux-kernel@vger.kernel.org, Tejun Heo <tj@kernel.org> |
| X-Original-Date | Wed, 8 Feb 2017 16:27:33 +0300 |
| X-Original-Message-ID | <ca4bf382-afec-2838-0d07-ce93bf9b1051@yandex-team.ru> |
| X-Original-References | <148655333504.426064.1880193250859194893.stgit@buzz> <20170208125121.GA27175@kroah.com> <a347299c-4034-6708-f5c7-75d9c2ec8ca5@yandex-team.ru> <20170208132352.GB30518@kroah.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1576573 |
Show key headers only | View raw
On 08.02.2017 16:23, Greg Kroah-Hartman wrote: > On Wed, Feb 08, 2017 at 03:59:06PM +0300, Konstantin Khlebnikov wrote: >> >> >> On 08.02.2017 15:51, Greg Kroah-Hartman wrote: >>> On Wed, Feb 08, 2017 at 02:28:55PM +0300, Konstantin Khlebnikov wrote: >>>> Null kernfs nodes could be found at cgroups during construction. >>> >>> Really? Does this happen today? Is this an issue for older kernels as >>> well? >> >> This happended again recently: https://lkml.org/lkml/2017/1/26/126 >> LTP easily crashes everything since 4.6 > > Why did you drop the "Fixes:" and cc: stable line from the patch you > sent me? That would have saved me asking you this :( No, this _was_ proposed as a fix but now bug fixed differently right in cgroups. Now this patch just a cleanup / safer api. > > Care to fix this up and send a new version with that info in it? > > thanks, > > greg k-h >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] kernfs: handle null pointers while printing node name and path Konstantin Khlebnikov <khlebnikov@yandex-team.ru> - 2017-02-08 12:30 +0100
Re: [PATCH] kernfs: handle null pointers while printing node name and path Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-02-08 14:00 +0100
Re: [PATCH] kernfs: handle null pointers while printing node name and path Konstantin Khlebnikov <khlebnikov@yandex-team.ru> - 2017-02-08 14:10 +0100
Re: [PATCH] kernfs: handle null pointers while printing node name and path Konstantin Khlebnikov <khlebnikov@yandex-team.ru> - 2017-02-08 14:30 +0100
Re: [PATCH] kernfs: handle null pointers while printing node name and path Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-02-08 16:20 +0100
csiph-web