Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1468993
| From | mcgrof@kernel.org |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/5] firmware: add SmPL grammar to avoid issues |
| Date | 2016-08-24 03:00 +0200 |
| Message-ID | <s9uyd-367-5@gated-at.bofh.it> (permalink) |
| References | <rKOqt-5LX-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: "Luis R. Rodriguez" <mcgrof@kernel.org> Greg, This v3 is a simple respin without any modifications other than a rebase from the last v2 series [0] to apply to today's linux-next tre. The v2 series did not make it in in time. [0] https://lkml.kernel.org/r/1466117661-22075-1-git-send-email-mcgrof@kernel.org Luis R. Rodriguez (5): MAINTAINERS: extend firmware_class maintainer list firmware: annotate thou shalt not request fw on init or probe firmware: update usermode helper docs and add SmPL report firmware: add usermode helper DECLARE_FW_LOADER_USER() annotation firmware: fix fw cache to avoid usermode helper on suspend Documentation/firmware_class/README | 59 +++++++++- MAINTAINERS | 1 + drivers/base/Kconfig | 2 +- drivers/base/firmware_class.c | 2 +- drivers/firmware/dell_rbu.c | 1 + drivers/leds/leds-lp55xx-common.c | 1 + include/linux/firmware.h | 7 ++ .../request_firmware-avoid-init-probe-init.cocci | 130 +++++++++++++++++++++ .../coccinelle/api/request_firmware-usermode.cocci | 44 +++++++ 9 files changed, 240 insertions(+), 7 deletions(-) create mode 100644 scripts/coccinelle/api/request_firmware-avoid-init-probe-init.cocci create mode 100644 scripts/coccinelle/api/request_firmware-usermode.cocci -- 2.9.2
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/5] firmware: add SmPL grammar to avoid issues mcgrof@kernel.org - 2016-08-24 03:00 +0200 [PATCH v3 3/5] firmware: update usermode helper docs and add SmPL report mcgrof@kernel.org - 2016-08-24 03:00 +0200 [PATCH v3 4/5] firmware: add usermode helper DECLARE_FW_LOADER_USER() annotation mcgrof@kernel.org - 2016-08-24 03:00 +0200 [PATCH v3 1/5] MAINTAINERS: extend firmware_class maintainer list mcgrof@kernel.org - 2016-08-24 03:00 +0200
csiph-web