Re: [git pull] core kernel fixes

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Vegard Nossum <vegard.nossum@...>
Cc: Linus Torvalds <torvalds@...>, <linux-kernel@...>, Andrew Morton <akpm@...>, Thomas Gleixner <tglx@...>, Daniel J Blueman <daniel.blueman@...>
Date: Monday, June 30, 2008 - 2:20 pm

* Vegard Nossum <vegard.nossum@gmail.com> wrote:


You can use "git log -1 -p --pretty=fuller 50db04dd9c" to see the exact 
details of the commit:

----------
| commit 50db04dd9c74178e68a981a7127c37252ffb3242
| Author:     Vegard Nossum <vegard.nossum@gmail.com>
| AuthorDate: Sun Jun 15 00:47:36 2008 +0200
| Commit:     Thomas Gleixner <tglx@linutronix.de>
| CommitDate: Wed Jun 18 11:09:54 2008 +0200
|
| [...]
|
|   [ daniel.blueman@gmail.com: pool_lock needs to be taken irq safe in fill_pool ]
|
|   Reported-by: Daniel J Blueman <daniel.blueman@gmail.com>
|   Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
|   Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
----------

As you can see it from the Commit line, it was committed by Thomas.

The "[ daniel.blueman: pool_lock ... ]" line shows that Thomas - instead 
of creating two commits - merged the two fixes into a single commit and 
credited Daniel for the irq-safe fix. This is the standard technique to 
squash small patches and to make fixes multi-authored.

The patch was tested with our standard tests so it's certainly good in 
practice - but i havent specifically tried your testcase (maybe Thomas 
has). Can you see any problem with the fix?

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

Messages in current thread:
[git pull] core kernel fixes, Ingo Molnar, (Mon Jun 30, 11:32 am)
Re: [git pull] core kernel fixes, Vegard Nossum, (Mon Jun 30, 1:02 pm)
Re: [git pull] core kernel fixes, Ingo Molnar, (Mon Jun 30, 2:20 pm)
Re: [git pull] core kernel fixes, Vegard Nossum, (Mon Jun 30, 2:43 pm)
Re: [git pull] core kernel fixes, Thomas Gleixner, (Mon Jun 30, 3:46 pm)
Re: [git pull] core kernel fixes, Vegard Nossum, (Mon Jun 30, 3:51 pm)
Re: [git pull] core kernel fixes, Thomas Gleixner, (Mon Jun 30, 3:54 pm)