Re: [GIT PULL] XArray updates for 5.1-rc1

2019-03-11 Thread pr-tracker-bot
The pull request you sent on Mon, 11 Mar 2019 11:28:29 -0700: > git://git.infradead.org/users/willy/linux-dax.git xarray has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/ea295481b6e313b4ea3ca2720ffcafd6005b5643 Thank you! -- Deet-doot-dot, I am a bot.

Re: [GIT PULL] XArray updates for 5.1-rc1

2019-03-11 Thread Matthew Wilcox
On Mon, Mar 11, 2019 at 06:39:41PM -0700, Linus Torvalds wrote: > On Mon, Mar 11, 2019 at 11:28 AM Matthew Wilcox wrote: > > > > git://git.infradead.org/users/willy/linux-dax.git xarray > > You forgot to tag it, and I don't pull from external untrusted sites > without signed tags.. > >

Re: [GIT PULL] XArray updates for 5.1-rc1

2019-03-11 Thread Linus Torvalds
On Mon, Mar 11, 2019 at 11:28 AM Matthew Wilcox wrote: > > git://git.infradead.org/users/willy/linux-dax.git xarray You forgot to tag it, and I don't pull from external untrusted sites without signed tags.. Please? I know you can do it, because you've done it successfully in the past...

[GIT PULL] XArray updates for 5.1-rc1

2019-03-11 Thread Matthew Wilcox
Hi Linus, This pull request changes the xa_alloc() API. I'm only aware of one subsystem that has started trying to use it, and we agree on the following fixup patch to be applied as part of the merge [1]. The xa_insert() error code also changed to match xa_alloc() (EEXIST to EBUSY), and I

Re: [GIT PULL] XArray updates

2018-11-25 Thread pr-tracker-bot
The pull request you sent on Sat, 24 Nov 2018 09:32:09 -0800: > git://git.infradead.org/users/willy/linux-dax.git xarray has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/e2125dac22f2c9c66c412cd8e049a7305af59f73 Thank you! -- Deet-doot-dot, I am a bot.

Re: [GIT PULL] XArray updates

2018-11-25 Thread pr-tracker-bot
The pull request you sent on Sat, 24 Nov 2018 09:32:09 -0800: > git://git.infradead.org/users/willy/linux-dax.git xarray has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/e2125dac22f2c9c66c412cd8e049a7305af59f73 Thank you! -- Deet-doot-dot, I am a bot.

Re: [GIT PULL] XArray updates

2018-11-24 Thread Linus Torvalds
On Sat, Nov 24, 2018 at 7:00 PM Matthew Wilcox wrote: > > I pushed it out to hkps://hkps.pool.sks-keyservers.net ... as I recall, > pgp.mit.edu is frequently not synchronised well with the other keyservers, > but I'm surprised that one of the sks-keyservers didn't have it. I got it now, so it

Re: [GIT PULL] XArray updates

2018-11-24 Thread Linus Torvalds
On Sat, Nov 24, 2018 at 7:00 PM Matthew Wilcox wrote: > > I pushed it out to hkps://hkps.pool.sks-keyservers.net ... as I recall, > pgp.mit.edu is frequently not synchronised well with the other keyservers, > but I'm surprised that one of the sks-keyservers didn't have it. I got it now, so it

Re: [GIT PULL] XArray updates

2018-11-24 Thread Matthew Wilcox
On Sat, Nov 24, 2018 at 06:49:30PM -0800, Linus Torvalds wrote: > On Sat, Nov 24, 2018 at 6:38 PM Matthew Wilcox wrote: > > > > I generated a new key 5EC42E41545C1F5E and signed a new tag > > xarray-4.20-rc4 > > Hmm. Did you publicize it on any keyservers? I'm not finding the key > on

Re: [GIT PULL] XArray updates

2018-11-24 Thread Matthew Wilcox
On Sat, Nov 24, 2018 at 06:49:30PM -0800, Linus Torvalds wrote: > On Sat, Nov 24, 2018 at 6:38 PM Matthew Wilcox wrote: > > > > I generated a new key 5EC42E41545C1F5E and signed a new tag > > xarray-4.20-rc4 > > Hmm. Did you publicize it on any keyservers? I'm not finding the key > on

Re: [GIT PULL] XArray updates

2018-11-24 Thread Linus Torvalds
On Sat, Nov 24, 2018 at 6:38 PM Matthew Wilcox wrote: > > I generated a new key 5EC42E41545C1F5E and signed a new tag > xarray-4.20-rc4 Hmm. Did you publicize it on any keyservers? I'm not finding the key on pgp.mit.edu or on the sks-keyservers.net pool.. > I've signed that key with my old DSA

Re: [GIT PULL] XArray updates

2018-11-24 Thread Linus Torvalds
On Sat, Nov 24, 2018 at 6:38 PM Matthew Wilcox wrote: > > I generated a new key 5EC42E41545C1F5E and signed a new tag > xarray-4.20-rc4 Hmm. Did you publicize it on any keyservers? I'm not finding the key on pgp.mit.edu or on the sks-keyservers.net pool.. > I've signed that key with my old DSA

Re: [GIT PULL] XArray updates

2018-11-24 Thread Matthew Wilcox
On Sat, Nov 24, 2018 at 10:04:30AM -0800, Linus Torvalds wrote: > On Sat, Nov 24, 2018 at 9:32 AM Matthew Wilcox wrote: > > > > git://git.infradead.org/users/willy/linux-dax.git xarray > > Can you *please* make that a signed tag. Sure! I hadn't been paying attention to the signed tag side of

Re: [GIT PULL] XArray updates

2018-11-24 Thread Matthew Wilcox
On Sat, Nov 24, 2018 at 10:04:30AM -0800, Linus Torvalds wrote: > On Sat, Nov 24, 2018 at 9:32 AM Matthew Wilcox wrote: > > > > git://git.infradead.org/users/willy/linux-dax.git xarray > > Can you *please* make that a signed tag. Sure! I hadn't been paying attention to the signed tag side of

Re: [GIT PULL] XArray updates

2018-11-24 Thread Linus Torvalds
On Sat, Nov 24, 2018 at 9:32 AM Matthew Wilcox wrote: > > git://git.infradead.org/users/willy/linux-dax.git xarray Can you *please* make that a signed tag. I don't trust infradead.org implicitly, so I really want signed tag pull requests. I may not always notice, but when I do, I abort the

Re: [GIT PULL] XArray updates

2018-11-24 Thread Linus Torvalds
On Sat, Nov 24, 2018 at 9:32 AM Matthew Wilcox wrote: > > git://git.infradead.org/users/willy/linux-dax.git xarray Can you *please* make that a signed tag. I don't trust infradead.org implicitly, so I really want signed tag pull requests. I may not always notice, but when I do, I abort the

[GIT PULL] XArray updates

2018-11-24 Thread Matthew Wilcox
Hi Linus, We found some bugs in the DAX conversion to XArray (and one bug which predated the XArray conversion). There were a couple of bugs in some of the higher-level functions, which aren't actually being called in today's kernel, but surfaced as a result of converting existing radix tree &

[GIT PULL] XArray updates

2018-11-24 Thread Matthew Wilcox
Hi Linus, We found some bugs in the DAX conversion to XArray (and one bug which predated the XArray conversion). There were a couple of bugs in some of the higher-level functions, which aren't actually being called in today's kernel, but surfaced as a result of converting existing radix tree &