mirror of
https://github.com/torvalds/linux.git
synced 2026-08-11 18:04:38 +02:00
The "funcs" variable is a u64. If "func" is more than 31 then the
BIT() shift will wrap instead of testing the high bits.
Fixes:
|
||
|---|---|---|
| .. | ||
| bus.c | ||
| bus.h | ||
| controller.c | ||
| controller.h | ||
| core.c | ||
| Kconfig | ||
| Makefile | ||
| ssh_msgb.h | ||
| ssh_packet_layer.c | ||
| ssh_packet_layer.h | ||
| ssh_parser.c | ||
| ssh_parser.h | ||
| ssh_request_layer.c | ||
| ssh_request_layer.h | ||
| trace.h | ||