messages from 2022-01-26 17:30:31 to 2022-02-04 04:29:43 UTC [more...]
[PATCH] iio: stmpe-adc: Use correctly sized arguments for bit field
2022-02-04 4:29 UTC (2+ messages)
[PATCH v2] gcc-plugins/stackleak: Use noinstr in favor of notrace
2022-02-04 1:14 UTC (2+ messages)
[PATCH v6 0/4] fortify: Add Clang support
2022-02-04 1:07 UTC (21+ messages)
` [PATCH v6 1/4] Compiler Attributes: Add __pass_object_size for Clang
` [PATCH v6 2/4] Compiler Attributes: Add __overloadable "
` [PATCH v6 3/4] Compiler Attributes: Add __diagnose_as "
` [PATCH v6 4/4] fortify: Add Clang support
[PATCH 0/4 v5] fortify: Add Clang support
2022-02-04 0:28 UTC (16+ messages)
` [PATCH 1/4] Compiler Attributes: Add Clang's __pass_object_size
` [PATCH 2/4] Compiler Attributes: Add __overloadable
` [PATCH 3/4] Compiler Attributes: Add __diagnose_as
` [PATCH 4/4 v5] fortify: Add Clang support
How large is the xtensa pt_regs::areg array supposed to be?
2022-02-04 0:05 UTC (4+ messages)
[PATCH v2] x86/build: don't build CONFIG_X86_32 as -ffreestanding
2022-02-03 20:45 UTC (2+ messages)
[PATCH] lib/test_string.c: Add test for strlen()
2022-02-03 20:45 UTC (16+ messages)
[PATCH] gcc-plugins/stackleak: Use noinstr in favor of notrace
2022-02-03 19:33 UTC (3+ messages)
[PATCH] m68k: cmpxchg: Dereference matching size
2022-02-03 16:42 UTC (3+ messages)
[PATCH][next] Drivers: hv: vmbus: Use struct_size() helper in kmalloc()
2022-02-03 12:42 UTC (3+ messages)
[PATCH] linux/const.h: Explain how __is_constexpr() works
2022-02-03 9:25 UTC (18+ messages)
[PATCH 0/5] Enable -Warray-bounds and -Wzero-length-bounds
2022-02-03 3:03 UTC (10+ messages)
` [PATCH 4/5] Makefile: Enable -Warray-bounds
[PATCH] alpha: Silence -Warray-bounds warnings
2022-02-02 23:17 UTC
[PATCH] alpha: Silence -Warray-bounds warnings
2022-02-02 22:18 UTC
[PATCH] selftests/exec: Avoid future NULL argv execve warning
2022-02-02 21:00 UTC (4+ messages)
[PATCH] exec: Force single empty string when argv is empty
2022-02-02 20:31 UTC (10+ messages)
[PATCH] elf: Relax assumptions about vaddr ordering
2022-02-02 15:44 UTC (11+ messages)
[PATCH][next] HID: google: Use struct_size() helper in kzalloc()
2022-02-02 14:10 UTC (2+ messages)
[PATCH 1/4] mm/kasan: Add CONFIG_KASAN_SOFTWARE
2022-02-02 13:50 UTC (7+ messages)
` [PATCH 2/4] mm/kasan: Move kasan_pXX_table() and kasan_early_shadow_page_entry()
` [PATCH 3/4] powerpc/ptdump: Use kasan_pXX_table()
` [PATCH 4/4] [RFC] risc/kasan: "
[PATCH] [PATCH,v3,1/1,AARCH64][PR102768] aarch64: Add compiler support for Shadow Call Stack
2022-02-02 9:33 UTC (3+ messages)
[PATCH] [RFC][PR102768] aarch64: Add compiler support for Shadow Call Stack
2022-02-02 9:25 UTC (6+ messages)
` [PING^3][PATCH,v2,1/1,AARCH64][PR102768] "
[PATCH][next] staging: r8188eu: Fix out-of-bounds error in
2022-02-02 6:47 UTC (2+ messages)
[PATCH v2][next] staging: r8188eu: Fix out-of-bounds error in HT_caps_handler()
2022-02-02 6:49 UTC (2+ messages)
[PATCH v3][next] staging: r8188eu: Silence out-of-bounds warning in HT_caps_handler()
2022-02-02 7:18 UTC (2+ messages)
[PATCH] scsi: mpt3sas: Convert to flexible arrays
2022-02-01 22:39 UTC
[PATCH] exec: Fix min/max typo in stack space calculation
2022-02-01 19:07 UTC
[TCWG CI] Regression caused by linux: Makefile: Enable -Warray-bounds
2022-02-01 9:03 UTC (4+ messages)
[PATCH] selftests: kselftest framework: Provide "finished" helper
2022-02-01 1:37 UTC
[PATCH] selftests/exec: Test for empty string on NULL argv
2022-02-01 1:16 UTC
[PATCH] tcwg_kernel-build.sh: Report toolchain versions
2022-01-31 22:45 UTC
[PATCH] fortify: Update compile-time tests for Clang 14
2022-01-31 21:34 UTC (5+ messages)
[PATCH v4] fortify: Work around Clang inlining bugs
2022-01-31 21:13 UTC (3+ messages)
[PATCH 0/4] Assorted improvements to usercopy
2022-01-31 19:27 UTC (6+ messages)
` [PATCH 3/4] mm/usercopy: Detect large folio overruns
` [PATCH 4/4] usercopy: Remove HARDENED_USERCOPY_PAGESPAN
[PATCH v2] iio: addac: ad74413r: Do not reference negative array offsets
2022-01-30 14:19 UTC (3+ messages)
[PATCH] Kconfig.debug: Make DEBUG_INFO always default=n
2022-01-28 23:39 UTC (2+ messages)
[PATCH v3] Kconfig.debug: Make DEBUG_INFO selectable from a choice
2022-01-28 21:27 UTC (3+ messages)
[RFC PATCH 00/12] arm64: implement read-only page tables
2022-01-28 16:08 UTC (12+ messages)
` [RFC PATCH 03/12] arm64: mm: use a fixmap slot for user page table modifications
` [RFC PATCH 04/12] arm64: mm: remap PGD pages r/o in the linear region after allocation
` [RFC PATCH 05/12] arm64: mm: remap PUD pages r/o in linear region
` [RFC PATCH 06/12] arm64: mm: remap PMD "
` [RFC PATCH 07/12] arm64: mm: remap PTE level user page tables r/o in the "
` [RFC PATCH 08/12] arm64: mm: remap kernel PTE level "
` [RFC PATCH 09/12] arm64: mm: remap kernel page tables read-only at end of init
` [RFC PATCH 10/12] mm: add default definition of p4d_index()
` [RFC PATCH 11/12] arm64: efi: use set_pte_at() not set_pte() in order to pass mm pointer
` [RFC PATCH 12/12] arm64: hugetlb: use set_pte_at() not set_pte() to provide "
[PATCH v3] crypto: octeontx2 - Avoid stack variable overflow
2022-01-28 6:24 UTC (2+ messages)
[PATCH][next] scsi: storvsc: Use struct_size() helper in storvsc_queuecommand()
2022-01-27 15:57 UTC (2+ messages)
[PATCH][next] staging: greybus: i2c: Use struct_size() helper in gb_i2c_operation_create()
2022-01-27 10:05 UTC (4+ messages)
[PATCH RESEND] media: omap3isp: Use struct_group() for memcpy() region
2022-01-27 7:31 UTC (3+ messages)
[PATCH RESEND] net/mlx5e: Use struct_group() for memcpy() region
2022-01-26 23:38 UTC (4+ messages)
[PATCH v2 RESEND] net/mlx5e: Avoid field-overflowing memcpy()
2022-01-26 21:28 UTC (2+ messages)
[PATCH] fs/binfmt_elf: Add padding NULL when argc == 0
2022-01-26 20:52 UTC (12+ messages)
[PATCH -next] eeprom: at25: Replace strncpy() with strscpy()
2022-01-26 20:00 UTC (3+ messages)
page: next (older) | prev (newer) | latest
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).