Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1639230
| From | Nikolay Borisov <n.borisov.lkml@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [GIT PULL] Please pull NFS client fixes for 4.12 |
| Date | 2017-05-11 10:00 +0200 |
| Message-ID | <tFRaV-3wD-1@gated-at.bofh.it> (permalink) |
| References | <tFCYh-34M-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 10.05.2017 19:47, Trond Myklebust wrote: > Hi Linus, > > The following changes since commit 4f7d029b9bf009fbee76bb10c0c4351a1870d2f3: > > Linux 4.11-rc7 (2017-04-16 13:00:18 -0700) > > are available in the git repository at: > > git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-4.12-1 > > for you to fetch changes up to 76b2a303384e1d6299c3a0249f0f0ce2f8f96017: > > pNFS/flexfiles: Always attempt to call layoutstats when flexfiles is enabled (2017-05-09 16:02:57 -0400) > > ---------------------------------------------------------------- > NFS client updates for Linux 4.12 > > Highlights include: > > Stable bugfixes: > - Fix use after free in write error path > - Use GFP_NOIO for two allocations in writeback > - Fix a hang in OPEN related to server reboot > - Check the result of nfs4_pnfs_ds_connect > - Fix an rcu lock leak > > Features: > - Removal of the unmaintained and unused OSD pNFS layout > - Cleanup and removal of lots of unnecessary dprintk()s > - Cleanup and removal of some memory failure paths now that > GFP_NOFS is guaranteed to never fail. What guarantees that? Since if this is the case then this can result in a lot of opportunities for cleanup across the whole kernel tree. After discussing with mhocko (cc'ed) it seems that in practice everything below COSTLY_ORDER which are not GFP_NORETRY will never fail. But this semantic is not the same as GFP_NOFAIL. E.g. nothing guarantees that this will stay like that in the future? [omitted for brevity]
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[GIT PULL] Please pull NFS client fixes for 4.12 Trond Myklebust <trondmy@primarydata.com> - 2017-05-10 18:50 +0200
Re: [GIT PULL] Please pull NFS client fixes for 4.12 Linus Torvalds <torvalds@linux-foundation.org> - 2017-05-10 22:10 +0200
Re: [GIT PULL] Please pull NFS client fixes for 4.12 Nikolay Borisov <n.borisov.lkml@gmail.com> - 2017-05-11 10:00 +0200
Re: [GIT PULL] Please pull NFS client fixes for 4.12 Michal Hocko <mhocko@kernel.org> - 2017-05-11 10:00 +0200
Re: [GIT PULL] Please pull NFS client fixes for 4.12 Trond Myklebust <trondmy@primarydata.com> - 2017-05-11 14:20 +0200
Re: [GIT PULL] Please pull NFS client fixes for 4.12 Michal Hocko <mhocko@kernel.org> - 2017-05-11 14:30 +0200
Re: [GIT PULL] Please pull NFS client fixes for 4.12 Trond Myklebust <trondmy@primarydata.com> - 2017-05-11 14:50 +0200
Re: [GIT PULL] Please pull NFS client fixes for 4.12 Michal Hocko <mhocko@kernel.org> - 2017-05-11 15:00 +0200
Re: [GIT PULL] Please pull NFS client fixes for 4.12 Trond Myklebust <trondmy@primarydata.com> - 2017-05-11 15:20 +0200
Re: [GIT PULL] Please pull NFS client fixes for 4.12 Michal Hocko <mhocko@kernel.org> - 2017-05-11 15:30 +0200
Re: [GIT PULL] Please pull NFS client fixes for 4.12 Trond Myklebust <trondmy@primarydata.com> - 2017-05-11 15:50 +0200
Re: [GIT PULL] Please pull NFS client fixes for 4.12 Michal Hocko <mhocko@kernel.org> - 2017-05-11 16:00 +0200
csiph-web