:10000000150255003704FFFFFFFFFFFF8907A70612 :10001000FFFFFFFFFFFF580501000C001213100047 :1000200008000C00160238009C001000564020000A :10003000CC802300560038009C0010000B4C24009C :1000400000080000184812003804380000000000C2 :1000500000001400550538000080300062061000D2 :100060006105100008040E006148130002000C0036 :10007000933010000080300024061000610510004D :1000800008040E00610810007E000C00212C2200E4 :1000900002000C00933010007A0C380000000800B9 :1000A000903010007A0C38000000000000000000C2 :1000B00000000000000000009C0010002D4C2400F7 :1000C000040001000010040037043A00104004004E :1000D0008A07380000000000990010007A6C2000A8 :1000E0009C001000484C24002408130001000C0060 :1000F00013121000750C260000100400040001000B :100100002608130006000C00A806220026C91300CA :1001100013131000A80638000000000000000000C3 :1001200000000000000000000000000000000000CF :10013000000000000000000000060800101B100076 :10014000040005002608100010121000340C3800BE :1001500000000000000000005B1521009900100065 :10016000596520009C0010005945240036081300F2 :1001700000000C00620C220001000C00131B100098 :100180000E9C22000E0C21000E6C22000E6C210031 :100190000EFC22000E5C21000E4C2100550538009B :1001A0000400010000100400678C27000008040010 :1001B0000081010037043A002608130001000C00FA :1001C00059052200131310005905380000000000E3 :1001D000000000000000000000000000000000001F :1001E00000000000000000000000000031081300C3 :1001F0000B0910001348120080FF0C00AB0626000C :100200000010040004000100A806380000000000EF :0B02100000000000000000004E417ED6 :00000001FF /********************************************************/ /* Micro code for 8086:1229 Rev 8 */ /********************************************************/ vate-remove&id=07cd12945551b63ecb1a349d50a6d69d1d6feb4a'>refslogtreecommitdiff
path: root/include/soc/fsl/qe
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2017-01-26 16:47:28 -0500
committerTejun Heo <tj@kernel.org>2017-01-26 16:47:28 -0500
commit07cd12945551b63ecb1a349d50a6d69d1d6feb4a (patch)
tree75f65eba7eac9277971082a2d5a4cf1370562c0c /include/soc/fsl/qe
parent7ce7d89f48834cefece7804d38fc5d85382edf77 (diff)
cgroup: don't online subsystems before cgroup_name/path() are operational
While refactoring cgroup creation, a5bca2152036 ("cgroup: factor out cgroup_create() out of cgroup_mkdir()") incorrectly onlined subsystems before the new cgroup is associated with it kernfs_node. This is fine for cgroup proper but cgroup_name/path() depend on the associated kernfs_node and if a subsystem makes the new cgroup_subsys_state visible, which they're allowed to after onlining, it can lead to NULL dereference. The current code performs cgroup creation and subsystem onlining in cgroup_create() and cgroup_mkdir() makes the cgroup and subsystems visible afterwards. There's no reason to online the subsystems early and we can simply drop cgroup_apply_control_enable() call from cgroup_create() so that the subsystems are onlined and made visible at the same time. Signed-off-by: Tejun Heo <tj@kernel.org> Reported-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru> Fixes: a5bca2152036 ("cgroup: factor out cgroup_create() out of cgroup_mkdir()") Cc: stable@vger.kernel.org # v4.6+
Diffstat (limited to 'include/soc/fsl/qe')