Revision 0255004d2a8eb1575e1b9f9fabe0715a7a44288c authored by Alexander Potapenko on 13 April 2023, 12:20:33 UTC, committed by Alexander Potapenko on 17 April 2023, 07:52:33 UTC
To prevent errors when vmap_pages_range_noflush() or
__vmap_pages_range_noflush() silently fail (see the link below for an
example), annotate them with __must_check so that the callers do not
unconditionally assume the mapping succeeded.

Reported-by: Dipanjan Das <mail.dipanjan.das@gmail.com>
Link: https://lore.kernel.org/linux-mm/CANX2M5ZRrRA64k0hOif02TjmY9kbbO2aCBPyq79es34RXZ=cAw@mail.gmail.com/
Signed-off-by: Alexander Potapenko <glider@google.com>
1 parent 803cc04
Raw File
usb-help.rst
==============
USB references
==============

2008-Mar-7

For USB help other than the readme files that are located in
`Documentation/usb/*`, see the following:

- Linux-USB project:  http://www.linux-usb.org
  mirrors at          http://usb.in.tum.de/linux-usb/
  and                 http://it.linux-usb.org
- Linux USB Guide:    http://linux-usb.sourceforge.net
- Linux-USB device overview (working devices and drivers):
  http://www.qbik.ch/usb/devices/

The Linux-USB mailing list is at linux-usb@vger.kernel.org
back to top