All of lore.kernel.org
 help / color / mirror / Atom feed
* Updated git tree for MM patches??
@ 2022-02-03  0:21 Florian Fainelli
  2022-02-03  7:01 ` Mike Rapoport
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Florian Fainelli @ 2022-02-03  0:21 UTC (permalink / raw)
  To: Linux Kernel, Linux Memory Management List, Andrew Morton,
	Johannes Weiner
  Cc: Mike Kravetz, Doug Berger, Michal Hocko, SeongJae Park,
	Jérôme Glisse, Mike Rapoport, Vlastimil Babka

Hi Andrew, Johannes,

The MAINTAINERS file for MEMORY MANAGEMENT lists the following git tree:

git://github.com/hnaz/linux-mm.git

however it does not look like it has been updated in the past 5 months 
or so as master still points to 5.17-rc7-mm1

Is there another git tree that other memory management related 
subsystems use for development?

Thanks!
-- 
Florian

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Updated git tree for MM patches??
  2022-02-03  0:21 Updated git tree for MM patches?? Florian Fainelli
@ 2022-02-03  7:01 ` Mike Rapoport
  2022-02-03  9:52   ` Vlastimil Babka
  2022-02-03  8:52 ` SeongJae Park
  2022-02-03 14:34 ` Johannes Weiner
  2 siblings, 1 reply; 6+ messages in thread
From: Mike Rapoport @ 2022-02-03  7:01 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Linux Kernel, Linux Memory Management List, Andrew Morton,
	Johannes Weiner, Mike Kravetz, Doug Berger, Michal Hocko,
	SeongJae Park, Jérôme Glisse, Vlastimil Babka

On Wed, Feb 02, 2022 at 04:21:38PM -0800, Florian Fainelli wrote:
> Hi Andrew, Johannes,
> 
> The MAINTAINERS file for MEMORY MANAGEMENT lists the following git tree:
> 
> git://github.com/hnaz/linux-mm.git
> 
> however it does not look like it has been updated in the past 5 months or so
> as master still points to 5.17-rc7-mm1
> 
> Is there another git tree that other memory management related subsystems
> use for development?

AFAIK, hnaz/linux-mm was the only git mirror of mmotm series.

I keep a tree for memblock, but it follows Linus' tree rather than mmotm.
I think Vlastimil's slab tree does the same.

-- 
Sincerely yours,
Mike.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Updated git tree for MM patches??
  2022-02-03  0:21 Updated git tree for MM patches?? Florian Fainelli
  2022-02-03  7:01 ` Mike Rapoport
@ 2022-02-03  8:52 ` SeongJae Park
  2022-02-03 14:34 ` Johannes Weiner
  2 siblings, 0 replies; 6+ messages in thread
From: SeongJae Park @ 2022-02-03  8:52 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Linux Kernel, Linux Memory Management List, Andrew Morton,
	Johannes Weiner, Mike Kravetz, Doug Berger, Michal Hocko,
	SeongJae Park, Jérôme Glisse, Mike Rapoport,
	Vlastimil Babka

Hi Florian,

On Wed, 2 Feb 2022 16:21:38 -0800 Florian Fainelli <f.fainelli@gmail.com> wrote:

> Hi Andrew, Johannes,
> 
> The MAINTAINERS file for MEMORY MANAGEMENT lists the following git tree:
> 
> git://github.com/hnaz/linux-mm.git
> 
> however it does not look like it has been updated in the past 5 months 
> or so as master still points to 5.17-rc7-mm1
> 
> Is there another git tree that other memory management related 
> subsystems use for development?

I personally fetch and apply the mmotm patches using my simple and buggy
script[1] and periodically upload to my tree[2].

[1] https://github.com/sjp38/mmotm
[2] https://git.kernel.org/sj/h/mmotm-assembled-by-sj


Thanks,
SJ

> 
> Thanks!
> -- 
> Florian
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Updated git tree for MM patches??
  2022-02-03  7:01 ` Mike Rapoport
@ 2022-02-03  9:52   ` Vlastimil Babka
  0 siblings, 0 replies; 6+ messages in thread
From: Vlastimil Babka @ 2022-02-03  9:52 UTC (permalink / raw)
  To: Mike Rapoport, Florian Fainelli
  Cc: Linux Kernel, Linux Memory Management List, Andrew Morton,
	Johannes Weiner, Mike Kravetz, Doug Berger, Michal Hocko,
	SeongJae Park, Jérôme Glisse, Stephen Rothwell

