On Sat, Mar 22, 2014 at 09:46:53AM +0900, Jacques Garrigue wrote: > On 2014/03/22 07:28, Richard W.M. Jones wrote: > > > > What's a good place to send trivial compiler patches? I don't want to > > open a new bug for what is essentially a one-line aarch64 fix. > > You should. It would save you the time spent asking this question :-) > More seriously, in theory all bug fixes should be tracked, even trivial > ones, since it lets others know where they were fixed (and where not). Let me tell you how ordinary open source projects operate. (1) They use git. No one uses svn. (2) There is usually a mailing list where patches are posted, discussed and refined. For example: https://lists.gnu.org/archive/html/qemu-devel/2014-03/threads.html (3) There may be another path for trivial fixes to get into the project, eg. for typos, obvious build fixes, whitespace changes and so on. In qemu this is: http://wiki.qemu.org/Contribute/TrivialPatches https://lists.nongnu.org/mailman/listinfo/qemu-trivial This encourages people not to give up on simple fixes because of excessive process. (4) They use a decent bug tracking system (ie. not Mantis). Rich. -- Richard Jones Red Hat