llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-30 05:12:38 to 2022-05-04 03:19:47 UTC [more...]

Apply d799769188529abc6cbf035a10087a51f7832b6b to 5.17 and 5.15?
 2022-05-04  3:19 UTC  (5+ messages)

[PATCH 00/32] Introduce flexible array struct memcpy() helpers
 2022-05-04  3:00 UTC  (34+ messages)
` [PATCH 01/32] netlink: Avoid memcpy() across flexible array boundary
` [PATCH 02/32] Introduce flexible array struct memcpy() helpers
` [PATCH 03/32] flex_array: Add Kunit tests
` [PATCH 04/32] fortify: Add run-time WARN for cross-field memcpy()
` [PATCH 05/32] brcmfmac: Use mem_to_flex_dup() with struct brcmf_fweh_queue_item
` [PATCH 06/32] iwlwifi: calib: Prepare to use mem_to_flex_dup()
` [PATCH 07/32] iwlwifi: calib: Use mem_to_flex_dup() with struct iwl_calib_result
` [PATCH 08/32] iwlwifi: mvm: Use mem_to_flex_dup() with struct ieee80211_key_conf
` [PATCH 09/32] p54: Use mem_to_flex_dup() with struct p54_cal_database
` [PATCH 10/32] wcn36xx: Use mem_to_flex_dup() with struct wcn36xx_hal_ind_msg
` [PATCH 11/32] nl80211: Use mem_to_flex_dup() with struct cfg80211_cqm_config
` [PATCH 12/32] cfg80211: Use mem_to_flex_dup() with struct cfg80211_bss_ies
` [PATCH 13/32] mac80211: Use mem_to_flex_dup() with several structs
` [PATCH 14/32] af_unix: Use mem_to_flex_dup() with struct unix_address
` [PATCH 15/32] 802/garp: Use mem_to_flex_dup() with struct garp_attr
` [PATCH 16/32] 802/mrp: Use mem_to_flex_dup() with struct mrp_attr
` [PATCH 17/32] net/flow_offload: Use mem_to_flex_dup() with struct flow_action_cookie
` [PATCH 18/32] firewire: Use __mem_to_flex_dup() with struct iso_interrupt_event
` [PATCH 19/32] afs: Use mem_to_flex_dup() with struct afs_acl
` [PATCH 20/32] ASoC: sigmadsp: Use mem_to_flex_dup() with struct sigmadsp_data
` [PATCH 21/32] soc: qcom: apr: Use mem_to_flex_dup() with struct apr_rx_buf
` [PATCH 22/32] atags_proc: Use mem_to_flex_dup() with struct buffer
` [PATCH 23/32] Bluetooth: Use mem_to_flex_dup() with struct hci_op_configure_data_path
` [PATCH 24/32] IB/hfi1: Use mem_to_flex_dup() for struct tid_rb_node
` [PATCH 25/32] Drivers: hv: utils: Use mem_to_flex_dup() with struct cn_msg
` [PATCH 26/32] ima: Use mem_to_flex_dup() with struct modsig
` [PATCH 27/32] KEYS: Use mem_to_flex_dup() with struct user_key_payload
` [PATCH 28/32] selinux: Use mem_to_flex_dup() with xfrm and sidtab
` [PATCH 29/32] xtensa: Use mem_to_flex_dup() with struct property
` [PATCH 30/32] usb: gadget: f_fs: Use mem_to_flex_dup() with struct ffs_buffer
` [PATCH 31/32] xenbus: Use mem_to_flex_dup() with struct read_buffer
` [PATCH 32/32] esas2r: Use __mem_to_flex() with struct atto_ioctl

[Intel-gfx] [PATCH 10/26] drm/i915: Extract intel_crtc_dotclock()
 2022-05-04  2:53 UTC 

[PATCH] mm/damon/sysfs: fix pid leak under fvaddr ops use case
 2022-05-04  2:53 UTC 

[PATCH kernel] powerpc/llvm/lto: Allow LLVM LTO builds
 2022-05-04  2:18 UTC  (4+ messages)

[norov:gup 45/48] lib/bitmap.c:1570:17: error: initializing 'unsigned long *' with an expression of type 'const unsigned long *' discards qualifiers
 2022-05-04  2:02 UTC 

[vsyrjala:crtc_clock_compute_8 10/26] drivers/gpu/drm/i915/display/intel_ddi.c:325:5: warning: no previous prototype for function 'intel_crtc_dotclock'
 2022-05-04  1:52 UTC 

