Linus Torvalds <torvalds@linux-foundation.org> writes:Ok, to clarify the situation. * This breakage does not make v1.5.1.2 is a dud release, as what caused this is not contained in it. * A topic to update git-pack-objects has been cooking in 'next' and it graduated to 'master' last night after v1.5.1.2 was cut from 'maint'. This series had a bug that left permission bits as set by mkstemp(); newer glibc leaves it as 0600. * I almost always run 'master' on kernel.org; I ran "git-repack -a -d" there using 'master' that contained the breakage. * git-repack lets git-pack-objects to create pack/idx, and then drops the write permission bits from them. That is how they got 0400. * I've fixed the pack/idx 0444 manually at kernel.org; the repository has already mirrored out to git.kernel.org, so people should be able to fetch from there now. alt-git.git at repo.or.cz should be usable as well, although I suspect the site did not even have this issue. * I sent a quickfix as a workaround. Because we rely on git-repack to drop write permissions anyway, and some tests to plumbing expects the resulting files to be writable by the owner, tweaking 0444 in the quickfix to 0644 would be a good workaround to fix the problem -and- pass all the test. So I'll push out a 0644 quickfix on 'master' shortly. However. * To reiterate, people planning to update to v1.5.1.2 should not be alarmed with this gotcha. That comes from the maintenance branch and is not affected by this breakage. * Letting mkstemp() to create the file and then forcing 0644 is not strictly correct, as it makes the files created by people with 007 umask readable to the general public. The code before mkstemp() conversion was aware of this issue and used open(..., 0666) to let the user's umask applied, I think. So while the quickfix is an improvement, it not a real fix X-<. -
| Washington Odhiambo | Weird Problem with NAT - more details |
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Andrew Morton | -mm merge plans for 2.6.23 |
git: | |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 0/37] dccp: Feature negotiation - last call for comments |
| David Miller | Re: [GIT]: Networking |
| Denys Fedoryshchenko | thousands of classes, e1000 TX unit hang |
