linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-20 00:43:36 to 2022-05-05 20:15:51 UTC [more...]

[PATCH 00/32] Introduce flexible array struct memcpy() helpers
 2022-05-05 20:12 UTC  (57+ 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

[RFC PATCH 00/21] KCFI support
 2022-05-05 18:03 UTC  (50+ messages)
` [RFC PATCH 01/21] efi/libstub: Filter out CC_FLAGS_CFI
` [RFC PATCH 02/21] arm64/vdso: "
` [RFC PATCH 03/21] kallsyms: Ignore __kcfi_typeid_
` [RFC PATCH 04/21] cfi: Remove CONFIG_CFI_CLANG_SHADOW
` [RFC PATCH 05/21] cfi: Drop __CFI_ADDRESSABLE
` [RFC PATCH 06/21] cfi: Switch to -fsanitize=kcfi
` [RFC PATCH 07/21] cfi: Add type helper macros
` [RFC PATCH 08/21] arm64/crypto: Add types to indirect called assembly functions
` [RFC PATCH 09/21] arm64: Add CFI error handling
` [RFC PATCH 10/21] treewide: Drop function_nocfi
` [RFC PATCH 11/21] treewide: Drop WARN_ON_FUNCTION_MISMATCH
` [RFC PATCH 12/21] treewide: Drop __cficanonical
` [RFC PATCH 13/21] cfi: Add the cfi_unchecked macro
` [RFC PATCH 14/21] treewide: static_call: Pass call arguments to the macro
` [RFC PATCH 15/21] static_call: Use cfi_unchecked
` [RFC PATCH 16/21] objtool: Add support for CONFIG_CFI_CLANG
` [RFC PATCH 17/21] x86/tools/relocs: Ignore __kcfi_typeid_ relocations
` [RFC PATCH 18/21] x86: Add types to indirect called assembly functions
` [RFC PATCH 19/21] x86/purgatory: Disable CFI
` [RFC PATCH 20/21] x86/vdso: "
` [RFC PATCH 21/21] x86: Add support for CONFIG_CFI_CLANG

[PATCH] net: chelsio: cxgb4: Avoid potential negative array offset
 2022-05-05 16:23 UTC  (3+ messages)

[PATCH -next] powerpc: add support for syscall stack randomization
 2022-05-05 11:19 UTC 

[RFC PATCH 00/11] Kernel FineIBT Support
 2022-05-05  7:36 UTC  (39+ messages)
` [RFC PATCH 01/11] x86: kernel FineIBT
` [RFC PATCH 04/11] x86/module: Support FineIBT in modules
` [RFC PATCH 05/11] x86/text-patching: Support FineIBT text-patching
` [RFC PATCH 06/11] x86/bpf: Support FineIBT
` [RFC PATCH 07/11] x86/lib: Prevent UACCESS call warning from objtool
` [RFC PATCH 08/11] x86/ibt: Add CET_TEST module for IBT testing
` [RFC PATCH 09/11] x86/FineIBT: Add FINEIBT_TEST module
` [RFC PATCH 10/11] linux/interrupt: Fix prototype matching property
` [RFC PATCH 11/11] driver/int3400_thermal: Fix prototype matching

[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

2nd Quater puchase request
 2022-05-03 14:49 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

[RFC 0/1] refactor all tasklet users into other APIs
 2022-04-28  9:29 UTC  (13+ messages)
  ` [RFC 1/1] drivers/dma/*: replace tasklets with workqueue

[PATCH][next] drm/i915: Fix -Wstringop-overflow warning in call to intel_read_wm_latency()
 2022-04-27 22:53 UTC 

[PATCH] lkdtm: cfi: Fix type width for masking PAC bits
 2022-04-27 22:39 UTC  (3+ messages)

[PATCH][next] checkpatch: add new alloc functions to alloc with multiplies check
 2022-04-26 14:55 UTC  (3+ messages)

-Warray-bounds fun again
 2022-04-22 13:36 UTC  (4+ messages)

[PATCH RFC 0/4] mm, arm64: In-kernel support for memory-deny-write-execute (MDWE)
 2022-04-21 18:33 UTC  (12+ messages)

[PATCH] thermal: int340x: Fix attr.show callback prototype
 2022-04-21 18:15 UTC  (2+ messages)

[PATCH] USB: serial: Fix heap overflow in WHITEHEAT_GET_DTR_RTS
 2022-04-21  7:58 UTC  (5+ messages)

[PATCH v2] USB: serial: Fix heap overflow in WHITEHEAT_GET_DTR_RTS
 2022-04-21  0:12 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).