linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-16 01:45:06 to 2021-08-18 06:24:47 UTC [more...]

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-08-18  6:05 UTC  (58+ messages)
` [PATCH v2 01/63] ipw2x00: Avoid field-overflowing memcpy()
` [PATCH v2 02/63] net/mlx5e: "
` [PATCH v2 03/63] rpmsg: glink: Replace strncpy() with strscpy_pad()
` [PATCH v2 04/63] pcmcia: ray_cs: Split memcpy() to avoid bounds check warning
` [PATCH v2 05/63] stddef: Introduce struct_group() helper macro
` [PATCH v2 06/63] cxl/core: Replace unions with struct_group()
` [PATCH v2 07/63] skbuff: Switch structure bounds to struct_group()
` [PATCH v2 08/63] bnxt_en: Use struct_group_attr() for memcpy() region
` [PATCH v2 09/63] mwl8k: Use struct_group() "
` [PATCH v2 10/63] libertas: "
` [PATCH v2 11/63] libertas_tf: "
` [PATCH v2 12/63] thermal: intel: int340x_thermal: "
` [PATCH v2 13/63] iommu/amd: "
` [PATCH v2 14/63] cxgb3: "
` [PATCH v2 15/63] intersil: "
` [PATCH v2 16/63] cxgb4: "
` [PATCH v2 17/63] bnx2x: "
` [PATCH v2 18/63] drm/amd/pm: "
` [PATCH v2 19/63] staging: wlan-ng: "
` [PATCH v2 20/63] drm/mga/mga_ioc32: "
` [PATCH v2 21/63] net/mlx5e: "
` [PATCH v2 23/63] media: omap3isp: "
` [PATCH v2 24/63] sata_fsl: "
` [PATCH v2 25/63] compiler_types.h: Remove __compiletime_object_size()
` [PATCH v2 26/63] lib/string: Move helper functions out of string.c
` [PATCH v2 27/63] fortify: Move remaining fortify helpers into fortify-string.h
` [PATCH v2 28/63] fortify: Explicitly disable Clang support
` [PATCH v2 29/63] fortify: Fix dropped strcpy() compile-time write overflow check
` [PATCH v2 30/63] fortify: Prepare to improve strnlen() and strlen() warnings
` [PATCH v2 31/63] fortify: Allow strlen() and strnlen() to pass compile-time known lengths
` [PATCH v2 32/63] fortify: Add compile-time FORTIFY_SOURCE tests
` [PATCH v2 34/63] fortify: Detect struct member overflows in memcpy() at compile-time
` [PATCH v2 35/63] fortify: Detect struct member overflows in memmove() "
` [PATCH v2 36/63] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
` [PATCH v2 37/63] string.h: Introduce memset_after() for wiping trailing members/padding
` [PATCH v2 38/63] xfrm: Use memset_after() to clear padding
` [PATCH v2 39/63] ipv6: Use memset_after() to zero rt6_info
` [PATCH v2 40/63] netfilter: conntrack: Use memset_startat() to zero struct nf_conn
` [PATCH v2 41/63] net: 802: Use memset_startat() to clear struct fields
` [PATCH v2 42/63] net: dccp: Use memset_startat() for TP zeroing
` [PATCH v2 43/63] net: qede: Use memset_startat() for counters
` [PATCH v2 44/63] mac80211: Use memset_after() to clear tx status
` [PATCH v2 46/63] iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rpl
` [PATCH v2 47/63] intel_th: msu: Use memset_startat() for clearing hw header
` [PATCH v2 48/63] IB/mthca: Use memset_startat() for clearing mpt_entry
` [PATCH v2 49/63] btrfs: Use memset_startat() to clear end of struct
` [PATCH v2 50/63] tracing: Use memset_startat() to zero struct trace_iterator
` [PATCH v2 51/63] drbd: Use struct_group() to zero algs
` [PATCH v2 52/63] cm4000_cs: Use struct_group() to zero struct cm4000_dev region
` [PATCH v2 53/63] KVM: x86: Use struct_group() to zero decode cache
` [PATCH v2 56/63] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr
` [PATCH v2 58/63] ethtool: stats: Use struct_group() to clear all stats at once
` [PATCH v2 59/63] can: flexcan: Use struct_group() to zero struct flexcan_regs regions
` [PATCH v2 60/63] net/af_iucv: Use struct_group() to zero struct iucv_sock region
` [PATCH v2 61/63] powerpc: Split memset() to avoid multi-field overflow
` [PATCH v2 62/63] fortify: Detect struct member overflows in memset() at compile-time
` [PATCH v2 63/63] fortify: Work around Clang inlining bugs

[PATCH v5 0/5] Support EFI partition on NVIDIA Tegra devices
 2021-08-18  5:42 UTC  (14+ messages)
` [PATCH v5 1/5] block: Add alternative_gpt_sector() operation
` [PATCH v5 2/5] mmc: block: Support "
` [PATCH v5 3/5] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v5 4/5] mmc: sdhci-tegra: Implement alternative_gpt_sector()
` [PATCH v5 5/5] partitions/efi: Support non-standard GPT location

[PATCH v2 00/11] blk-mq: Reduce static requests memory footprint for shared sbitmap
 2021-08-18  4:02 UTC  (10+ messages)
` [PATCH v2 03/11] blk-mq: Relocate shared sbitmap resize in blk_mq_update_nr_requests()
` [PATCH v2 04/11] blk-mq: Invert check "
` [PATCH v2 05/11] blk-mq-sched: Rename blk_mq_sched_alloc_{tags -> map_and_request}()
` [PATCH v2 06/11] blk-mq: Pass driver tags to blk_mq_clear_rq_mapping()

[PATCH] blk-mq: fix is_flush_rq
 2021-08-18  3:31 UTC  (4+ messages)

[PATCH RFC] blk_mq: clear rq mapping in driver tags before freeing rqs in sched tags
 2021-08-18  3:13 UTC  (5+ messages)

use regular gendisk registration in device mapper v2
 2021-08-18  2:51 UTC  (8+ messages)
` [PATCH 4/8] block: support delayed holder registration
  ` [dm-devel] "

[PATCH v5 0/5] Initial support for multi-actuator HDDs
 2021-08-18  2:45 UTC  (11+ messages)

[PATCH 0/7] add simple copy support
 2021-08-17 23:37 UTC  (22+ messages)
    ` [PATCH 1/7] block: make bio_map_kern() non static
    ` [PATCH 2/7] block: Introduce queue limits for copy-offload support
    ` [PATCH 3/7] block: copy offload support infrastructure
    ` [PATCH 4/7] block: Introduce a new ioctl for simple copy
    ` [PATCH 5/7] block: add emulation "
    ` [PATCH 6/7] nvme: add simple copy support
    ` [PATCH 7/7] dm kcopyd: add simple copy offload support
      ` [dm-devel] "

[PATCH v4 0/3] Support EFI partition on NVIDIA Tegra devices
 2021-08-17 16:16 UTC  (12+ messages)
` [PATCH v4 1/3] mmc: core: Add raw_boot_mult field to mmc_ext_csd
` [PATCH v4 2/3] mmc: block: Add mmc_bdev_to_card() helper
` [PATCH v4 3/3] partitions/efi: Support NVIDIA Tegra devices

