Hello, On Wed, Aug 12, 2015 at 03:27:26PM -0500, Eric W. Biederman wrote: > proc has always reported -ENOENT. sysfs is the odd one out. Hmm... open(2) is clear about failure modes and ENOENT doesn't fit the bill here. Maintaining the behavior for proc for backward compatibility is fine but I don't think it's appropriate to change behaviors on other filesystems which were behaving correctly especially through changes which got routed through -stable. ENOENT O_CREAT is not set and the named file does not exist. Or, a directory component in pathname does not exist or is a dangling symbolic link. ENOENT pathname refers to a nonexistent directory, O_TMPFILE and one of O_WRONLY or O_RDWR were specified in flags, but this kernel version does not provide the O_TMPFILE functionality. > I am not completely certain that trivial patch above, does not introduce > a leak, a NULL pointer dereference or something else nasty when the code > is hit. > > So far it seems that no one cares. And since the change is brittle I am > not inclined to mess with it this week, as I have other demands on my > limited review bandwidth right now. Sure, it isn't "today" urgent but let's please restore the original behavior before the new behavior gets too widespread. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-api" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html