summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
diff options
context:
space:
mode:
authorJames Sewart <jamessewart@arista.com>2019-12-10 15:51:33 -0600
committerBjorn Helgaas <bhelgaas@google.com>2019-12-18 12:21:16 -0600
commitf8bf2aeb651b3460a4b36fd7ba1ba1d31777d35c (patch)
tree202de2282e09e50ca722a0e65f336fee7c36a901 /scripts/git.orderFile
parent8c386cc817878588195dde38e919aa6ba9409d58 (diff)
downloadkernel-f8bf2aeb651b3460a4b36fd7ba1ba1d31777d35c.tar.gz
PCI: Fix pci_add_dma_alias() bitmask size
The number of possible devfns is 256, but pci_add_dma_alias() allocated a bitmap of size 255. Fix this off-by-one error. This fixes commits 338c3149a221 ("PCI: Add support for multiple DMA aliases") and c6635792737b ("PCI: Allocate dma_alias_mask with bitmap_zalloc()"), but I doubt it was possible to see a problem because it takes 4 64-bit longs (or 8 32-bit longs) to hold 255 bits, and bitmap_zalloc() doesn't save the 255-bit size anywhere. [bhelgaas: commit log, move #define to drivers/pci/pci.h, include loop limit fix from Qian Cai: https://lore.kernel.org/r/20191218170004.5297-1-cai@lca.pw] Signed-off-by: James Sewart <jamessewart@arista.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions
339c16032a4dccf52b0ed0'>media: atomisp: Register only 1 /dev/video# nodeHans de Goede 2023-04-15media: atomisp: Remove struct atomisp_sub_device index fieldHans de Goede 2023-04-15media: atomisp: Remove custom V4L2_CID_FMT_AUTO controlHans de Goede 2023-04-15media: atomisp: Remove online_process settingHans de Goede 2023-04-15media: atomisp: Remove yuvpp_modeHans de Goede 2023-04-15media: atomisp: Remove delayed_init related codeHans de Goede 2023-04-15media: atomisp: Remove continuous mode supportHans de Goede 2023-04-15media: atomisp: Remove depth-mode supportHans de Goede 2023-02-08media: atomisp: Remove isp_subdev_link_setup()Hans de Goede 2022-11-25media: atomisp: Convert to videobuf2Hans de Goede 2022-11-25media: atomisp: Also track buffers in a list when submitted to the ISPHans de Goede 2022-11-25media: atomisp: On streamoff wait for buffers owned by the CSS to be given backHans de Goede 2022-09-24media: atomisp: Remove const/fixed camera_capsHans de Goede 2022-09-24media: atomisp: Remove watchdog timerHans de Goede 2022-09-24media: atomisp: Fix locking around asd->streaming read/writeHans de Goede 2022-09-24media: atomisp: Remove unused lock member from struct atomisp_sub_deviceHans de Goede 2022-09-24media: atomisp: Split subdev and video-node registration into 2 stepsHans de Goede 2022-09-24media: atomisp: Remove some further ATOMISP_ACC_* related dead codeHans de Goede 2022-09-24media: atomisp: Remove the ACC device nodeHans de Goede 2022-09-24media: atomisp: Remove the outq videobuf queueHans de Goede 2022-09-24media: atomisp: Remove file-injection supportHans de Goede 2022-07-08media: atomisp: remove no longer used atomisp_css_acc_done() functionHans de Goede 2022-07-08media: atomisp: asc.acc.pipeline is always NULLHans de Goede 2022-07-08media: atomisp: remove unused atomisp_*css_* functionsHans de Goede 2022-07-08media: atomisp: remove atomisp_acc.cHans de Goede 2021-11-17media: atomisp: get rid of set pipe version custom ctrlMauro Carvalho Chehab 2021-11-15media: atomisp: set per-device's default modeMauro Carvalho Chehab 2021-06-17media: v4l2-subdev: add subdev-wide state structTomi Valkeinen 2020-06-11media: atomisp: remove format duplication at mbus->fourcc tableMauro Carvalho Chehab 2020-06-11media: atomisp: add SPDX headersMauro Carvalho Chehab 2020-06-11media: atomisp: partially get rid of one abstraction layerMauro Carvalho Chehab 2020-05-20media: atomisp: cleanup directory hierarchyMauro Carvalho Chehab