aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2023-03-08 11:51:26 +0100
committerChristian Brauner (Microsoft) <brauner@kernel.org>2023-03-08 12:31:34 +0100
commita402f1e35313fc7ce2ca60f543c4402c2c7c3544 (patch)
tree9de4756376f8c5d9a4d3999b830ca3ac8901415b /tools/perf/scripts/python/bin
parentLinux 6.3-rc1 (diff)
downloadlinux-a402f1e35313fc7ce2ca60f543c4402c2c7c3544.tar.gz
linux-a402f1e35313fc7ce2ca60f543c4402c2c7c3544.zip
fork: allow CLONE_NEWTIME in clone3 flags
Currently, calling clone3() with CLONE_NEWTIME in clone_args->flags fails with -EINVAL. This is because CLONE_NEWTIME intersects with CSIGNAL. However, CSIGNAL was deprecated when clone3 was introduced in commit 7f192e3cd316 ("fork: add clone3"), allowing re-use of that part of clone flags. Fix this by explicitly allowing CLONE_NEWTIME in clone3_args_valid. This is also in line with the respective check in check_unshare_flags which allow CLONE_NEWTIME for unshare(). Fixes: 769071ac9f20 ("ns: Introduce Time Namespace") Cc: Andrey Vagin <avagin@openvz.org> Cc: Christian Brauner <brauner@kernel.org> Cc: stable@vger.kernel.org Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Reviewed-by: Christian Brauner <brauner@kernel.org> Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
re init configuration optionsÁlvaro Fernández Rojas1-1/+14 2015-11-03leds-bcm6328: simplify and improve default-state handlingÁlvaro Fernández Rojas1-9/+15 2015-11-03leds-bcm6328: print invalid LEDÁlvaro Fernández Rojas1-1/+1 2015-11-03leds: netxbig: set led_classdev max_brightnessSimon Guinot1-8/+4 2015-11-03leds: netxbig: convert to use the devm_ functionsSimon Guinot1-80/+28 2015-11-03ARM: mvebu: remove static LED setup for netxbig boardsSimon Guinot5-224/+0 2015-11-03ARM: Kirkwood: add LED DT entries for netxbig boardsSimon Guinot2-0/+140 2015-11-03leds: netxbig: add device tree bindingSimon Guinot5-22/+391 2015-11-03leds: triggers: add invert to heartbeatJiri Prchal1-2/+45 2015-11-03leds: core: Move LED core callbacks out of led-class.cJacek Anaszewski3-68/+75 2015-11-03LED/MIPS: Move SEAD3 LED driver to where it belongs.Ralf Baechle4-2/+12 2015-11-03leds: leds-ipaq-micro: Fix coding style issuesMuhammad Falak R Wani1-9/+9 2015-11-03leds: leds-ipaq-micro: Use devm_led_classdev_registerMuhammad Falak R Wani1-8/+1 2015-11-03leds: leds-ot200: Use devm_led_classdev_registerMuhammad Falak R Wani1-19/+2 2015-11-03leds: leds-hp6xx: Use devm_led_classdev_registerMuhammad Falak R Wani1-15/+2 2015-11-03leds: leds-cobalt-qube: Use devm_led_classdev_registerVaishali Thakkar1-22/+1 2015-11-03avr32: atngw100: remove useless includeAlexandre Belloni1-1/+0 2015-11-02cris: Drop reference to get_cmos_time()Guenter Roeck1-2/+0 2015-11-02CRIS: Drop code related to obsolete or unused kconfigsJesper Nilsson10-313/+5 2015-11-02cris: time: Cleanup of persistent clock stuffXunlei Pang2-26/+0 2015-11-02cris: re-use helpers to dump data in hex formatAndy Shevchenko1-34/+6 2015-11-02CRIS v32: remove old GPIO and LEDs codeRabin Vincent13-2702/+4 2015-11-02CRIS v32: remove I2C bitbanging driverRabin Vincent4-786/+0 2015-11-02CRIS v32: add ARTPEC-3 and P1343 device treesRabin Vincent2-0/+122 2015-11-02CRIS v32: dev88: add GPIO, LEDs, RTC, temp sensorRabin Vincent2-0/+57