lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Pine.LNX.4.64.0609261241390.3952@g5.osdl.org>
Date:	Tue, 26 Sep 2006 12:48:59 -0700 (PDT)
From:	Linus Torvalds <torvalds@...l.org>
To:	Andi Kleen <ak@...e.de>
cc:	linux-kernel@...r.kernel.org, discuss@...-64.org
Subject: Re: x86/x86-64 merge for 2.6.19



On Tue, 26 Sep 2006, Andi Kleen wrote:
> 
> Please pull 'for-linus' from
> 	
> 	http://one.firstfloor.org/home/andi/git/linus-2.6

I really don't want do http:// pulls - they are very inefficient, and I 
don't trust the end result because the http protocol isn't really good for 
verifying the end result (same goes for rsync:// to an even bigger 
degree). 

The native git protocol is not just more efficient, it's fundamentally 
designed to be safe (ie everything is purely based on the actual data 
coming down the line - there's no possibility for any hashed object 
corruption, because the receiving side doesn't even care about the SHA1 
names of the data it receives - it will re-compute them).

So please put them on some machine that has either anonymous native git 
access ("git-daemon") or that I can ssh into. I can either just send 
people my ssh key, but I actually prefer avoiding that, and instead just 
have developers use one of the machines that people share ssh access to as 
a meeting point (ie most people use "master.kernel.org" because they 
already had accounts on that machine - if you don't want to actually 
export the tree to the mirrors, just put it in your own home directory and 
make sure I can get read (and execute, for directories) rights to the 
repository.

Thanks,

		Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