public inbox for llvm@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2023-09-21 08:09:41 to 2023-09-23 08:56:46 UTC [more...]

[PATCH] platform/surface: aggregator: Annotate struct ssam_event with __counted_by
 2023-09-23 16:57 UTC  (2+ messages)

[PATCH] crypto: qat: Annotate struct adf_fw_counters with __counted_by
 2023-09-23 16:57 UTC  (2+ messages)

[PATCH] media: i2c: Annotate struct i2c_atr with __counted_by
 2023-09-23 16:56 UTC  (2+ messages)

[PATCH] platform/x86: hp-bioscfg: Annotate struct bios_args with __counted_by
 2023-09-23 16:56 UTC  (2+ messages)

[PATCH] modpost: Optimize symbol search from linear to binary search
 2023-09-23  8:49 UTC  (3+ messages)

[PATCH] input: mt: Annotate struct input_mt with __counted_by
 2023-09-23 16:29 UTC  (2+ messages)

[PATCH] Input: Annotate struct input_leds with __counted_by
 2023-09-23 16:29 UTC  (2+ messages)

[PATCH] input: Annotate struct evdev_client with __counted_by
 2023-09-23 16:29 UTC  (2+ messages)

[PATCH] i3c/master/mipi-i3c-hci: Annotate struct hci_rings_data with __counted_by
 2023-09-23 16:28 UTC  (2+ messages)

[PATCH] i3c: master: cdns: Annotate struct cdns_i3c_xfer with __counted_by
 2023-09-23 16:28 UTC  (2+ messages)

[PATCH] pinctrl: uniphier: Annotate struct uniphier_pinctrl_reg_region with __counted_by
 2023-09-23 16:28 UTC  (2+ messages)

[PATCH] i2c: mux: demux-pinctrl: Annotate struct i2c_demux_pinctrl_priv with __counted_by
 2023-09-23 16:26 UTC  (2+ messages)

[PATCH] media: v4l2-event: Annotate struct v4l2_subscribed_event with __counted_by
 2023-09-23 16:26 UTC  (2+ messages)

[PATCH] media: allegro: Annotate struct mcu_msg_push_buffers_internal with __counted_by
 2023-09-23 16:25 UTC  (2+ messages)

[PATCH] ocfs2: Annotate struct ocfs2_replay_map with __counted_by
 2023-09-23 16:25 UTC  (2+ messages)

[PATCH 00/14] Batch 1: Annotate structs with __counted_by
 2023-09-23  2:06 UTC  (24+ messages)
` [PATCH 01/14] ipv4: Annotate struct fib_info "
` [PATCH 02/14] ipv4/igmp: Annotate struct ip_sf_socklist "
` [PATCH 03/14] ipv6: Annotate struct ip6_sf_socklist "
` [PATCH 04/14] net: hns: Annotate struct ppe_common_cb "
` [PATCH 05/14] net: enetc: Annotate struct enetc_int_vector "
` [PATCH 06/14] net: hisilicon: Annotate struct rcb_common_cb "
` [PATCH 07/14] net: mana: Annotate struct mana_rxq "
` [PATCH 08/14] net: ipa: Annotate struct ipa_power "
` [PATCH 09/14] net: mana: Annotate struct hwc_dma_buf "
` [PATCH 10/14] net: openvswitch: Annotate struct dp_meter_instance "
` [PATCH 11/14] net: enetc: Annotate struct enetc_psfp_gate "
` [PATCH 12/14] net: openvswitch: Annotate struct dp_meter "
` [PATCH 13/14] net: tulip: Annotate struct mediatable "
` [PATCH 14/14] net: sched: Annotate struct tc_pedit "

[PATCH 0/9] drm: Annotate structs with __counted_by
 2023-09-23  2:16 UTC  (19+ messages)
