summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-05-03 13:57:19 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-05-13 18:32:31 +0200
commit46651077765c80a0d6f87f3469129a72e49ce91b (patch)
treec2a46b26cee844ee6f1da1f6fc30c989ca72a49a /scripts/patch-kernel
parent4df2a8b0ad634d98a67e540a4e18a60f943e7d9f (diff)
downloadkernel-46651077765c80a0d6f87f3469129a72e49ce91b.tar.gz
Revert "libertas: add checks for the return value of sysfs_create_group"
This reverts commit 434256833d8eb988cb7f3b8a41699e2fe48d9332. Because of recent interactions with developers from @umn.edu, all commits from them have been recently re-reviewed to ensure if they were correct or not. Upon review, this commit was found to be incorrect for the reasons below, so it must be reverted. It will be fixed up "correctly" in a later kernel change. The original commit was incorrect, the error needs to be propagated back to the caller AND if the second group call fails, the first needs to be removed. There are much better ways to solve this, the driver should NOT be calling sysfs_create_group() on its own as it is racing userspace and loosing. Cc: Kangjie Lu <kjlu@umn.edu> Cc: Kalle Valo <kvalo@codeaurora.org> Link: https://lore.kernel.org/r/20210503115736.2104747-53-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
2021-07-21bus: Make remove callback return voidUwe Kleine-König 2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds 2021-06-10powerpc: Move the use of irq_domain_add_nomap() behind a config optionMarc Zyngier 2021-06-10powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacyMarc Zyngier 2021-06-10powerpc: Add missing linux/{of.h,irqdomain.h} include directivesMarc Zyngier 2021-06-10powerpc/ps3: Add dma_mask to ps3_dma_regionGeoff Levand 2021-06-10powerpc/ps3: Warn on PS3 device errorsGeoff Levand 2021-06-10powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT optionGeoff Levand 2021-06-10powerpc/ps3: Add firmware version to sysfsGeoff Levand