Re: [patch] block: fix off-by-one in init_page_buffers
From: Ben Hutchings <hidden>
Date: 2012-06-21 15:45:27
Also in:
lkml
From: Ben Hutchings <hidden>
Date: 2012-06-21 15:45:27
Also in:
lkml
On Wed, Jun 20, 2012 at 02:01:28PM -0400, Jeff Moyer wrote: [...]
This needs backporting to the stable trees where the offending commit was backported. I'm sure that includes 3.0 and 3.3, but not sure where else it was committed.
3.2 as well.
Is there an easy way to tell what trees got the commit?
[...]
I don't know about easy, but if you have 'stable' as a remote then
this works:
$ git branch -r | sed 's/^ *stable\/linux-\([0-9.]*\)\.y/\1/; t; d' | while read version; do git rev-list --grep=080399aaaf3531f5b8761ec0ac30ff98891e8686 v$version..stable/linux-$version.y | grep -q . && echo $version; done
3.0
3.2
3.3
(Maybe I'll wrap that up in a script.)
Ben.
--
Ben Hutchings
We get into the habit of living before acquiring the habit of thinking.
- Albert Camus