messages from 2022-10-19 07:27:55 to 2022-11-01 05:24:14 UTC [more...]
[PATCH bpf-next v2 0/3] bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
2022-11-01 5:23 UTC (7+ messages)
` [PATCH bpf-next v2 1/3] bpf/verifier: Fix potential memory leak in array reallocation
` [PATCH bpf-next v2 2/3] bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
` [PATCH bpf-next v2 3/3] bpf/verifier: Take advantage of full allocation sizes
[PATCH v2 0/6] Avoid clashing function prototypes
2022-10-31 21:04 UTC (14+ messages)
` [PATCH v2 1/6] cfg80211: "
` [PATCH v2 2/6] hostap: "
` [PATCH v2 3/6] zd1201: "
` [PATCH v2 4/6] airo: "
` [PATCH v2 5/6] bna: "
` [PATCH v2 6/6] staging: ks7010: "
[PATCH v5 8/8] arm64: dts: qcom: sm4250: Add support for oneplus-billie2
2022-10-31 21:21 UTC (2+ messages)
[PATCH v3 0/2] igb: Proactively round up to kmalloc bucket size
2022-10-31 20:42 UTC (7+ messages)
` [PATCH v3 1/2] igb: Do not free q_vector unless new one was allocated
` [Intel-wired-lan] "
` [PATCH v3 2/2] igb: Proactively round up to kmalloc bucket size
` [Intel-wired-lan] "
[PATCH v2] mips: boot/compressed: use __NO_FORTIFY
2022-10-31 17:07 UTC
[PATCH v4] mempool: Do not use ksize() for poisoning
2022-10-31 15:40 UTC (6+ messages)
[PATCH] mips: boot/compressed: use __NO_FORITFY
2022-10-31 12:15 UTC (3+ messages)
[PATCH] crypto/caam: Avoid GCC constprop bug warning
2022-10-29 11:40 UTC (2+ messages)
[PATCH v2] overflow: Introduce overflows_type() and castable_to_type()
2022-10-29 8:01 UTC (7+ messages)
` [PATCH v4] "
` [PATCH v5] "
[PATCH v2] driver core: Add __alloc_size hint to devm allocators
2022-10-29 7:54 UTC (2+ messages)
[PATCH v2] string: Add __realloc_size hint to kmemdup()
2022-10-29 7:43 UTC
[PATCH] [next] drm/radeon: Replace one-element array with flexible-array member
2022-10-29 4:04 UTC (3+ messages)
` [PATCH v2] "
[PATCH] [next] drm/amdgpu: Replace one-element array with flexible-array member
2022-10-29 1:30 UTC (6+ messages)
` [PATCH v2] "
[PATCH] bpf: Use kmalloc_size_roundup() to match ksize() usage
2022-10-28 23:19 UTC (5+ messages)
[PATCH] fortify: Capture __bos() results in const temp vars
2022-10-28 23:09 UTC
Coverity: HUF_buildCTableFromTree(): Memory - corruptions
2022-10-28 15:55 UTC (5+ messages)
[GIT PULL] hardening fixes for v6.1-rc3
2022-10-27 20:50 UTC (2+ messages)
[PATCH] mm: Make ksize() a reporting-only function
2022-10-27 19:15 UTC (6+ messages)
[PATCH v3] mempool: Do not use ksize() for poisoning
2022-10-27 19:15 UTC (4+ messages)
[PATCH] cred: Do not default to init_cred in prepare_kernel_cred()
2022-10-27 17:16 UTC (6+ messages)
[PATCH net-next v5] skbuff: Proactively round up to kmalloc bucket size
2022-10-27 14:00 UTC (2+ messages)
[PATCH v2] NFS: Avoid memcpy() run-time warning for struct sockaddr overflows
2022-10-27 0:26 UTC (4+ messages)
[PATCH v2 0/2] Introduce flexible array struct helpers
2022-10-26 20:33 UTC (7+ messages)
` [PATCH v2 1/2] "
` [PATCH 2/2] xfs: Use flex_cpy() to check extent copying
[PATCH] fortify: Do not cast to "unsigned char"
2022-10-26 18:47 UTC (3+ messages)
[PATCH] mempool: Use kmalloc_size_roundup() to match ksize() usage
2022-10-25 22:55 UTC (5+ messages)
[PATCH][next] net: dev: Convert sa_data to flexible array in struct sockaddr
2022-10-25 21:30 UTC (4+ messages)
[RFC PATCH] xfs: fix FORTIFY_SOURCE complaints about log item memcpy
2022-10-25 18:45 UTC (6+ messages)
[PATCH v2 4/4] arm64: dts: qcom: Add device tree for Sony Xperia 10 IV
2022-10-25 18:06 UTC
[PATCH v2 00/23] x86_64: Improvements at compressed kernel stage
2022-10-25 14:13 UTC (24+ messages)
` [PATCH v2 01/23] x86/boot: Align vmlinuz sections on page size
` [PATCH v2 02/23] x86/build: Remove RWX sections and align on 4KB
` [PATCH v2 03/23] x86/boot: Set cr0 to known state in trampoline
` [PATCH v2 04/23] x86/boot: Increase boot page table size
` [PATCH v2 05/23] x86/boot: Support 4KB pages for identity mapping
` [PATCH v2 06/23] x86/boot: Setup memory protection for bzImage code
` [PATCH v2 07/23] x86/build: Check W^X of vmlinux during build
` [PATCH v2 08/23] x86/boot: Map memory explicitly
` [PATCH v2 09/23] x86/boot: Remove mapping from page fault handler
` [PATCH v2 10/23] efi/libstub: Move helper function to related file
` [PATCH v2 11/23] x86/boot: Make console interface more abstract
` [PATCH v2 12/23] x86/boot: Make kernel_add_identity_map() a pointer
` [PATCH v2 13/23] x86/boot: Split trampoline and pt init code
` [PATCH v2 14/23] x86/boot: Add EFI kernel extraction interface
` [PATCH v2 15/23] efi/x86: Support extracting kernel from libstub
` [PATCH v2 16/23] x86/boot: Reduce lower limit of physical KASLR
` [PATCH v2 17/23] x86/boot: Reduce size of the DOS stub
` [PATCH v2 18/23] tools/include: Add simplified version of pe.h
` [PATCH v2 19/23] x86/build: Cleanup tools/build.c
` [PATCH v2 20/23] x86/build: Make generated PE more spec compliant
` [PATCH v2 21/23] efi/x86: Explicitly set sections memory attributes
` [PATCH v2 22/23] efi/libstub: Add memory attribute protocol definitions
` [PATCH v2 23/23] efi/libstub: Use memory attribute protocol
[PATCH v2] bnx2: Use kmalloc_size_roundup() to match ksize() usage
2022-10-25 11:20 UTC (2+ messages)
[PATCH v4] skbuff: Proactively round up to kmalloc bucket size
2022-10-24 17:56 UTC (2+ messages)
[PATCH v2] x86/mm: Refuse W^X violations
2022-10-24 15:27 UTC (2+ messages)
[PATCH 4/4] arm64: dts: qcom: Add device tree for Sony Xperia 10 IV
2022-10-23 13:03 UTC (2+ messages)
[PATCH v3 0/2] tty: Allow TIOCSTI to be disabled
2022-10-22 18:29 UTC (3+ messages)
` [PATCH v3 1/2] tty: Move sysctl setup into "core" tty logic
` [PATCH v3 2/2] tty: Allow TIOCSTI to be disabled
[PATCH 5.19 545/717] fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCAL
2022-10-22 7:27 UTC
[PATCH] bnx2: Pass allocation size to build_skb()
2022-10-22 3:44 UTC (4+ messages)
[PATCH 0/9] integrity: Move hooks into LSM
2022-10-21 15:09 UTC (31+ messages)
` [PATCH 1/9] integrity: Prepare for having "ima" and "evm" available in "integrity" LSM
` [PATCH 2/9] security: Move trivial IMA hooks into LSM
` [PATCH 3/9] ima: Move xattr "
` [PATCH 4/9] ima: Move ima_file_free() "
` [PATCH 6/9] fs: Introduce file_to_perms() helper
[PATCH v3][next] skbuff: Proactively round up to kmalloc bucket size
2022-10-21 16:10 UTC (3+ messages)
[PATCH][next] crypto: talitos - Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
2022-10-21 11:33 UTC (2+ messages)
[PATCH 00/16] x86_64: Improvements at compressed kernel stage
2022-10-20 16:51 UTC (45+ messages)
` [PATCH 01/16] x86/boot: Align vmlinuz sections on page size
` [PATCH 02/16] x86/build: Remove RWX sections and align on 4KB
` [PATCH 03/16] x86/boot: Set cr0 to known state in trampoline
` [PATCH 04/16] x86/boot: Increase boot page table size
` [PATCH 05/16] x86/boot: Support 4KB pages for identity mapping
` [PATCH 06/16] x86/boot: Setup memory protection for bzImage code
` [PATCH 10/16] x86/boot: Make console interface more abstract
` [PATCH 12/16] x86/boot: Add EFI kernel extraction interface
` [PATCH 13/16] efi/x86: Support extracting kernel from libstub
` [PATCH 14/16] x86/build: Make generated PE more spec compliant
` [PATCH 15/16] efi/libstub: Add memory attribute protocol definitions
` [PATCH 16/16] efi/libstub: Use memory attribute protocol
` [PATCH] efi/libstub: make memory protection warnings include newlines
[PATCH v3] net: ipa: Proactively round up to kmalloc bucket size
2022-10-20 8:50 UTC (2+ messages)
[PATCH v2 0/2] tty: Allow TIOCSTI to be disabled
2022-10-20 6:05 UTC (3+ messages)
` [PATCH v2 2/2] "
[PATCH] openvswitch: Use kmalloc_size_roundup() to match ksize() usage
2022-10-20 0:30 UTC (2+ messages)
-Wmacro-redefined in include/linux/fortify-string.h
2022-10-19 17:30 UTC (4+ messages)
[PATCH] binfmt: Fix whitespace issues
2022-10-19 11:35 UTC (2+ messages)
[PATCH] exec: Add comments on check_unsafe_exec() fs counting
2022-10-19 11:35 UTC (2+ messages)
[PATCH 6.0 668/862] fortify: Fix __compiletime_strlen() under UBSAN_BOUNDS_LOCAL
2022-10-19 8:32 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox