summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2025-04-04 09:00:49 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2025-04-04 09:00:49 -0700
commit7ebd68d978bb784c284c60970a6e2d36e2434a6e (patch)
treeb2f83df1fd3c2a4b95a1bf475f5c7eea76b45f3b /scripts/stackusage
parentfffb5cd21e0b4ac4a5e26f7b356bbd97ed0cb5bb (diff)
parent566d3a52b8f618d22664171633d7106a630f46b9 (diff)
downloadkernel-7ebd68d978bb784c284c60970a6e2d36e2434a6e.tar.gz
Merge tag 'platform-drivers-x86-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Pull x86 platform driver fixes from Ilpo Järvinen: - thinkpad_acpi: - Fix NULL pointer dereferences while probing - Disable ACPI fan access for T495* and E560 - ISST: Correct command storage data length * tag 'platform-drivers-x86-v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86: MAINTAINERS: consistently use my dedicated email address platform/x86: ISST: Correct command storage data length platform/x86: thinkpad_acpi: disable ACPI fan access for T495* and E560 platform/x86: thinkpad_acpi: Fix NULL pointer dereferences while probing
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
8da47489eb16'>can: raw: raw_sendmsg(): remove not needed setting of skb->skMarc Kleine-Budde 2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil 2022-04-06net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp 2021-08-05net: Remove redundant if statementsYajun Deng 2021-07-24can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan 2021-06-29net: sock: introduce sk_error_reportAlexander Aring 2021-06-16can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa 2021-03-29can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZEOliver Hartkopp 2021-01-06can: raw: return -ERANGE when filterset does not fit into user space bufferOliver Hartkopp 2020-10-12can: remove obsolete version stringsOliver Hartkopp 2020-10-06can: raw: add missing error queue supportVincent Mailhol 2020-09-21can: remove "WITH Linux-syscall-note" from SPDX tag of C filesMasahiro Yamada 2020-09-21can: raw: fix indentionMarc Kleine-Budde 2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig 2019-09-04can: introduce CAN_REQUIRED_SIZE macroKurt Van Dijck 2019-08-13can: raw: raw_sock_no_ioctlcmd(): mark function as staticMarc Kleine-Budde 2019-08-13can: raw: raw_module_init(): use pr_err() instead of printk(KERN_ERR, ...)Marc Kleine-Budde 2019-08-13can: raw: balance braces around else statementsMarc Kleine-Budde 2019-08-13can: raw: remove unnecessary blank lines, add suggested blank linesMarc Kleine-Budde 2019-08-13can: raw: convert block comments to network style commentsMarc Kleine-Budde 2019-07-29can: fix ioctl function removalOliver Hartkopp 2019-07-24can: Add SPDX license identifiers for CAN subsystemOliver Hartkopp 2019-07-24can: remove obsolete empty ioctl() handlerOliver Hartkopp 2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann 2018-12-17net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn 2018-11-09can: raw: check for CAN FD capable netdev in raw_sendmsg()Oliver Hartkopp 2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds 2018-05-26net: convert datagram_poll users tp ->poll_maskChristoph Hellwig 2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko 2018-01-05can: raw: raw_bind(): bail out if can_family is not AF_CANMarc Kleine-Budde 2017-04-04can: initial support for network namespacesMario Kicherer