diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2026-07-23 11:00:03 -0700 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-07-23 11:00:03 -0700 |
| commit | 6a8da869fa338e008533dd6385a0eb35dee6acf4 (patch) | |
| tree | fbb9ba05adfee82280aafd2d27c891dcc6e3ce81 /include/linux/soc | |
| parent | 5e9c8baee0329fbefe7c67aea945e2a07f15e98b (diff) | |
| parent | fd098a23bf8fda7eae48db9b06e7c34fc4d228fa (diff) | |
| download | linux-6a8da869fa338e008533dd6385a0eb35dee6acf4.tar.gz linux-6a8da869fa338e008533dd6385a0eb35dee6acf4.zip | |
Merge branch 'drop_monitor-take-care-of-32bit-kernels'
Eric Dumazet says:
====================
drop_monitor: take care of 32bit kernels
This series fixes two drop_monitor issues on 32-bit architectures:
- Patch 1 uses nla_total_size_64bit() for PC and TIMESTAMP attributes to
account for alignment padding added by nla_put_u64_64bit(), avoiding
potential skb_over_panic() crashes.
- Patch 2 moves u64_stats updates before spin_unlock_irqrestore(), ensuring
local interrupts are disabled to prevent seqcount corruption from nested
interrupts in probe context.
====================
Link: https://patch.msgid.link/20260722141743.3266924-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/soc')
0 files changed, 0 insertions, 0 deletions