[PATCH v19 00/25] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2022-05-04  1:36 UTC  (31+ messages)
` [PATCH v19 01/25] dt-bindings: mediatek: add vdosys1 RDMA definition "
` [PATCH v19 02/25] dt-bindings: reset: mt8195: add vdosys1 reset control bit
` [PATCH v19 03/25] dt-bindings: mediatek: add ethdr definition for mt8195
` [PATCH v19 04/25] soc: mediatek: add mtk-mmsys ethdr and mdp_rdma components
` [PATCH v19 05/25] soc: mediatek: add mtk-mmsys support for mt8195 vdosys1
` [PATCH v19 06/25] soc: mediatek: add mtk_mmsys_write_reg API
` [PATCH v19 07/25] soc: mediatek: add mtk-mmsys config API for mt8195 vdosys1
` [PATCH v19 08/25] soc: mediatek: add cmdq support of "
` [PATCH v19 09/25] soc: mediatek: mmsys: add mmsys for support 64 reset bits
` [PATCH v19 10/25] soc: mediatek: mmsys: add reset control for MT8195 vdosys1
` [PATCH v19 11/25] soc: mediatek: add mtk-mutex component - dp_intf1
` [PATCH v19 12/25] soc: mediatek: add mtk-mutex support for mt8195 vdosys1
` [PATCH v19 13/25] drm/mediatek: add display MDP RDMA support for MT8195
` [PATCH v19 14/25] drm/mediatek: add display merge advance config API "
` [PATCH v19 15/25] drm/mediatek: add display merge start/stop API for cmdq support
` [PATCH v19 16/25] drm/mediatek: add display merge mute/unmute support for MT8195
` [PATCH v19 17/25] drm/mediatek: add display merge async reset control
` [PATCH v19 18/25] drm/mediatek: add ETHDR support for MT8195
` [PATCH v19 19/25] drm/mediatek: add mediatek-drm plane color encoding info
` [PATCH v19 20/25] drm/mediatek: add ovl_adaptor support for MT8195
` [PATCH v19 21/25] drm/mediatek: add dma dev get function
` [PATCH v19 22/25] drm/mediatek: modify mediatek-drm for mt8195 multi mmsys support
` [PATCH v19 23/25] drm/mediatek: add drm ovl_adaptor sub driver for MT8195
` [PATCH v19 24/25] drm/mediatek: add mediatek-drm of vdosys1 support "
` [PATCH v19 25/25] arm64: dts: mt8195: add display node for vdosys1

[PATCH] fsnotify: add generic perm check for unlink/rmdir
 2022-05-04  1:19 UTC 

[arm-tegra:hte/for-next 2/10] drivers/hte/hte.c:616:6: warning: variable 'ei' is used uninitialized whenever 'if' condition is true
 2022-05-03 23:47 UTC 

[RFC PATCH 00/21] KCFI support
 2022-05-03 22:35 UTC  (17+ messages)
` [RFC PATCH 06/21] cfi: Switch to -fsanitize=kcfi
` [RFC PATCH 14/21] treewide: static_call: Pass call arguments to the macro
` [RFC PATCH 21/21] x86: Add support for CONFIG_CFI_CLANG

[RFC PATCH v6 06/11] leds: trigger: netdev: add hardware control support
 2022-05-03 22:05 UTC 

[PATCH 0/6] randstruct: Enable Clang support
 2022-05-03 21:31 UTC  (8+ messages)
` [PATCH 1/6] netfs: Eliminate Clang randstruct warning
` [PATCH 2/6] sancov: Split plugin build from plugin CFLAGS
` [PATCH 3/6] randstruct: Reorganize Kconfigs and attribute macros
` [PATCH 4/6] randstruct: Split randstruct Makefile and CFLAGS
` [PATCH 5/6] randstruct: Move seed generation into scripts/basic/
` [PATCH 6/6] randstruct: Enable Clang support

[PATCH 2/3] media: ov5675: add device-tree support
 2022-05-03 21:23 UTC 

[TCWG CI] Regression caused by llvm: [GVN] Encode GEPs in offset representation
 2022-05-03 21:18 UTC  (7+ messages)