[PATCH] blk-mq: fix kernel panic during iterating over flush request
 2021-08-17 14:33 UTC  (3+ messages)

[PATCH V2] blk-mq: don't grab rq's refcount in blk_mq_check_expired()
 2021-08-17 14:33 UTC  (3+ messages)

[PATCH] raid1: ensure bio doesn't have more than BIO_MAX_VECS sectors
 2021-08-17 12:32 UTC  (10+ messages)

[PATCH v2] block: genhd: don't call probe function with major_names_lock held
 2021-08-17 10:18 UTC  (5+ messages)
` [PATCH v3] "

[PATCH 0/7] genirq/affinity: abstract new API from managed irq affinity spread
 2021-08-17  4:52 UTC  (11+ messages)
` [PATCH 1/7] genirq/affinity: remove the 'firstvec' parameter from irq_build_affinity_masks
` [PATCH 2/7] genirq/affinity: pass affinity managed mask array to irq_build_affinity_masks
` [PATCH 3/7] genirq/affinity: don't pass irq_affinity_desc "
` [PATCH 4/7] genirq/affinity: rename irq_build_affinity_masks as group_cpus_evenly
` [PATCH 6/7] lib/group_cpus: allow to group cpus in case of !CONFIG_SMP

[PATCH 5/7] genirq/affinity: move group_cpus_evenly() into lib/
 2021-08-17  4:52 UTC  (4+ messages)

