summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorDan Carpenter <dan.carpenter@linaro.org>2025-10-08 18:08:58 +0300
committerDavid Sterba <dsterba@suse.com>2025-10-13 22:35:51 +0200
commite92c2941204de7b62e9c2deecfeb9eaefe54a22a (patch)
tree67c4b7525dd1cc5fe7c18e29ce7774c073245d80 /tools/perf/scripts/python/export-to-postgresql.py
parentfec9b9d3ced39f16be8d7afdf81f4dd2653da319 (diff)
btrfs: tree-checker: fix bounds check in check_inode_extref()
The parentheses for the unlikely() annotation were put in the wrong place so it means that the condition is basically never true and the bounds checking is skipped. Fixes: aab9458b9f00 ("btrfs: tree-checker: add inode extref checks") Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org> Reviewed-by: Qu Wenruo <wqu@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
t/include/linux/spi/spi-mem.h?h=v6.10-rc7&id=1fc1b63638da1accb27264a507b23aa6863c3852'>spi: spi-mem: Add devm_spi_mem_dirmap_{create,destroy}()Boris Brezillon 2018-11-20spi: spi-mem: Add a new API to support direct mappingBoris Brezillon 2018-11-20spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enumBoris Brezillon 2018-11-20spi: spi-mem: Add missing word in the SPI_MEM_DATA_OUT descriptionBoris Brezillon 2018-09-28Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman 2018-09-20spi: spi-mem: Move the DMA-able constraint doc to the kerneldoc headerBoris Brezillon 2018-09-20spi: spi-mem: Add missing description for data.nbytes fieldBoris Brezillon 2018-08-14Merge tag 'spi-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds 2018-08-03spi: spi-mem: Constify spi_mem->nameBoris Brezillon 2018-08-02spi: spi-mem: Extend the SPI mem interface to set a custom memory nameFrieder Schrempf 2018-08-02spi: spi-mem: Fix a typo in the documentation of struct spi_memFrieder Schrempf 2018-07-18mtd: nand: Add core infrastructure to support SPI NANDsPeter Pan 2018-05-11spi: Extend the core to ease integration of SPI memory controllersBoris Brezillon