Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1625484
| Path | csiph.com!news.redatomik.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> |
| Newsgroups | linux.kernel |
| Subject | Re: [RFC PATCH 9/9] debugfs: free debugfs_fsdata instances |
| Date | Tue, 18 Apr 2017 19:20:01 +0200 |
| Message-ID | <txEXf-ok-7@gated-at.bofh.it> (permalink) |
| References | <tr0Jc-2AS-45@gated-at.bofh.it> <twP8l-25W-1@gated-at.bofh.it> <twP8m-25W-19@gated-at.bofh.it> <txhnY-2LT-5@gated-at.bofh.it> <txxVL-4zJ-7@gated-at.bofh.it> <txBwm-6Is-9@gated-at.bofh.it> <txBG2-6LC-7@gated-at.bofh.it> <txD58-7Jd-11@gated-at.bofh.it> <txDeN-7Mn-9@gated-at.bofh.it> |
| X-Original-To | Johannes Berg <johannes@sipsolutions.net> |
| Reply-To | paulmck@linux.vnet.ibm.com |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=iso-8859-1 |
| Content-Disposition | inline |
| Content-Transfer-Encoding | 8bit |
| User-Agent | Mutt/1.5.21 (2010-09-15) |
| X-Tm-As-Gconf | 00 |
| X-Cbid | 17041817-0044-0000-0000-0000030ABC4C |
| X-Ibm-Spammodules-Versions | BY=3.00006936; HX=3.00000240; KW=3.00000007; PH=3.00000004; SC=3.00000208; SDB=6.00849218; UDB=6.00419307; IPR=6.00627859; BA=6.00005298; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00015085; XFM=3.00000013; UTC=2017-04-18 17:19:40 |
| X-Ibm-Av-Detection | SAVI=unused REMOTE=unused XFE=unused |
| X-Cbparentid | 17041817-0045-0000-0000-00000738C240 |
| X-Proofpoint-Virus-Version | vendor=fsecure engine=2.50.10432:,, definitions=2017-04-18_14:,, signatures=0 |
| X-Proofpoint-Spam-Details | rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1702020001 definitions=main-1704180136 |
| 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 | 20 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Nicolai Stange <nicstange@gmail.com>, Greg Kroah-Hartman <gregkh@linuxfoundation.org>, linux-kernel@vger.kernel.org |
| X-Original-Date | Tue, 18 Apr 2017 10:19:38 -0700 |
| X-Original-Message-ID | <20170418171938.GW3956@linux.vnet.ibm.com> |
| X-Original-References | <871stdyg0u.fsf@gmail.com> <20170416095137.2784-1-nicstange@gmail.com> <20170416095137.2784-10-nicstange@gmail.com> <20170417160121.GP3956@linux.vnet.ibm.com> <1492508367.2472.9.camel@sipsolutions.net> <20170418133136.GS3956@linux.vnet.ibm.com> <1492522832.18845.1.camel@sipsolutions.net> <20170418151700.GU3956@linux.vnet.ibm.com> <1492528838.18845.3.camel@sipsolutions.net> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1625484 |
Show key headers only | View raw
On Tue, Apr 18, 2017 at 05:20:38PM +0200, Johannes Berg wrote: > On Tue, 2017-04-18 at 08:17 -0700, Paul E. McKenney wrote: > > > > Again, no (S)RCU abuse here, just an ABBA deadlock. > > > > OK, please accept my apologies for failing to follow the thread. > > No worries - just wanted to clarify this in case I was missing > something. > > > I nevertheless reiterate my advice to run at least some tests with > > CONFIG_PROVE_RCU=y. And yes, it would be good to upgrade lockdep > > to find the above theoretical deadlock. > > Right. It won't matter for debugfs after this patchset, but it would > indeed be nice - I failed in my attempt though :) Hey, I was hoping! ;-) Thanx, Paul
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC PATCH 0/9] debugfs: per-file removal protection Nicolai Stange <nicstange@gmail.com> - 2017-04-16 12:00 +0200
[RFC PATCH 4/9] debugfs: convert to debugfs_file_get() and -put() Nicolai Stange <nicstange@gmail.com> - 2017-04-16 12:00 +0200
[RFC PATCH 2/9] debugfs: implement per-file removal protection Nicolai Stange <nicstange@gmail.com> - 2017-04-16 12:00 +0200
[RFC PATCH 5/9] IB/hfi1: convert to debugfs_file_get() and -put() Nicolai Stange <nicstange@gmail.com> - 2017-04-16 12:00 +0200
[RFC PATCH 8/9] debugfs: defer debugfs_fsdata allocation to first usage Nicolai Stange <nicstange@gmail.com> - 2017-04-16 12:00 +0200
Re: [RFC PATCH 8/9] debugfs: defer debugfs_fsdata allocation to first usage Johannes Berg <johannes@sipsolutions.net> - 2017-04-18 11:40 +0200
[RFC PATCH 6/9] debugfs: purge obsolete SRCU based removal protection Nicolai Stange <nicstange@gmail.com> - 2017-04-16 12:00 +0200
[RFC PATCH 9/9] debugfs: free debugfs_fsdata instances Nicolai Stange <nicstange@gmail.com> - 2017-04-16 12:00 +0200
Re: [RFC PATCH 9/9] debugfs: free debugfs_fsdata instances "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2017-04-17 18:10 +0200
Re: [RFC PATCH 9/9] debugfs: free debugfs_fsdata instances Johannes Berg <johannes@sipsolutions.net> - 2017-04-18 11:50 +0200
Re: [RFC PATCH 9/9] debugfs: free debugfs_fsdata instances "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2017-04-18 15:40 +0200
Re: [RFC PATCH 9/9] debugfs: free debugfs_fsdata instances Johannes Berg <johannes@sipsolutions.net> - 2017-04-18 15:50 +0200
Re: [RFC PATCH 9/9] debugfs: free debugfs_fsdata instances "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2017-04-18 17:20 +0200
Re: [RFC PATCH 9/9] debugfs: free debugfs_fsdata instances Johannes Berg <johannes@sipsolutions.net> - 2017-04-18 17:30 +0200
Re: [RFC PATCH 9/9] debugfs: free debugfs_fsdata instances "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2017-04-18 19:20 +0200
[RFC PATCH 1/9] debugfs: add support for more elaborate ->d_fsdata Nicolai Stange <nicstange@gmail.com> - 2017-04-16 12:00 +0200
[RFC PATCH 3/9] debugfs: debugfs_real_fops(): drop __must_hold sparse annotation Nicolai Stange <nicstange@gmail.com> - 2017-04-16 12:00 +0200
[RFC PATCH 7/9] debugfs: call debugfs_real_fops() only after debugfs_file_get() Nicolai Stange <nicstange@gmail.com> - 2017-04-16 12:00 +0200
csiph-web