aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/git-resolve.sh
diff options
context:
space:
mode:
authorTakashi Sakamoto <[email protected]>2025-08-03 12:20:15 +0000
committerTakashi Sakamoto <[email protected]>2025-08-03 12:20:15 +0000
commit0342273e14c25971f2916de2b598db2e9cfeec15 (patch)
tree2aa27ccc86772fd9fe8b04b2561a1da6c52458e1 /scripts/git-resolve.sh
parentfirewire: core: call FCP address handlers outside RCU read-side critical section (diff)
downloadkernel-0342273e14c25971f2916de2b598db2e9cfeec15.tar.gz
kernel-0342273e14c25971f2916de2b598db2e9cfeec15.zip
firewire: core: reallocate buffer for FCP address handlers when more than 4 are registered
The former commit has a limitation that only up to 4 FCP address handlers could be processed per request. Although it suffices for most use cases, it is technically a regression. This commit lifts the restriction by reallocating the buffer from kernel heap when more than 4 handlers are registered. The allocation is performed within RCU read-side critical section, thus it uses GCP_ATOMIC flag. The buffer size is rounded up to the next power of two to align with kmalloc allocation units. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Sakamoto <[email protected]>
Diffstat (limited to 'scripts/git-resolve.sh')
0 files changed, 0 insertions, 0 deletions