summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sched-migration.py
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2023-03-26 16:30:50 +0200
committerHans Verkuil <hverkuil-cisco@xs4all.nl>2023-04-11 16:59:15 +0200
commitc65cee0b875098716fb4198aa331bac04ec0d737 (patch)
tree7f99afa18396e3193653659efe90e9034f5828b8 /tools/perf/scripts/python/sched-migration.py
parent3c56717a585784edaf01edcfa8650cd7a8c0c47d (diff)
downloadkernel-c65cee0b875098716fb4198aa331bac04ec0d737.tar.gz
media: m2m-deinterlace: Convert to platform remove callback returning void
The .remove() callback for a platform driver returns an int which makes many driver authors wrongly assume it's possible to do error handling by returning an error code. However the value returned is (mostly) ignored and this typically results in resource leaks. To improve here there is a quest to make the remove callback return void. In the first step of this quest all drivers are converted to .remove_new() which already returns void. Trivially convert this driver from always returning zero in the remove callback to the void returning variant. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions
href='/distro/kernel/commit/security/integrity/platform_certs?id=3d6ae1a5d0c2019d274284859f556dcb64aa98a7'>integrity: Only use machine keyring when uefi_check_trust_mok_keys is trueEric Snowberg 2022-03-08integrity: Trust MOK keys if MokListTrustedRT foundEric Snowberg 2022-03-08integrity: add new keyring handler for mok keysEric Snowberg 2022-03-08integrity: Introduce a Linux keyring called machineEric Snowberg 2022-03-08integrity: Fix warning about missing prototypesEric Snowberg 2021-12-24integrity: Do not load MOK and MOKx when secure boot be disabledLee, Chun-Yi 2021-08-27efi: Don't use knowledge about efi_guid_t internalsAndy Shevchenko 2021-03-11integrity: Load mokx variables into the blacklist keyringEric Snowberg 2021-03-11certs: Add EFI_CERT_X509_GUID support for dbx entriesEric Snowberg 2020-09-16integrity: Load certs from the EFI MOK config tableLenny Szubowicz 2020-09-16integrity: Move import of MokListRT certs to a separate routineLenny Szubowicz 2020-02-26Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar 2020-02-23integrity: Check properly whether EFI GetVariable() is availableArd Biesheuvel 2020-02-18efi: Only print errors about failing to get certs if EFI vars are foundJavier Martinez Canillas 2019-11-29x86/efi: remove unused variablesYueHaibing 2019-11-13powerpc: Load firmware trusted keys/hashes into kernel keyringNayna Jain 2019-11-13x86/efi: move common keyring handler functions to new fileNayna Jain 2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds 2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells 2019-04-26s390/ipl: read IPL report at early bootMartin Schwidefsky 2018-12-12efi: Allow the "db" UEFI variable to be suppressedJosh Boyer 2018-12-12efi: Import certificates from UEFI Secure BootJosh Boyer 2018-12-12efi: Add an EFI signature blob parserDave Howells 2018-12-12integrity: Load certs to the platform keyringNayna Jain 2018-12-12integrity: Define a trusted platform keyringNayna Jain