Re: [GIT PULL] ARM MSM updates for 2.6.35-rc1

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linus Torvalds
Date: Wednesday, June 2, 2010 - 2:27 pm

On Wed, 2 Jun 2010, Daniel Walker wrote:

I got a bit frustrated with ten different ARM pulls per day at one point.

There's something wrong with ARM development. The amount of pure noise in 
the patches is incredibly annoying. Right now, ARM is already (despite me 
not reacting to some of the flood) 55% of all arch/ changes since 2.6.34, 
and it's all pointless churn in 

	arch/arm/configs/
	arch/arm/mach-xyz
	arch/arm/plat-blah

and at a certain point in the merge window I simply could not find it in 
me to care about it any more.

Do you guys at all talk about this problem? Have any of the ARM people 
bothered to look at the arch/arm diffs and see how mind-deadening they 
are? I try to look through these kinds of things when I pull, but after a 
million lines of pure noise, it gets old pretty quickly.

Somehow, I can't believe that you need thousands of lines for each random 
arch/arm/mach-xyz (yeah, some very few of them are smaller).

For a taste of the mind-deadening experience, just do

	for i in arch/arm/mach-*
	do
		echo $i; wc -l $(git ls-files $i)
	done | less -S

and imagine being on the receiving side of that.

			Linus
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PULL] ARM MSM updates for 2.6.35-rc1, Daniel Walker, (Thu May 27, 2:52 pm)
Re: [GIT PULL] ARM MSM updates for 2.6.35-rc1, Daniel Walker, (Wed Jun 2, 1:50 pm)
Re: [GIT PULL] ARM MSM updates for 2.6.35-rc1, Linus Torvalds, (Wed Jun 2, 2:27 pm)
Re: [GIT PULL] ARM MSM updates for 2.6.35-rc1, Linus Torvalds, (Wed Jun 2, 2:39 pm)
Re: [GIT PULL] ARM MSM updates for 2.6.35-rc1, Daniel Walker, (Wed Jun 2, 2:56 pm)
Re: [GIT PULL] ARM MSM updates for 2.6.35-rc1, Daniel Walker, (Wed Jun 2, 3:30 pm)
Re: [GIT PULL] ARM MSM updates for 2.6.35-rc1, Kevin Hilman, (Wed Jun 2, 4:27 pm)
Re: [GIT PULL] ARM MSM updates for 2.6.35-rc1, Linus Torvalds, (Wed Jun 2, 6:20 pm)
Re: [GIT PULL] ARM MSM updates for 2.6.35-rc1, Michael Ellerman, (Wed Jun 2, 8:44 pm)
Re: [GIT PULL] ARM MSM updates for 2.6.35-rc1, Linus Torvalds, (Wed Jun 2, 9:26 pm)
Re: [GIT PULL] ARM MSM updates for 2.6.35-rc1, Ben Dooks, (Wed Jun 2, 9:45 pm)
Re: [GIT PULL] ARM MSM updates for 2.6.35-rc1, Tony Lindgren, (Thu Jun 3, 9:11 am)
Re: [GIT PULL] ARM MSM updates for 2.6.35-rc1, Eric Miao, (Thu Jun 3, 10:34 pm)
Re: [GIT PULL] ARM MSM updates for 2.6.35-rc1, Vincent Sanders, (Fri Jun 4, 1:27 am)