Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fix from Tejun Heo:
"A patch to fix a RCU imbalance error in the devices cgroup
configuration error path"

* 'for-5.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
device_cgroup: fix RCU imbalance in error case

+1 -1
+1 -1
security/device_cgroup.c
··· 560 560 devcg->behavior == DEVCG_DEFAULT_ALLOW) { 561 561 rc = dev_exception_add(devcg, ex); 562 562 if (rc) 563 - break; 563 + return rc; 564 564 } else { 565 565 /* 566 566 * in the other possible cases: