From: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> Date: Sun, 24 Nov 2013 21:09:26 +0100 > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > The pmcraid driver is abusing the genetlink API and is using its > family ID as the multicast group ID, which is invalid and may > belong to somebody else (and likely will.) > > Make it use the correct API, but since this may already be used > as-is by userspace, reserve a family ID for this code and also > reserve that group ID to not break userspace assumptions. > > My previous patch broke event delivery in the driver as I missed > that it wasn't using the right API and forgot to update it later > in my series. > > While changing this, I noticed that the genetlink code could use > the static group ID instead of a strcmp(), so also do that for > the VFS_DQUOT family. > > Cc: Anil Ravindranath <anil_ravindranath@xxxxxxxxxxxxxx> > Cc: "James E.J. Bottomley" <JBottomley@xxxxxxxxxxxxx> > Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> Applied, thanks Johannes. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html