summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorClaudiu Beznea <claudiu.beznea.uj@bp.renesas.com>2025-01-16 20:22:47 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-01-17 12:54:37 +0100
commit9f7dea875cc7f9c1a56a5c688290634a59cd1420 (patch)
tree89d99e0ea6b692dc83b68dfae939e5b041b3e405 /scripts/stackusage
parent239f11209e5f282e16f5241b99256e25dd0614b6 (diff)
downloadkernel-9f7dea875cc7f9c1a56a5c688290634a59cd1420.tar.gz
serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in use
In the sh-sci driver, sci_ports[0] is used by earlycon. If the earlycon is still active when sci_probe() is called and the new serial port is supposed to map to sci_ports[0], return -EBUSY to prevent breaking the earlycon. This situation should occurs in debug scenarios, and users should be aware of the potential conflict. Fixes: 0b0cced19ab1 ("serial: sh-sci: Add CONFIG_SERIAL_EARLYCON support") Cc: stable@vger.kernel.org Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Link: https://lore.kernel.org/r/20250116182249.3828577-4-claudiu.beznea.uj@bp.renesas.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
-06HID: core: rewrite the hid-generic automatic unbindBenjamin Tissoires 2018-02-16HID: core: Fix size as type u32Aaron Ma 2017-12-01HID: hid-multitouch: support fine-grain orientation reportingWei-Ning Huang 2017-11-21HID: core: remove the absolute need of hid_have_special_driver[]Benjamin Tissoires 2017-11-21HID: quirks: move the list of special devices into a quirkBenjamin Tissoires 2017-11-21HID: core: move the dynamic quirks handling in coreBenjamin Tissoires 2017-11-15Merge branch 'for-4.15/upstream' into for-linusJiri Kosina 2017-10-05HID: hid-multitouch: forward MSC_TIMESTAMPNicolas Boichat 2017-10-02HID: add comment for power callback in struct hid_ll_driverJaejoong Kim 2017-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds 2017-09-05Merge branch 'for-4.14/wacom' into for-linusJiri Kosina 2017-09-05Merge branch 'for-4.14/multitouch' into for-linusJiri Kosina 2017-09-05Merge branch 'for-4.14/driver-lock-removal' into for-linusJiri Kosina 2017-08-15usb: gadget: f_hid: {GET,SET} PROTOCOL SupportAbdulhadi Mohamed 2017-08-03HID: multitouch: Support Asus T304UA media keysJoão Paulo Rechi Vita 2017-08-02HID: input: map digitizer battery usageDmitry Torokhov 2017-08-01HID: Remove the semaphore driver_lockBinoy Jayan 2017-07-27HID: introduce hid_is_using_ll_driverJason Gerecke 2017-07-10Merge branches 'for-4.13/multitouch', 'for-4.13/retrode', 'for-4.13/transport...Jiri Kosina 2017-06-08HID: remove no longer used hid->open fieldDmitry Torokhov 2017-06-08HID: serialize hid_hw_open and hid_hw_closeDmitry Torokhov 2017-05-22HID: Microsoft Win8 Wireless Radio Controls cleanupHans de Goede 2017-05-11HID: Add mapping for Microsoft Win8 Wireless Radio Controls extensionsHans de Goede 2017-05-02Merge branches 'for-4.11/upstream-fixes', 'for-4.12/accutouch', 'for-4.12/cp2...Jiri Kosina 2017-03-30HID: add two missing usages for digitizerXiaolei Yu 2017-03-21HID: hiddev: reallocate hiddev's minor numberJaejoong Kim 2017-03-21HID: remove initial reading of reports at connectBenjamin Tissoires 2016-12-14Merge branches 'for-4.10/asus', 'for-4.10/cp2112', 'for-4.10/i2c-hid-nopower'...Jiri Kosina 2016-11-28HID: input: rework HID_QUIRK_MULTI_INPUTBenjamin Tissoires 2016-10-20HID: wacom: generic: Add support for battery status on pen and pad interfacesJason Gerecke 2016-10-20HID: wacom: generic: Add support for height, tilt, and twist usagesJason Gerecke 2016-09-29HID: add missing \n to end of dev_warn messagesColin Ian King 2015-12-28HID: add a new helper to_hid_driver()Geliang Tang 2015-12-28HID: move to_hid_device() to hid.hGeliang Tang 2015-11-20HID: Add vendor specific usage pages for Logitech G920Simon Wood 2015-11-05HID: hid-input: allow input_configured callback return errorsDmitry Torokhov