` [PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table "
` [PATCH 2/9] drm/amdgpu/discovery: Annotate struct ip_hw_instance "
` [PATCH 3/9] drm/i915/selftests: Annotate struct perf_series "
` [PATCH 4/9] drm/msm/dpu: Annotate struct dpu_hw_intr "
` [PATCH 5/9] drm/nouveau/pm: Annotate struct nvkm_perfdom "
` [PATCH 6/9] drm/vc4: Annotate struct vc4_perfmon "
` [PATCH 7/9] drm/virtio: Annotate struct virtio_gpu_object_array "
` [PATCH 8/9] drm/vmwgfx: Annotate struct vmw_surface_dirty "
` [PATCH 9/9] drm/v3d: Annotate struct v3d_perfmon "

[PATCH v1 00/18] clang-tools support in tools
 2023-09-23  5:35 UTC  (19+ messages)
` [PATCH v1 01/18] gen_compile_commands: Allow the line prefix to still be cmd_
` [PATCH v1 02/18] gen_compile_commands: Sort output compile commands by file name
` [PATCH v1 03/18] run-clang-tools: Add pass through checks and and header-filter arguments
` [PATCH v1 04/18] perf hisi-ptt: Fix potential memory leak
` [PATCH v1 05/18] perf bench uprobe: Fix potential use of memory after free
` [PATCH v1 06/18] perf buildid-cache: Fix use of uninitialized value
` [PATCH v1 07/18] perf env: Remove unnecessary NULL tests
` [PATCH v1 08/18] perf jitdump: Avoid memory leak
` [PATCH v1 09/18] perf mem-events: Avoid uninitialized read
` [PATCH v1 10/18] perf dlfilter: Be defensive against potential NULL dereference
` [PATCH v1 11/18] perf hists browser: Reorder variables to reduce padding
` [PATCH v1 12/18] perf hists browser: Avoid potential NULL dereference
` [PATCH v1 13/18] perf svghelper: Avoid memory leak
` [PATCH v1 14/18] perf parse-events: Fix unlikely memory leak when cloning terms
` [PATCH v1 15/18] tools api: Avoid potential double free
` [PATCH v1 16/18] perf trace-event-info: Avoid passing NULL value to closedir
` [PATCH v1 17/18] perf header: Fix various error path memory leaks
` [PATCH v1 18/18] perf bpf_counter: Fix a few "

[PATCH] kexec: Annotate struct crash_mem with __counted_by
 2023-09-23  3:25 UTC  (3+ messages)

[PATCH] genirq: avoid long loops in handle_edge_irq
 2023-09-23  0:49 UTC 

[PATCH] power: supply: axp20x_ac_power: Annotate struct axp20x_ac_power with __counted_by
 2023-09-22 22:54 UTC  (2+ messages)

[PATCH] power: supply: axp20x_usb_power: Annotate struct axp20x_usb_power with __counted_by
 2023-09-22 22:54 UTC  (2+ messages)

[PATCH] regulator: mc13xxx: Annotate struct mc13xxx_regulator_priv with __counted_by
 2023-09-22 22:27 UTC  (2+ messages)

[PATCH] mm/memcg: Annotate struct mem_cgroup_threshold_ary with __counted_by
 2023-09-22 22:25 UTC  (5+ messages)

[PATCH] libnvdimm: Annotate struct nd_region with __counted_by
 2023-09-22 22:03 UTC  (3+ messages)

[PATCH] module: Annotate struct module_notes_attrs with __counted_by
 2023-09-22 21:57 UTC  (2+ messages)

[PATCH] spi: mchp-pci1xxxx: Annotate struct pci1xxxx_spi with __counted_by
 2023-09-22 21:03 UTC  (2+ messages)

[PATCH] i3c: dw: Annotate struct dw_i3c_xfer with __counted_by
 2023-09-22 18:48 UTC  (2+ messages)

[PATCH] PCI: hv: Annotate struct hv_dr_state with __counted_by
 2023-09-22 18:42 UTC  (2+ messages)

[PATCH] md/md-linear: Annotate struct linear_conf with __counted_by
 2023-09-22 18:27 UTC  (3+ messages)

[PATCH] cxl/acpi: Annotate struct cxl_cxims_data with __counted_by
 2023-09-22 18:25 UTC  (3+ messages)

[PATCH] i3c: svc: Annotate struct svc_i3c_xfer with __counted_by
 2023-09-22 17:55 UTC  (2+ messages)

[PATCH] accel/ivpu: Annotate struct ivpu_job with __counted_by
 2023-09-22 17:54 UTC 

[PATCH] soc: qcom: smem: Annotate struct qcom_smem with __counted_by
 2023-09-22 17:54 UTC 

[PATCH] watch_queue: Annotate struct watch_filter with __counted_by
 2023-09-22 17:54 UTC 

[PATCH] mailbox: zynqmp: Annotate struct zynqmp_ipi_pdata with __counted_by
 2023-09-22 17:53 UTC 

[PATCH] hpet: Annotate struct hpets with __counted_by
 2023-09-22 17:53 UTC 

[PATCH] hte: Annotate struct hte_device with __counted_by
 2023-09-22 17:53 UTC 

[PATCH] drivers: thermal: tsens: Annotate struct tsens_priv with __counted_by
 2023-09-22 17:53 UTC 

[PATCH] mfd: iqs62x: Annotate struct iqs62x_fw_blk with __counted_by
 2023-09-22 17:53 UTC 

[PATCH] firewire: Annotate struct fw_node with __counted_by
 2023-09-22 17:53 UTC 

[PATCH] regulator: da9062: Annotate struct da9062_regulators with __counted_by
 2023-09-22 17:53 UTC 

[PATCH] ACPI: PRM: Annotate struct prm_module_info with __counted_by
 2023-09-22 17:53 UTC 

[PATCH] scsi: target: tcmu: Annotate struct tcmu_tmr with __counted_by
 2023-09-22 17:53 UTC 

[PATCH] memstick: jmb38x_ms: Annotate struct jmb38x_ms with __counted_by
 2023-09-22 17:52 UTC 

[PATCH] mxser: Annotate struct mxser_board with __counted_by
 2023-09-22 17:52 UTC 

[PATCH] serial: 8250_pci1xxxx: Annotate struct pci1xxxx_8250 with __counted_by
 2023-09-22 17:52 UTC 

[PATCH] bus: vexpress-config: Annotate struct vexpress_syscfg_func with __counted_by
 2023-09-22 17:52 UTC 

[PATCH] reset: Annotate struct reset_control_array with __counted_by
 2023-09-22 17:52 UTC 

[PATCH] gcov: Annotate struct gcov_iterator with __counted_by
 2023-09-22 17:52 UTC 

[PATCH] memory: atmel-ebi: Annotate struct atmel_ebi_dev with __counted_by
 2023-09-22 17:52 UTC 

[PATCH] libata: Annotate struct ata_cpr_log with __counted_by
 2023-09-22 17:52 UTC 

[PATCH] regulator: da9063: Annotate struct da9063_regulators with __counted_by
 2023-09-22 17:52 UTC 

[PATCH] gpiolib: cdev: Annotate struct linereq with __counted_by
 2023-09-22 17:52 UTC 

[PATCH] sparc: Annotate struct cpuinfo_tree with __counted_by
 2023-09-22 17:52 UTC 

[PATCH] eeprom: at24: Annotate struct at24_data with __counted_by
 2023-09-22 17:51 UTC 

[PATCH] x86/platform/uv: Annotate struct uv_rtc_timer_head with __counted_by
 2023-09-22 17:51 UTC 

[PATCH] platform/chrome: wilco_ec: Annotate struct ec_event_queue with __counted_by
 2023-09-22 17:51 UTC 

[PATCH] video: mmp: Annotate struct mmp_path with __counted_by
 2023-09-22 17:51 UTC 

[PATCH] video: fbdev: mmp: Annotate struct mmphw_ctrl with __counted_by
 2023-09-22 17:51 UTC 

[PATCH] irqchip/imx-intmux: Annotate struct intmux_data with __counted_by
 2023-09-22 17:51 UTC 

[PATCH] irqdomain: Annotate struct irq_domain with __counted_by
 2023-09-22 17:51 UTC 

[PATCH] KVM: Annotate struct kvm_irq_routing_table with __counted_by
 2023-09-22 17:51 UTC 

[PATCH] virtio_console: Annotate struct port_buffer with __counted_by
 2023-09-22 17:51 UTC 

[PATCH] virt: acrn: Annotate struct vm_memory_region_batch with __counted_by
 2023-09-22 17:51 UTC 

[PATCH] misc: bcm-vk: Annotate struct bcm_vk_wkent with __counted_by
 2023-09-22 17:50 UTC 

[PATCH] hwmon: Annotate struct gsc_hwmon_platform_data with __counted_by
 2023-09-22 17:50 UTC 

[PATCH] ASoC: apple: mca: Annotate struct mca_data with __counted_by
 2023-09-22 17:50 UTC 

[PATCH] ALSA: usx2y: Annotate struct snd_usx2y_urb_seq with __counted_by
 2023-09-22 17:50 UTC 

[PATCH] ALSA: hda: Annotate struct hda_conn_list with __counted_by
 2023-09-22 17:50 UTC 

[PATCH 00/21] dmaengine: Annotate with __counted_by
 2023-09-22 17:16 UTC  (3+ messages)

[PATCH 5.10] drm/mediatek: Fix backport issue in mtk_drm_gem_prime_vmap()
 2023-09-22 15:51 UTC 

[PATCH] mtd: Annotate struct lpddr_private with __counted_by
 2023-09-22 14:52 UTC  (2+ messages)

[PATCH] mtd: cfi: Annotate struct cfi_private with __counted_by
 2023-09-22 14:51 UTC  (2+ messages)

[PATCH] mtd: rawnand: ingenic: Annotate struct ingenic_nfc with __counted_by
 2023-09-22 14:51 UTC  (2+ messages)

[PATCH] mtd: rawnand: denali: Annotate struct denali_chip with __counted_by
 2023-09-22 14:51 UTC  (2+ messages)

[PATCH] mtd: rawnand: atmel: Annotate struct atmel_nand with __counted_by
 2023-09-22 14:51 UTC  (2+ messages)

[PATCH] mtd: rawnand: marvell: Annotate struct marvell_nand_chip with __counted_by
 2023-09-22 14:51 UTC  (2+ messages)

[PATCH] mtd: rawnand: meson: Annotate struct meson_nfc_nand_chip with __counted_by
 2023-09-22 14:51 UTC  (2+ messages)

[PATCH] mtd: rawnand: sunxi: Annotate struct sunxi_nand_chip with __counted_by
 2023-09-22 14:51 UTC  (2+ messages)

[PATCH] mtd: rawnand: renesas: Annotate struct rnand_chip with __counted_by
 2023-09-22 14:51 UTC  (2+ messages)

arch/powerpc/kernel/traps.c:1167:19: error: unused function '__parse_fpscr'
 2023-09-22 12:32 UTC  (2+ messages)

✅ PASS (SKIPPED 7 of 234): Test report for master (6.6.0-rc2, mainline.kernel.org-clang, 27bbf45e)
 2023-09-22  7:12 UTC 

[syzbot] [ext4?] possible deadlock in ext4_xattr_set_handle (4)
 2023-09-22  4:51 UTC 

✅ PASS (SKIPPED 4 of 234): Test report for master (6.6.0-rc2, mainline.kernel.org-clang, b5cbe7c0)
 2023-09-22  1:31 UTC 

✅ PASS (SKIPPED 6 of 234): Test report for master (6.6.0-rc2, mainline.kernel.org-clang, 7bdfc1af)
 2023-09-22  1:10 UTC 

[linux-next:master 1536/6975] fs/bcachefs/replicas.c:25:52: error: builtin functions must be directly called
 2023-09-21 22:56 UTC 

[PATCH v2 2/2] zswap: shrinks zswap pool based on memory pressure
 2023-09-21 21:21 UTC 

[PATCH] x86/speculation, objtool: Use absolute relocations for annotations
 2023-09-21 20:18 UTC  (11+ messages)

[PATCH v1 0/5] Enable BPF skeletons by default
 2023-09-21 18:50 UTC  (6+ messages)

[tiwai-sound:for-next 36/38] sound/pci/hda/cirrus_scodec_test.c:151:60: error: initializer element is not a compile-time constant
 2023-09-21 16:21 UTC  (4+ messages)

[Intel-gfx] [PATCH 2/2] drm/i915/hdcp: Move common message filling function to its own file
 2023-09-21 15:32 UTC 

[PATCH v3] driver core: shut down devices asynchronously
 2023-09-21 15:21 UTC 

[PATCH] kallsyms: Fix kallsyms_selftest failure
 2023-09-21 12:15 UTC  (4+ messages)

[RFC PATCH v3 1/6] workingset: simplify and use a more intuitive model
 2023-09-21 11:58 UTC 

[Intel-gfx] [PATCH] drm/i915: Add Wa_18028616096
 2023-09-21  8:20 UTC 

[PATCH] wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_by
 2023-09-21  8:10 UTC  (2+ messages)

[PATCH] wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with __counted_by
 2023-09-21  8:09 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox