]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xenbus: don't free other end details too early
authorJan Beulich <JBeulich@suse.com>
Mon, 5 Mar 2012 17:11:31 +0000 (17:11 +0000)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 19 Apr 2012 21:10:56 +0000 (17:10 -0400)
commitc4c153e94c762ecc35dc1b951f88341150d079f7
tree9e861351e980eba1d4dea271442b1319de94939b
parent2ce391195901415909398b9a7a54d1dcd2d6a0cb
xenbus: don't free other end details too early

The individual drivers' remove functions could legitimately attempt to
access this information (for logging messages if nothing else). Note
that I did not in fact observe a problem anywhere, but I came across
this while looking into the reasons for what turned out to need the
fix at https://lkml.org/lkml/2012/3/5/336 to vsprintf().

[upstream git commit bd0d5aa]
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/xenbus/xenbus_probe.c