[GIT,PULL] memblock: small updates for v6.5-rc1

Message ID 20230627084058.GM52412@kernel.org
State New
Headers
Series [GIT,PULL] memblock: small updates for v6.5-rc1 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock memblock-v6.5-rc1

Message

Mike Rapoport June 27, 2023, 8:40 a.m. UTC
  Hi Linus,

The following changes since commit 44c026a73be8038f03dbdeef028b642880cf1511:

  Linux 6.4-rc3 (2023-05-21 14:05:48 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock memblock-v6.5-rc1

for you to fetch changes up to de649e7f5edb2e61dbd3d64deae44cb165e657ad:

  memblock: Update nid info in memblock debugfs (2023-06-02 08:23:41 +0300)

----------------------------------------------------------------
memblock: small updates for 6.5-rc1

* add test for memblock_alloc_node()
* minor coding style fixes
* add flags and nid info in memblock debugfs

----------------------------------------------------------------
Claudio Migliorelli (2):
      Add tests for memblock_alloc_node()
      Fix some coding style errors in memblock.c

Yuwei Guan (2):
      memblock: Add flags and nid info in memblock debugfs
      memblock: Update nid info in memblock debugfs

 mm/memblock.c                                | 34 +++++++++++++++++++----
 tools/testing/memblock/tests/alloc_nid_api.c | 40 ++++++++++++++++++++++++++++
 2 files changed, 69 insertions(+), 5 deletions(-)
  

Comments

Linus Torvalds June 29, 2023, 11:40 p.m. UTC | #1
On Tue, 27 Jun 2023 at 01:41, Mike Rapoport <rppt@kernel.org> wrote:
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock memblock-v6.5-rc1

Nope, nothing there.

I see the for-next branch, but no tag with that name, and no other tag
with those contents.

Forgot to push?

               Linus
  
Mike Rapoport June 30, 2023, 4:34 a.m. UTC | #2
On Thu, Jun 29, 2023 at 04:40:59PM -0700, Linus Torvalds wrote:
> On Tue, 27 Jun 2023 at 01:41, Mike Rapoport <rppt@kernel.org> wrote:
> >
> > are available in the Git repository at:
> >
> >   https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock memblock-v6.5-rc1
> 
> Nope, nothing there.
> 
> I see the for-next branch, but no tag with that name, and no other tag
> with those contents.
> 
> Forgot to push?

Hmm, looks like it :(
Pushed now.
 
>                Linus
  
pr-tracker-bot@kernel.org June 30, 2023, 6:24 a.m. UTC | #3
The pull request you sent on Tue, 27 Jun 2023 11:40:58 +0300:

> https://git.kernel.org/pub/scm/linux/kernel/git/rppt/memblock memblock-v6.5-rc1

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

Thank you!