[arm-tegra:hte/for-next 7/10] drivers/gpio/gpiolib-cdev.c:851:34: error: incompatible function pointer types passing 'irqreturn_t (struct hte_ts_data *, void *)' (aka 'enum irqreturn (struct hte_ts_data *, void *)') to parameter of type 'hte_ts_cb_t' (aka 'enum hte_return (*)(struct h
 2022-05-03 20:17 UTC 

[PATCH] security: declare member holding string literal const
 2022-05-03 20:02 UTC  (4+ messages)

[asahilinux:bits/110-smc 13/14] drivers/input/misc/macsmc-hid.c:59:9: error: call to undeclared function 'kernel_can_power_off'; ISO C99 and later do not support implicit function declarations
 2022-05-03 18:54 UTC 

[PATCH v1 1/1] bcma: gpio: Switch to use fwnode instead of of_node
 2022-05-03 18:24 UTC 

[samba-ksmbd:for-next 5/6] fs/cifs/smb2pdu.c:4058:31: error: no member named 'pages' in 'struct cifs_readdata'
 2022-05-03 18:24 UTC 

[linux-next:master 7462/8237] mm/shmem.c:1704:7: warning: variable 'folio' is used uninitialized whenever 'if' condition is true
 2022-05-03 18:13 UTC 

[PATCH] selinux: avoid extra semicolon
 2022-05-03 18:08 UTC  (2+ messages)

[linux-next:master 7457/8237] mm/shmem.c:721:20: error: call to __compiletime_assert_289 declared with 'error' attribute: BUILD_BUG failed
 2022-05-03 17:53 UTC 

[linux-next:master 7459/8237] mm/shmem.c:2354:8: warning: variable 'page' is uninitialized when used here
 2022-05-03 17:22 UTC 

[PATCH 11/24] fnic: use dedicated device reset command
 2022-05-03 17:12 UTC 

[PATCH 0/2] ftrace/recordmcount: Handle object files without section symbols
 2022-05-03 16:25 UTC  (9+ messages)
` [PATCH 2/2] recordmcount: Handle sections with no non-weak symbols

[PATCH 00/21] Folio patches for 5.19
 2022-05-03 15:14 UTC 

2nd Quater puchase request
 2022-05-03 14:55 UTC 

[asahilinux:bits/110-smc 11/14] drivers/power/reset/macsmc-reboot.c:54:25: error: field has incomplete type 'struct sys_off_handler'
 2022-05-03 13:42 UTC 

[PATCH 1/2] audit: add call argument to socketcall auditing
 2022-05-03 13:32 UTC 

[PATCH 22/24] qla1280: separate out host reset function from qla1280_error_action()
 2022-05-03 13:32 UTC 

next/master build: 14 builds: 13 failed, 1 passed, 25 errors, 38 warnings (next-20220503)
 2022-05-03 11:18 UTC 

[PATCH 13/24] aic7xxx: make BUILD_SCSIID() a function
 2022-05-03  9:39 UTC 

[PATCH bpf-next v2 2/5] bpf: implement sleepable uprobes by chaining tasks_trace and normal rcu
 2022-05-03  8:48 UTC 

[PATCH] mm: fix is_pinnable_page against on cma page
 2022-05-03  8:48 UTC  (2+ messages)

[asahilinux:bits/110-smc 11/14] drivers/power/reset/macsmc-reboot.c:142:37: warning: declaration of 'struct power_off_data' will not be visible outside of this function
 2022-05-03  8:48 UTC 

[congwang:sk_data_ready 6/7] drivers/infiniband/sw/siw/siw_cm.c:80:20: error: incompatible function pointer types assigning to 'int (*)(struct sock *)' from 'void (struct sock *)'
 2022-05-03  7:56 UTC 

❌ FAIL: Test report for kernel 5.18.0-rc5 (mainline.kernel.org-clang, 9050ba3a)
 2022-05-03  7:32 UTC 

[PATCH v10 00/15] Function Granular KASLR
 2022-05-03  7:31 UTC  (4+ messages)
` [PATCH v10 01/15] modpost: fix removing numeric suffixes

[PATCH v4 08/13] mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
 2022-05-03  7:21 UTC 

[PATCH v4 04/13] mm/khugepaged: make hugepage allocation context-specific
 2022-05-03  3:38 UTC 

[PATCH v18 00/21] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2022-05-03  3:07 UTC  (13+ messages)
` [PATCH v18 04/21] soc: mediatek: add mtk-mmsys support for mt8195 vdosys1
` [PATCH v18 05/21] soc: mediatek: add mtk-mmsys config API "
` [PATCH v18 07/21] soc: mediatek: mmsys: modify reset controller for MT8195 vdosys1
` [PATCH v18 08/21] soc: mediatek: add mtk-mutex support for mt8195 vdosys1

[samba-ksmbd:for-next 17/26] fs/cifs/smb2ops.c:4961:7: warning: variable 'length' is used uninitialized whenever 'if' condition is false
 2022-05-03  2:47 UTC 

[kvm:queue 74/77] arch/x86/kvm/vmx/vmx.c:4405:5: error: no previous prototype for function 'vmx_get_pid_table_order'
 2022-05-03  1:56 UTC 

drivers/gpu/drm/i915/i915_sw_fence.c:90:20: error: unused function 'debug_fence_init_onstack'
 2022-05-03  1:25 UTC 

clang-format inconsistencies with checkpatch.pl
 2022-05-02 19:13 UTC  (4+ messages)

[PATCH v2 3/3] drm: Allow simpledrm to setup its emulated FB as firmware provided
 2022-05-02 21:40 UTC 

[kvm:queue 74/77] arch/x86/kvm/vmx/vmx.c:4405:5: warning: no previous prototype for function 'vmx_get_pid_table_order'
 2022-05-02 20:57 UTC 

next/master build: 219 builds: 14 failed, 205 passed, 42 errors, 81 warnings (next-20220502)
 2022-05-02 20:22 UTC 

[asahilinux:bits/090-spi-hid 11/11] drivers/hid/spi-hid/spi-hid-apple-core.c:259:22: warning: no previous prototype for function 'spihid_get_data'
 2022-05-02 20:16 UTC 

[asahilinux:bits/070-audio 13/20] sound/soc/apple/macaudio.c:429:12: warning: stack frame size (1056) exceeds limit (1024) in 'macaudio_late_probe'
 2022-05-02 18:54 UTC 

[PATCH v1 1/1] staging: vc04_services: Re-use generic struct s32_fract
 2022-05-02 18:34 UTC 

[willy-pagecache:for-next 60/69] fs/ntfs/aops.c:378:12: warning: stack frame size (2216) exceeds limit (1024) in 'ntfs_read_folio'
 2022-05-02 18:00 UTC  (3+ messages)

[asahilinux:bits/100-shutdown-notifier 4/20] kernel/reboot.o: warning: objtool: sys_off_handler_power_off()+0x6a: sibling call from callable instruction with modified stack frame
 2022-05-02 17:53 UTC 

[RFC PATCH] kbuild: call checksyscalls.sh and check-atomics.sh only if prerequisites change
 2022-05-02 16:52 UTC 

[asahilinux:bits/070-audio 2/20] drivers/dma/apple-admac.c:203:11: warning: format specifies type 'unsigned long long' but the argument has type 'dma_addr_t' (aka 'unsigned int')
 2022-05-02 16:42 UTC 

[hid:for-5.19/wacom 1/2] drivers/hid/wacom_wac.c:2411:42: warning: format specifies type 'unsigned short' but the argument has type 'int'
 2022-05-02 16:12 UTC  (2+ messages)

[asahilinux:bits/070-audio 15/20] sound/soc/codecs/tas2764.c:683:20: warning: cast to smaller integer type 'enum tas2764_devid' from 'const void *'
 2022-05-02 15:19 UTC 

[PATCH 2/5] selinux: use correct type for context length
 2022-05-02 13:43 UTC  (5+ messages)
` [PATCH 5/5] selinux: drop unnecessary NULL check

[ogabbay:habanalabs-next 44/44] drivers/misc/habanalabs/gaudi/gaudi.c:4743:5: warning: no previous prototype for function 'gaudi_scrub_device_dram'
 2022-05-02 12:47 UTC 

[PATCH 4/4] xfs: validate v5 feature fields
 2022-05-02 12:37 UTC 

[ammarfaizi2-block:axboe/linux-block/for-5.19/io_uring-pbuf 48/89] fs/io_uring.c:8498:6: warning: unused variable 'i'
 2022-05-02 10:35 UTC 

[PATCH v3 3/3] Avoid lookup in d_revalidate()
 2022-05-02  9:24 UTC 

[asahilinux:asahi-soc/rtkit-sart-nvme 4/6] drivers/soc/apple/sart.c:284:4: warning: format specifies type 'unsigned long long' but the argument has type 'phys_addr_t' (aka 'unsigned int')
 2022-05-02  7:47 UTC  (4+ messages)

❌ FAIL: Test report for kernel 5.18.0-rc4 (mainline.kernel.org-clang, b6b26489)
 2022-05-02  7:25 UTC 

[tomoyo-test1:master 2/2] drivers/infiniband/core/device.c:2857:2: error: call to __compiletime_assert_500 declared with 'error' attribute: Please avoid flushing system_unbound_wq
 2022-05-02  6:32 UTC  (2+ messages)

[drm-msm:msm-next-staging 61/96] drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c:253:22: warning: variable 'mode' is uninitialized when used here
 2022-05-02  7:01 UTC 

[drm-msm:msm-next-staging 56/96] drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.c:273:2: warning: unannotated fall-through between switch labels
 2022-05-02  5:19 UTC 

❌ FAIL: Test report for kernel 5.18.0-rc5 (mainline.kernel.org-clang, 672c0c51)
 2022-05-02  4:32 UTC 

❌ FAIL: Test report for kernel 5.18.0-rc4 (mainline.kernel.org-clang, b2da7df5)
 2022-05-02  2:47 UTC 

drivers/dma/imx-dma.c:1048:20: warning: cast to smaller integer type 'enum imx_dma_type' from 'const void *'
 2022-05-02  2:13 UTC 

[linux-next:master 2756/7959] drivers/gpu/drm/i915/gt/intel_gt_sysfs_pm.c:276:20: error: call to undeclared function 'sysfs_gt_attribute_r_max_func'; ISO C99 and later do not support implicit function declarations
 2022-05-02  0:41 UTC 

[PATCH 5/5] thunderbolt: Change TMU mode to Hifi-Uni once DP tunneled
 2022-05-01 23:20 UTC 

ld.lld: error: inline assembly requires more registers than available at line 523
 2022-05-01 22:29 UTC 

Android 11 clang toochain: kernel 5.18 build error with 32 bit target
 2022-05-01 18:40 UTC  (6+ messages)

arch/x86/entry/entry: RFC on recent kernels building error with llvm 11.0.2 internal assembler
 2022-05-01 16:47 UTC  (2+ messages)

drivers/gpu/drm/amd/amdgpu/../display/dc/dml/dcn31/display_mode_vba_31.c:3957:6: warning: stack frame size (2424) exceeds limit (2048) in 'dml31_ModeSupportAndSystemConfigurationFull'
 2022-05-01 15:08 UTC 

[linux-next:master 6711/7959] ./usr/include/scsi/scsi_bsg_mpi3mr.h:96:2: error: unknown type name '__le32'
 2022-05-01 13:26 UTC 

[PATCH v2 00/26] kbuild: yet another series of cleanups (modpost and LTO)
 2022-05-01 12:23 UTC  (5+ messages)
` [PATCH v2 15/26] kbuild: record symbol versions in *.cmd files
` [PATCH v2 17/26] modpost: extract symbol versions from "
` [PATCH v2 22/26] kbuild: do not create *.prelink.o for Clang LTO or IBT

[PATCH 00/27] kbuild: yet another series of cleanups (modpost and LTO)
 2022-05-01  7:11 UTC  (4+ messages)

💥 PANICKED: Test report for kernel 5.18.0-rc4 (mainline.kernel.org-clang, 57ae8a49)
 2022-05-01  5:07 UTC 

[PATCH v3 2/2] ALSA: hda - identify when audio is provided by a video driver
 2022-04-30 18:42 UTC 

[PATCH v2 5/7] arm64: dts: rockchip: add Pine64 Quartz64-B device tree
 2022-04-30 16:57 UTC  (3+ messages)

[cel:nfsd-courteous-server 3/7] fs/nfsd/nfsd.h:180:59: error: expected ';' after return statement
 2022-04-30 16:40 UTC 

[ammarfaizi2-block:palmer/linux/riscv-compat 20/20] arch/riscv/kernel/compat_signal.c:198:5: warning: no previous prototype for function 'compat_setup_rt_frame'
 2022-04-30 13:08 UTC 

[PATCH v2 7/7] arm64: dts: rockchip: add dts for Firefly Station M2 rk3566
 2022-04-30 11:06 UTC 

❌ FAIL: Test report for kernel 5.18.0-rc4 (mainline.kernel.org-clang, 8013d1d3)
 2022-04-30 11:04 UTC 

clang-15: error: clang frontend command failed with exit code 70 (use -v to see invocation)
 2022-04-30  7:54 UTC 

❌ FAIL: Test report for kernel 5.18.0-rc4 (mainline.kernel.org-clang, 3e71713c)
 2022-04-30  7:37 UTC 

❌ FAIL: Test report for kernel 5.18.0-rc4 (mainline.kernel.org-clang, 2d0de93c)
 2022-04-30  6:24 UTC 

[PATCH v2 6/7] arm64: dts: rockchip: add SoQuartz CM4IO dts
 2022-04-30  5:42 UTC 


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).