mbox series

[GIT,PULL] DAX for 6.11

Message ID 66bf57c7b023f_22218329410@iweiny-mobl.notmuch (mailing list archive)
State Handled Elsewhere, archived
Delegated to: Ira Weiny
Headers show
Series [GIT,PULL] DAX for 6.11 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git/ tags/libnvdimm-fixes-6.11-rc4

Message

Ira Weiny Aug. 16, 2024, 1:44 p.m. UTC
Hi Linux, please pull from 

  https://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git/ tags/libnvdimm-fixes-6.11-rc4

To get a fix for filesystem DAX.

It has been in -next since August 12th without any reported issues.

Thanks,
Ira Weiny

---

The following changes since commit afdab700f65e14070d8ab92175544b1c62b8bf03:

  Merge tag 'bitmap-6.11-rc' of https://github.com/norov/linux (2024-08-09 11:18:09 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git/ tags/libnvdimm-fixes-6.11-rc4

for you to fetch changes up to d5240fa65db071909e9d1d5adcc5fd1abc8e96fe:

  nvdimm/pmem: Set dax flag for all 'PFN_MAP' cases (2024-08-09 14:29:58 -0500)

----------------------------------------------------------------
libnvdimm fixes for v6.11-rc4

Commit f467fee48da4 ("block: move the dax flag to queue_limits") broke
the DAX tests by skipping over the legacy pmem mapping pages case.

	- Set the DAX flag in this case as well.

----------------------------------------------------------------
Zhihao Cheng (1):
      nvdimm/pmem: Set dax flag for all 'PFN_MAP' cases

 drivers/nvdimm/pmem.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ira Weiny Aug. 16, 2024, 5:14 p.m. UTC | #1
Ira Weiny wrote:
> Hi Linux, please pull from 
     ^^^^^
     Linus.

Apologies,
Ira

> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git/ tags/libnvdimm-fixes-6.11-rc4
> 
> To get a fix for filesystem DAX.
> 
> It has been in -next since August 12th without any reported issues.
> 
> Thanks,
> Ira Weiny
> 
> ---
> 
> The following changes since commit afdab700f65e14070d8ab92175544b1c62b8bf03:
> 
>   Merge tag 'bitmap-6.11-rc' of https://github.com/norov/linux (2024-08-09 11:18:09 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git/ tags/libnvdimm-fixes-6.11-rc4
> 
> for you to fetch changes up to d5240fa65db071909e9d1d5adcc5fd1abc8e96fe:
> 
>   nvdimm/pmem: Set dax flag for all 'PFN_MAP' cases (2024-08-09 14:29:58 -0500)
> 
> ----------------------------------------------------------------
> libnvdimm fixes for v6.11-rc4
> 
> Commit f467fee48da4 ("block: move the dax flag to queue_limits") broke
> the DAX tests by skipping over the legacy pmem mapping pages case.
> 
> 	- Set the DAX flag in this case as well.
> 
> ----------------------------------------------------------------
> Zhihao Cheng (1):
>       nvdimm/pmem: Set dax flag for all 'PFN_MAP' cases
> 
>  drivers/nvdimm/pmem.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
>
Linus Torvalds Aug. 16, 2024, 6:42 p.m. UTC | #2
On Fri, 16 Aug 2024 at 10:15, Ira Weiny <ira.weiny@intel.com> wrote:
>
> Ira Weiny wrote:
> > Hi Linux, please pull from
>      ^^^^^
>      Linus.
>
> Apologies,

Heh. I've been called worse. And it's a fairly common typo with people
whose fingers are used to type "Linux" and do so on auto-pilot.

I have an evil twin called Kubys, which is what happens when I type my
own name and my right hand is off by one key.

So if I occasionally mis-type my own name, I can hardly complain when
others do it..

          Linus
pr-tracker-bot@kernel.org Aug. 16, 2024, 6:53 p.m. UTC | #3
The pull request you sent on Fri, 16 Aug 2024 08:44:39 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git/ tags/libnvdimm-fixes-6.11-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e4a55b555db6d2a006551605ef4404529e878cd2

Thank you!