On 2/3/22 08:01, Mike Rapoport wrote:
> On Wed, Feb 02, 2022 at 04:21:38PM -0800, Florian Fainelli wrote:
>> Hi Andrew, Johannes,
>> 
>> The MAINTAINERS file for MEMORY MANAGEMENT lists the following git tree:
>> 
>> git://github.com/hnaz/linux-mm.git
>> 
>> however it does not look like it has been updated in the past 5 months or so
>> as master still points to 5.17-rc7-mm1
>> 
>> Is there another git tree that other memory management related subsystems
>> use for development?
> 
> AFAIK, hnaz/linux-mm was the only git mirror of mmotm series.

IIRC Michal Hocko also used to maintain one, in a different way, but that
was given up even longer ago.

linux-next seems to maintain its branch that's merged to the final next like
this:
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/log/?h=akpm
but that means getting the whole of next, not just mmotm. Maybe the branch
'akpm-current/current' could be also exposed separately?

> I keep a tree for memblock, but it follows Linus' tree rather than mmotm.
> I think Vlastimil's slab tree does the same.

Yeah as that's how development should be done in general, the trees should
be independent if possible.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Updated git tree for MM patches??
  2022-02-03  0:21 Updated git tree for MM patches?? Florian Fainelli
  2022-02-03  7:01 ` Mike Rapoport
  2022-02-03  8:52 ` SeongJae Park
@ 2022-02-03 14:34 ` Johannes Weiner
  2022-02-03 16:31   ` Florian Fainelli
  2 siblings, 1 reply; 6+ messages in thread
From: Johannes Weiner @ 2022-02-03 14:34 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Linux Kernel, Linux Memory Management List, Andrew Morton,
	Mike Kravetz, Doug Berger, Michal Hocko, SeongJae Park,
	Jérôme Glisse, Mike Rapoport, Vlastimil Babka

Hi Florian,

On Wed, Feb 02, 2022 at 04:21:38PM -0800, Florian Fainelli wrote:
> Hi Andrew, Johannes,
> 
> The MAINTAINERS file for MEMORY MANAGEMENT lists the following git tree:
> 
> git://github.com/hnaz/linux-mm.git
> 
> however it does not look like it has been updated in the past 5 months or so
> as master still points to 5.17-rc7-mm1

Oops, that was a bug in my script. I had to work around a behavior
change in wget and it looks like it started failing quietly in the
next wget version.

All fixed now and the tree is uptodate again. Thanks for the report.

Johannes

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Updated git tree for MM patches??
  2022-02-03 14:34 ` Johannes Weiner
@ 2022-02-03 16:31   ` Florian Fainelli
  0 siblings, 0 replies; 6+ messages in thread
From: Florian Fainelli @ 2022-02-03 16:31 UTC (permalink / raw)
  To: Johannes Weiner
  Cc: Linux Kernel, Linux Memory Management List, Andrew Morton,
	Mike Kravetz, Doug Berger, Michal Hocko, SeongJae Park,
	Jérôme Glisse, Mike Rapoport, Vlastimil Babka



On 2/3/2022 6:34 AM, Johannes Weiner wrote:
> Hi Florian,
> 
> On Wed, Feb 02, 2022 at 04:21:38PM -0800, Florian Fainelli wrote:
>> Hi Andrew, Johannes,
>>
>> The MAINTAINERS file for MEMORY MANAGEMENT lists the following git tree:
>>
>> git://github.com/hnaz/linux-mm.git
>>
>> however it does not look like it has been updated in the past 5 months or so
>> as master still points to 5.17-rc7-mm1
> 
> Oops, that was a bug in my script. I had to work around a behavior
> change in wget and it looks like it started failing quietly in the
> next wget version.
> 
> All fixed now and the tree is uptodate again. Thanks for the report.

And thank you for fixing it quickly, looking good now!
-- 
Florian

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-03 16:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-03  0:21 Updated git tree for MM patches?? Florian Fainelli
2022-02-03  7:01 ` Mike Rapoport
2022-02-03  9:52   ` Vlastimil Babka
2022-02-03  8:52 ` SeongJae Park
2022-02-03 14:34 ` Johannes Weiner
2022-02-03 16:31   ` Florian Fainelli

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.