[PATCH AUTOSEL 5.10 7/9] blk-iocost: fix lockdep warning on blkcg->lock
 2021-08-17  0:35 UTC 

[PATCH AUTOSEL 5.13 10/12] blk-iocost: fix lockdep warning on blkcg->lock
 2021-08-17  0:35 UTC 

[PATCH] block: nbd: add sanity check for first_minor
 2021-08-16 16:56 UTC  (6+ messages)

[PATCH] block: unexport blk_register_queue
 2021-08-16 16:54 UTC  (2+ messages)

[PATCH 1/2] blk-cgroup: refactor blkcg_print_stat
 2021-08-16 16:53 UTC  (3+ messages)

paride initialization cleanup
 2021-08-16 16:52 UTC  (8+ messages)
` [PATCH 1/4] pcd: move the identify buffer into pcd_identify
` [PATCH 2/4] pcd: cleanup initialization
` [PATCH 3/4] pf: "
` [PATCH 4/4] pd: "

add a bvec_virt helper
 2021-08-16 16:51 UTC  (3+ messages)

bdi lifetime fix
 2021-08-16 16:49 UTC  (4+ messages)
` [PATCH 1/2] block: free the extended dev_t minor later
` [PATCH 2/2] block: ensure the bdi is freed after inode_detach_wb

ensure each gendisk always has a request_queue reference v2
 2021-08-16 13:46 UTC  (10+ messages)
` [PATCH 1/9] nvme: use blk_mq_alloc_disk
` [PATCH 2/9] st: do not allocate a gendisk
` [PATCH 3/9] sg: "
` [PATCH 4/9] block: cleanup the lockdep handling in *alloc_disk
` [PATCH 5/9] block: remove alloc_disk and alloc_disk_node
` [PATCH 6/9] block: remove the minors argument to __alloc_disk_node
` [PATCH 7/9] block: pass a request_queue to __blk_alloc_disk
` [PATCH 8/9] block: hold a request_queue reference for the lifetime of struct gendisk
` [PATCH 9/9] block: add an explicit ->disk backpointer to the request_queue

[PATCH v7 00/11] libata cleanups and improvements
 2021-08-16 11:43 UTC  (15+ messages)
` [PATCH v7 01/11] libata: fix ata_host_alloc_pinfo()
` [PATCH v7 05/11] libata: cleanup ata_dev_configure()
` [PATCH v7 06/11] libata: cleanup NCQ priority handling
` [PATCH v7 07/11] libata: fix ata_read_log_page() warning
` [PATCH v7 08/11] libata: print feature list on device scan
` [PATCH v7 09/11] libata: Introduce ncq_prio_supported sysfs sttribute
` [PATCH v7 10/11] docs: sysfs-block-device: improve ncq_prio_enable documentation
` [PATCH v7 11/11] docs: sysfs-block-device: document ncq_prio_supported

[PATCH 5/7] genirq/affinity: move group_cpus_evenly() into lib/
 2021-08-16 10:08 UTC 

[syzbot] KASAN: use-after-free Read in bdev_evict_inode
 2021-08-16  9:34 UTC  (2+ messages)

[syzbot] general protection fault in wb_timer_fn
 2021-08-16  9:33 UTC  (2+ messages)

[PATCH 7/7] blk-mq: build default queue map via group_cpus_evenly()
 2021-08-16  7:23 UTC  (3+ messages)

[BUG] FLOPPY DRIVER since 5.10.20
 2021-08-16  7:17 UTC  (3+ messages)
` [PATCH] Revert "floppy: reintroduce O_NDELAY fix"

[PATCH] blk-mq: allow hardware queue to get more tag while sharing a tag set
 2021-08-16  4:16 UTC  (10+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).