summaryrefslogtreecommitdiff
path: root/scripts/stackusage
diff options
context:
space:
mode:
authorIngo Rohloff <ingo.rohloff@lauterbach.com>2024-12-12 16:41:14 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2024-12-23 18:50:53 +0100
commit9466545720e231fc02acd69b5f4e9138e09a26f6 (patch)
treec809f3a8efec1c8d7aee8953b9acb87dc0f3a790 /scripts/stackusage
parent7a3d76a0b60b3f6fc3375e4de2174bab43f64545 (diff)
downloadkernel-9466545720e231fc02acd69b5f4e9138e09a26f6.tar.gz
usb: gadget: configfs: Ignore trailing LF for user strings to cdev
Since commit c033563220e0f7a8 ("usb: gadget: configfs: Attach arbitrary strings to cdev") a user can provide extra string descriptors to a USB gadget via configfs. For "manufacturer", "product", "serialnumber", setting the string via configfs ignores a trailing LF. For the arbitrary strings the LF was not ignored. This patch ignores a trailing LF to make this consistent with the existing behavior for "manufacturer", ... string descriptors. Fixes: c033563220e0 ("usb: gadget: configfs: Attach arbitrary strings to cdev") Cc: stable <stable@kernel.org> Signed-off-by: Ingo Rohloff <ingo.rohloff@lauterbach.com> Link: https://lore.kernel.org/r/20241212154114.29295-1-ingo.rohloff@lauterbach.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
5a68a736581290d10e2ebaf2e5baa8e21eed6dd5'>ARM: OMAP2+: powerdomain: Get rid off duplicate pwrdm_clkdm_state_switch() APISantosh Shilimkar 2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2011-10-31arm: fix implicit memset/string.h usage in various arch/arm filesPaul Gortmaker 2011-09-14OMAP: clockdomain code/data: remove omap_chip bitmask from struct clockdomainPaul Walmsley 2011-09-14OMAP: clockdomain: split clkdm_init()Paul Walmsley 2011-08-19OMAP: clockdomain: Wait for powerdomain to be ON when using clockdomain force...Santosh Shilimkar 2011-07-10OMAP2+: clockdomain: Add per clkdm lock to prevent concurrent state programmingRajendra Nayak 2011-07-10OMAP2+: clockdomain: add clkdm_in_hwsup()Paul Walmsley 2011-07-10OMAP2+: clockdomain: Add 2 APIs to control clockdomain from hwmod frameworkBenoit Cousson 2011-07-10OMAP: clockdomain: Remove redundant call to pwrdm_wait_transition()Vaibhav Bedia 2011-03-31Fix common misspellingsLucas De Marchi 2011-03-10Merge remote branches 'remotes/origin/pwrdm_clkdm_b_2.6.39', 'remotes/origin/...Paul Walmsley 2011-03-10OMAP2+: clockdomain: add flag that will block autodeps from being added for a...Paul Walmsley 2011-02-25OMAP4: clockdomain: Remove pr_errs' stating unsupported wkdepRajendra Nayak 2011-02-25OMAP: clockdomain: Arch specific funcs for clkdm_clk_enable/disableRajendra Nayak 2011-02-25OMAP: clockdomain: Arch specific funcs for hwsup control of clkdmRajendra Nayak 2011-02-25OMAP: clockdomain: Arch specific funcs for sleep/wakeup of clkdmRajendra Nayak 2011-02-25OMAP: clockdomain: Arch specific funcs to handle depsRajendra Nayak 2011-02-25OMAP: clockdomain: Infrastructure to put arch specific codeRajendra Nayak 2011-01-18OMAP4: clockdomain: bypass unimplemented wake-up dependency functions on OMAP4Paul Walmsley 2010-12-21OMAP2+: powerdomain: move header file from plat-omap to mach-omap2Paul Walmsley 2010-12-21OMAP2+: clockdomain: move header file from plat-omap to mach-omap2Paul Walmsley 2010-12-21OMAP2/3: clockdomain: remove unneeded .clkstctrl_reg, remove some direct CM r...Paul Walmsley 2010-12-21OMAP4: clockdomains: add OMAP4 PRCM data and OMAP4 supportPaul Walmsley 2010-12-21OMAP2+: clockdomains: split the clkdm hwsup enable/disable functionPaul Walmsley 2010-12-21OMAP2/3: PRM/CM: prefix OMAP2 PRM/CM functions with "omap2_"Paul Walmsley 2010-12-21OMAP2/3: PRCM: split OMAP2/3-specific PRCM code into OMAP2/3-specific filesPaul Walmsley 2010-09-23OMAP clockdomain: initialize clockdomain registers when the clockdomain layer...Paul Walmsley