summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/task-analyzer-record
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2025-03-19 17:26:43 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2025-04-07 13:22:25 +0800
commit7b294e3eab5d537af5065dc50c25b0b57d59acce (patch)
tree58d7278efe19a974551887a890cf160987afafd0 /tools/perf/scripts/python/bin/task-analyzer-record
parent08cabc7d3c8638b078e0ac2f755cead1defafe91 (diff)
downloadkernel-7b294e3eab5d537af5065dc50c25b0b57d59acce.tar.gz
crypto: crypto4xx - Fix gcc12 uninitialized warning in crypto4xx_crypt
The compiler gcc 12 warns about the IV buffer being uninitialized in crypto4xx_crypt. Silence the warning by using the new gcc 12 access attribute to mark crypto4xx_build_pd. Also fix the IV buffer length as it has been quadrupled (64 instead of 16). Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'tools/perf/scripts/python/bin/task-analyzer-record')
0 files changed, 0 insertions, 0 deletions
tendo.c?h=master&id=5307de63d71d0b2303a8c645493a36021bedd800'>HID: nintendo: use ida for LED player idMartino Fontana 2024-04-03HID: nintendo: Fix N64 controller being identified as mouseNuno Pereira 2024-02-13HID: nintendo: Remove some unused functionsJiapeng Chong 2024-01-23HID: nintendo: Remove some unused functionsJiapeng Chong 2024-01-08Merge branch 'for-6.8/nintendo' into for-linusJiri Kosina 2023-12-18HID: nintendo: Prevent divide-by-zero on codeGuilherme G. Piccoli 2023-12-18HID: nintendo: fix initializer element is not constant errorRyan McClelland 2023-12-12HID: nintendo: add support for nso controllersRyan McClelland 2023-11-01Merge branch 'for-6.7/nintendo' into for-linusJiri Kosina 2023-10-05HID: nintendo: reinitialize USB Pro Controller after resuming from suspendMartino Fontana 2023-10-04HID: nintendo: cleanup LED codeMartino Fontana 2023-03-10HID: nintendo: fix rumble rate limiterDaniel J. Ogorchock 2023-03-10HID: nintendo: prevent rumble queue overrunsDaniel J. Ogorchock 2022-09-21HID: nintendo: check analog user calibration for plausibilityJohnothan King 2022-09-21HID: nintendo: deregister home LED when it failsIcenowy Zheng 2022-08-25HID: nintendo: fix rumble worker null pointer derefDaniel J. Ogorchock 2022-08-02Merge branch 'for-5.20/nintendo' into for-linusJiri Kosina 2022-07-21HID: nintendo: Add missing array terminationGuenter Roeck 2022-06-15HID: nintendo: Set phys property of input device based on HID physThomas Schneider 2022-06-08HID: nintendo: fix unused const warningDaniel J. Ogorchock 2022-03-01HID: nintendo: check the return value of alloc_workqueue()Jia-Ju Bai :10 +0200'>2020-07-03usb: phy: phy: Fix-up a whole bunch of formatting issuesLee Jones 2020-06-24usb: phy: tegra: Fix unnecessary check in tegra_usb_phy_probe()Tang Bin 2020-05-18Merge 5.7-rc6 into usb-nextGreg Kroah-Hartman 2020-05-09usb: phy: twl6030-usb: Fix a resource leak in an error handling path in 'twl6...Christophe JAILLET 2020-04-23USB: phy: Use the correct style for SPDX License IdentifierNishad Kamdar 2020-04-16usb: phy: jz4770: Add a missing '\n' in a log messageChristophe JAILLET