Re: [PATCH 02/10] block: fix genhd refcounting in blkio_policy_parse_and_set()

From: Kay Sievers
Date: Thu Oct 20 2011 - 12:16:24 EST


On Thu, Oct 20, 2011 at 18:11, Tejun Heo <tj@xxxxxxxxxx> wrote:
> I think this is essentially a bug. ÂIf you have something like "dev =
> find_and_get(); put(dev); return dev != NULL;", it's a pretty good
> indication something is pretty screwed there, so unless someone
> screams really loud, I think I'm gonna push for removal of the
> feature.

Matching on unpredictable dev_t inside the kernel or in userspace is a
serious bug. We can't do anything like that ever on a modern system,
these times are long over.

Yes, please get rid of this misguided logic, nobody should get the
impression that this can ever work.

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