* [PATCH net-next] SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
@ 2018-11-08 2:04 ` YueHaibing
0 siblings, 0 replies; 6+ messages in thread
From: YueHaibing @ 2018-11-08 2:04 UTC (permalink / raw)
To: Trond Myklebust, Anna Schumaker, J. Bruce Fields, David Miller,
Jeff Layton
Cc: YueHaibing, linux-nfs, netdev, kernel-janitors
There is no need to have the '__be32 *p' variable static since new value
always be assigned before use it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
net/sunrpc/xdr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/sunrpc/xdr.c b/net/sunrpc/xdr.c
index 2bbb8d3..d80b156 100644
--- a/net/sunrpc/xdr.c
+++ b/net/sunrpc/xdr.c
@@ -546,7 +546,7 @@ void xdr_commit_encode(struct xdr_stream *xdr)
static __be32 *xdr_get_next_encode_buffer(struct xdr_stream *xdr,
size_t nbytes)
{
- static __be32 *p;
+ __be32 *p;
int space_left;
int frag1bytes, frag2bytes;
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH net-next] SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
@ 2018-11-08 2:04 ` YueHaibing
0 siblings, 0 replies; 6+ messages in thread
From: YueHaibing @ 2018-11-08 2:04 UTC (permalink / raw)
To: Trond Myklebust, Anna Schumaker, J. Bruce Fields, David Miller,
Jeff Layton
Cc: YueHaibing, linux-nfs, netdev, kernel-janitors
There is no need to have the '__be32 *p' variable static since new value
always be assigned before use it.
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
---
net/sunrpc/xdr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/sunrpc/xdr.c b/net/sunrpc/xdr.c
index 2bbb8d3..d80b156 100644
--- a/net/sunrpc/xdr.c
+++ b/net/sunrpc/xdr.c
@@ -546,7 +546,7 @@ void xdr_commit_encode(struct xdr_stream *xdr)
static __be32 *xdr_get_next_encode_buffer(struct xdr_stream *xdr,
size_t nbytes)
{
- static __be32 *p;
+ __be32 *p;
int space_left;
int frag1bytes, frag2bytes;
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH net-next] SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
2018-11-08 2:04 ` YueHaibing
@ 2018-11-08 3:13 ` Trond Myklebust
-1 siblings, 0 replies; 6+ messages in thread
From: Trond Myklebust @ 2018-11-08 3:13 UTC (permalink / raw)
To: yuehaibing@huawei.com, anna.schumaker@netapp.com,
davem@davemloft.net, bfields@fieldses.org, jlayton@kernel.org
Cc: netdev@vger.kernel.org, linux-nfs@vger.kernel.org,
kernel-janitors@vger.kernel.org
T24gVGh1LCAyMDE4LTExLTA4IGF0IDAyOjA0ICswMDAwLCBZdWVIYWliaW5nIHdyb3RlOg0KPiBU
aGVyZSBpcyBubyBuZWVkIHRvIGhhdmUgdGhlICdfX2JlMzIgKnAnIHZhcmlhYmxlIHN0YXRpYyBz
aW5jZSBuZXcNCj4gdmFsdWUNCj4gYWx3YXlzIGJlIGFzc2lnbmVkIGJlZm9yZSB1c2UgaXQuDQo+
IA0KPiBTaWduZWQtb2ZmLWJ5OiBZdWVIYWliaW5nIDx5dWVoYWliaW5nQGh1YXdlaS5jb20+DQo+
IC0tLQ0KPiAgbmV0L3N1bnJwYy94ZHIuYyB8IDIgKy0NCj4gIDEgZmlsZSBjaGFuZ2VkLCAxIGlu
c2VydGlvbigrKSwgMSBkZWxldGlvbigtKQ0KPiANCj4gZGlmZiAtLWdpdCBhL25ldC9zdW5ycGMv
eGRyLmMgYi9uZXQvc3VucnBjL3hkci5jDQo+IGluZGV4IDJiYmI4ZDMuLmQ4MGIxNTYgMTAwNjQ0
DQo+IC0tLSBhL25ldC9zdW5ycGMveGRyLmMNCj4gKysrIGIvbmV0L3N1bnJwYy94ZHIuYw0KPiBA
QCAtNTQ2LDcgKzU0Niw3IEBAIHZvaWQgeGRyX2NvbW1pdF9lbmNvZGUoc3RydWN0IHhkcl9zdHJl
YW0gKnhkcikNCj4gIHN0YXRpYyBfX2JlMzIgKnhkcl9nZXRfbmV4dF9lbmNvZGVfYnVmZmVyKHN0
cnVjdCB4ZHJfc3RyZWFtICp4ZHIsDQo+ICAJCXNpemVfdCBuYnl0ZXMpDQo+ICB7DQo+IC0Jc3Rh
dGljIF9fYmUzMiAqcDsNCj4gKwlfX2JlMzIgKnA7DQo+ICAJaW50IHNwYWNlX2xlZnQ7DQo+ICAJ
aW50IGZyYWcxYnl0ZXMsIGZyYWcyYnl0ZXM7DQo+IA0KDQpPdWNoLCB0aGF0J3MgYSByZWFsbHkg
bmFzdHkgYnVnIHRoYXQgY291bGQgZGVmaW5pdGVseSBjYXVzZSBjb3JydXB0aW9uDQppZiB5b3Ug
aGF2ZSAyIHRocmVhZHMgc2ltdWx0YW5lb3VzbHkgY2FsbGluZyB0aGlzIGZ1bmN0aW9uISBUaGlz
IHJlYWxseQ0KZGVzZXJ2ZXMgdG8gYmUgYSBzdGFibGUgcGF0Y2guDQoNClRoYW5rIHlvdSwgWXVl
SGFpYmluZyENCg0KQnJ1Y2UsIGRvIHlvdSB3YW50IHRvIHNoZXBoZXJkIHRoaXMgb25lIGluPw0K
DQotLSANClRyb25kIE15a2xlYnVzdA0KTGludXggTkZTIGNsaWVudCBtYWludGFpbmVyLCBIYW1t
ZXJzcGFjZQ0KdHJvbmQubXlrbGVidXN0QGhhbW1lcnNwYWNlLmNvbQ0KDQoNCg=
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH net-next] SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
@ 2018-11-08 3:13 ` Trond Myklebust
0 siblings, 0 replies; 6+ messages in thread
From: Trond Myklebust @ 2018-11-08 3:13 UTC (permalink / raw)
To: yuehaibing@huawei.com, anna.schumaker@netapp.com,
davem@davemloft.net, bfields@fieldses.org, jlayton@kernel.org
Cc: netdev@vger.kernel.org, linux-nfs@vger.kernel.org,
kernel-janitors@vger.kernel.org
On Thu, 2018-11-08 at 02:04 +0000, YueHaibing wrote:
> There is no need to have the '__be32 *p' variable static since new
> value
> always be assigned before use it.
>
> Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> ---
> net/sunrpc/xdr.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/sunrpc/xdr.c b/net/sunrpc/xdr.c
> index 2bbb8d3..d80b156 100644
> --- a/net/sunrpc/xdr.c
> +++ b/net/sunrpc/xdr.c
> @@ -546,7 +546,7 @@ void xdr_commit_encode(struct xdr_stream *xdr)
> static __be32 *xdr_get_next_encode_buffer(struct xdr_stream *xdr,
> size_t nbytes)
> {
> - static __be32 *p;
> + __be32 *p;
> int space_left;
> int frag1bytes, frag2bytes;
>
Ouch, that's a really nasty bug that could definitely cause corruption
if you have 2 threads simultaneously calling this function! This really
deserves to be a stable patch.
Thank you, YueHaibing!
Bruce, do you want to shepherd this one in?
--
Trond Myklebust
Linux NFS client maintainer, Hammerspace
trond.myklebust@hammerspace.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH net-next] SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
2018-11-08 3:13 ` Trond Myklebust
@ 2018-11-08 17:26 ` bfields
-1 siblings, 0 replies; 6+ messages in thread
From: bfields @ 2018-11-08 17:26 UTC (permalink / raw)
To: Trond Myklebust
Cc: yuehaibing@huawei.com, anna.schumaker@netapp.com,
davem@davemloft.net, jlayton@kernel.org, netdev@vger.kernel.org,
linux-nfs@vger.kernel.org, kernel-janitors@vger.kernel.org
On Thu, Nov 08, 2018 at 03:13:25AM +0000, Trond Myklebust wrote:
> On Thu, 2018-11-08 at 02:04 +0000, YueHaibing wrote:
> > There is no need to have the '__be32 *p' variable static since new
> > value
> > always be assigned before use it.
Applying for 4.20 and stable, thanks!
> >
> > Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> > ---
> > net/sunrpc/xdr.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/net/sunrpc/xdr.c b/net/sunrpc/xdr.c
> > index 2bbb8d3..d80b156 100644
> > --- a/net/sunrpc/xdr.c
> > +++ b/net/sunrpc/xdr.c
> > @@ -546,7 +546,7 @@ void xdr_commit_encode(struct xdr_stream *xdr)
> > static __be32 *xdr_get_next_encode_buffer(struct xdr_stream *xdr,
> > size_t nbytes)
> > {
> > - static __be32 *p;
> > + __be32 *p;
> > int space_left;
> > int frag1bytes, frag2bytes;
> >
>
> Ouch, that's a really nasty bug that could definitely cause corruption
> if you have 2 threads simultaneously calling this function! This really
> deserves to be a stable patch.
Agreed. Looks like I introduced that in 3.16, over 5 years ago, so I'm
a little surprised not to have seen a bug report that this would
explain. Maybe it's just that the critical section is only a few lines
of arithemtic at the end of the function. Also it only gets called when
an xdr reply other than a read reaches the end of a page. So you'd need
a lot of concurrent READDIRs of large directories or something. Still,
I'd think it would be possible.....
> Thank you, YueHaibing!
>
> Bruce, do you want to shepherd this one in?
Yes, I've got 3 bugfixes queued up now, I should send them along later
today or tomorrow.
--b.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH net-next] SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
@ 2018-11-08 17:26 ` bfields
0 siblings, 0 replies; 6+ messages in thread
From: bfields @ 2018-11-08 17:26 UTC (permalink / raw)
To: Trond Myklebust
Cc: yuehaibing@huawei.com, anna.schumaker@netapp.com,
davem@davemloft.net, jlayton@kernel.org, netdev@vger.kernel.org,
linux-nfs@vger.kernel.org, kernel-janitors@vger.kernel.org
On Thu, Nov 08, 2018 at 03:13:25AM +0000, Trond Myklebust wrote:
> On Thu, 2018-11-08 at 02:04 +0000, YueHaibing wrote:
> > There is no need to have the '__be32 *p' variable static since new
> > value
> > always be assigned before use it.
Applying for 4.20 and stable, thanks!
> >
> > Signed-off-by: YueHaibing <yuehaibing@huawei.com>
> > ---
> > net/sunrpc/xdr.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/net/sunrpc/xdr.c b/net/sunrpc/xdr.c
> > index 2bbb8d3..d80b156 100644
> > --- a/net/sunrpc/xdr.c
> > +++ b/net/sunrpc/xdr.c
> > @@ -546,7 +546,7 @@ void xdr_commit_encode(struct xdr_stream *xdr)
> > static __be32 *xdr_get_next_encode_buffer(struct xdr_stream *xdr,
> > size_t nbytes)
> > {
> > - static __be32 *p;
> > + __be32 *p;
> > int space_left;
> > int frag1bytes, frag2bytes;
> >
>
> Ouch, that's a really nasty bug that could definitely cause corruption
> if you have 2 threads simultaneously calling this function! This really
> deserves to be a stable patch.
Agreed. Looks like I introduced that in 3.16, over 5 years ago, so I'm
a little surprised not to have seen a bug report that this would
explain. Maybe it's just that the critical section is only a few lines
of arithemtic at the end of the function. Also it only gets called when
an xdr reply other than a read reaches the end of a page. So you'd need
a lot of concurrent READDIRs of large directories or something. Still,
I'd think it would be possible.....
> Thank you, YueHaibing!
>
> Bruce, do you want to shepherd this one in?
Yes, I've got 3 bugfixes queued up now, I should send them along later
today or tomorrow.
--b.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2018-11-08 17:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-08 2:04 [PATCH net-next] SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer() YueHaibing
2018-11-08 2:04 ` YueHaibing
2018-11-08 3:13 ` Trond Myklebust
2018-11-08 3:13 ` Trond Myklebust
2018-11-08 17:26 ` bfields
2018-11-08 17:26 ` bfields
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.