linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-03 16:30:59 to 2022-01-24 23:38:19 UTC [more...]

[PATCH 0/2] overflow: Implement size_t saturating arithmetic helpers
 2022-01-24 21:16 UTC  (5+ messages)
` [PATCH 1/2] "

[PATCH][next] staging: greybus: i2c: Use struct_size() helper in gb_i2c_operation_create()
 2022-01-24 20:42 UTC  (3+ messages)

[PATCH][next] net: mana: Use struct_size() helper in mana_gd_create_dma_region()
 2022-01-24 21:47 UTC  (2+ messages)

[PATCH] kasan: test: fix compatibility with FORTIFY_SOURCE
 2022-01-24 18:56 UTC  (5+ messages)

[PATCH v5 00/32] ARM vmap'ed and IRQ stacks roundup
 2022-01-24 17:57 UTC  (35+ messages)
` [PATCH v5 01/32] ARM: riscpc: drop support for IOMD_IRQREQC/IOMD_IRQREQD IRQ groups
` [PATCH v5 02/32] ARM: riscpc: use GENERIC_IRQ_MULTI_HANDLER
` [PATCH v5 03/32] ARM: footbridge: "
` [PATCH v5 04/32] ARM: iop32x: offset IRQ numbers by 1
` [PATCH v5 05/32] ARM: iop32x: use GENERIC_IRQ_MULTI_HANDLER
` [PATCH v5 06/32] ARM: remove old-style irq entry
` [PATCH v5 07/32] irqchip: nvic: Use GENERIC_IRQ_MULTI_HANDLER
` [PATCH v5 08/32] ARM: decompressor: disable stack protector
` [PATCH v5 09/32] ARM: stackprotector: prefer compiler for TLS based per-task protector
` [PATCH v5 10/32] ARM: entry: preserve thread_info pointer in switch_to
` [PATCH v5 11/32] ARM: module: implement support for PC-relative group relocations
` [PATCH v5 12/32] ARM: assembler: add optimized ldr/str macros to load variables from memory
` [PATCH v5 13/32] ARM: percpu: add SMP_ON_UP support
` [PATCH v5 14/32] ARM: use TLS register for 'current' on !SMP as well
` [PATCH v5 15/32] ARM: smp: defer TPIDRURO update for SMP v6 configurations too
` [PATCH v5 16/32] ARM: implement THREAD_INFO_IN_TASK for uniprocessor systems
` [PATCH v5 17/32] ARM: assembler: introduce bl_r macro
` [PATCH v5 18/32] ARM: unwind: support unwinding across multiple stacks
` [PATCH v5 19/32] ARM: export dump_mem() to other objects
` [PATCH v5 20/32] ARM: unwind: dump exception stack from calling frame
` [PATCH v5 21/32] ARM: backtrace-clang: avoid crash on bogus frame pointer
` [PATCH v5 22/32] ARM: implement IRQ stacks
` [PATCH v5 23/32] ARM: call_with_stack: add unwind support
` [PATCH v5 24/32] ARM: run softirqs on the per-CPU IRQ stack
` [PATCH v5 25/32] ARM: memcpy: use frame pointer as unwind anchor
` [PATCH v5 26/32] ARM: memmove: "
` [PATCH v5 27/32] ARM: memset: clean up unwind annotations
` [PATCH v5 28/32] ARM: unwind: disregard unwind info before stack frame is set up
` [PATCH v5 29/32] ARM: entry: rework stack realignment code in svc_entry
` [PATCH v5 30/32] ARM: switch_to: clean up Thumb2 code path
` [PATCH v5 31/32] ARM: mm: prepare vmalloc_seq handling for use under SMP
` [PATCH v5 32/32] ARM: implement support for vmap'ed stacks

[PATCH RESEND] media: omap3isp: Use struct_group() for memcpy() region
 2022-01-24 17:29 UTC 

[PATCH RESEND] net/mlx5e: Use struct_group() for memcpy() region
 2022-01-24 17:22 UTC 

[PATCH v2 RESEND] net/mlx5e: Avoid field-overflowing memcpy()
 2022-01-24 17:20 UTC 

[PATCH][next] usb: xhci-mtk: Use struct_size() helper in create_sch_ep()
 2022-01-24  9:26 UTC  (3+ messages)

[PATCH][next] iio: hw_consumer: Use struct_size() helper in kzalloc()
 2022-01-22 16:56 UTC  (3+ messages)

[PATCH] mptcp: Use struct_group() to avoid cross-field memset()
 2022-01-22  3:40 UTC  (3+ messages)

[PATCH][next] NTB/msi: Use struct_size() helper in devm_kzalloc()
 2022-01-21 16:24 UTC  (3+ messages)

[PATCH v9 00/15] Function Granular KASLR
 2022-01-21 15:08 UTC  (19+ messages)
` [PATCH v9 02/15] livepatch: use `-z unique-symbol` if available to nuke pos-based search
` [PATCH v9 03/15] kallsyms: Hide layout
` [PATCH v9 04/15] arch: introduce ASM function sections
` [PATCH v9 05/15] x86: support "

[PATCH v6 0/1] implement TLS register based stack canary for ARM
 2022-01-21 12:15 UTC  (5+ messages)
` [PATCH v6 1/1] [ARM] Add support for TLS register based stack protector canary access

[PATCH v2] Kconfig.debug: Make DEBUG_INFO selectable from a choice
 2022-01-21  0:12 UTC 

[PATCH][next] usb: gadget: f_fs: Use struct_size() and flex_array_size() helpers
 2022-01-20 23:26 UTC  (2+ messages)

[PATCH][next] usb: host: fotg210: Use struct_size() helper in kzalloc()
 2022-01-20 23:25 UTC  (2+ messages)

[PATCH][next] USB: serial: ti_usb_3410_5052: Use struct_size() helper in ti_write_byte()
 2022-01-20 23:23 UTC  (2+ messages)

[PATCH][next] media: usb: pwc-uncompress: Use struct_size() helper in pwc_decompress()
 2022-01-20 23:22 UTC  (2+ messages)

[PATCH v2][next] ALSA: usb-audio: scarlett2: Use struct_size() helper in scarlett2_usb()
 2022-01-20 23:22 UTC  (2+ messages)

[PATCH v5 0/1] implement TLS register based stack canary for ARM
 2022-01-20 16:57 UTC  (8+ messages)
` [PATCH v5 1/1] [ARM] Add support for TLS register based stack protector canary access

[PATCH v2] arm64: atomics: lse: Dereference matching size
 2022-01-20 15:56 UTC  (2+ messages)

[PATCH v3 0/3] staging: rtl*: Check for NULL header value
 2022-01-20 14:32 UTC  (5+ messages)
` [PATCH v3 1/3] staging: r8188eu: Drop get_recvframe_data()
` [PATCH v3 2/3] staging: rtl8723bs: "
` [PATCH v3 3/3] staging: rtl8712: "

[PATCH][next] ALSA: usb-audio: scarlett2: Use struct_size() helper in scarlett2_usb()
 2022-01-20  4:29 UTC  (3+ messages)

[PATCH][next] usb: gadget: f_phonet: Use struct_size() helper in kzalloc()
 2022-01-20  2:01 UTC 

[PATCH][next] USB: serial: garmin_gps: Use struct_size() and flex_array_size() helpers in pkt_add()
 2022-01-20  0:55 UTC 

[PATCH][next] tpm: xen-tpmfront: Use struct_size() helper
 2022-01-19 23:38 UTC 

[PATCH -next, v2] sched: Use struct_size() helper in task_numa_group()
 2022-01-19 19:01 UTC  (12+ messages)

[PATCH v3] tpm: vtpm_proxy: Check length to avoid compiler warning
 2022-01-19 18:43 UTC 

[PATCH v2] tpm: vtpm_proxy: Double-check to avoid buffer overflow
 2022-01-19  0:42 UTC  (6+ messages)

[PATCH] drm/dp: Remove common Post Cursor2 register handling
 2022-01-18 21:37 UTC  (6+ messages)

[PATCH] tpm: vtpm_proxy: Avoid device-originated buffer overflow
 2022-01-18 18:35 UTC  (3+ messages)

[PATCH -next] eeprom: at25: Replace strncpy() with strscpy()
 2022-01-18 18:20 UTC 

[PATCH 5.17-rc1 v2] eeprom: at25: Restore missing allocation
 2022-01-18 18:20 UTC 

[PATCH -next, v3] sched: Use struct_size() helper in task_numa_group()
 2022-01-18  1:39 UTC 

[PATCH v2] iio: addac: Do not reference negative array offsets
 2022-01-15 18:37 UTC  (4+ messages)

[PATCH 0/3 v2] staging: rtl*: Check for NULL header value
 2022-01-15  4:24 UTC  (4+ messages)
` [PATCH 1/3 v2] staging: r8188eu: Drop get_recvframe_data()
` [PATCH 2/3 v2] staging: rtl8723bs: "
` [PATCH 3/3 v2] staging: rtl8712: "

[PATCH] staging: rtl8723bs: Check for NULL header value
 2022-01-15  4:14 UTC  (6+ messages)

[PATCH][next] usb: dwc2: Use flex_array_size() helper
 2022-01-14 18:50 UTC  (2+ messages)

[PATCH v2] iio: addac: ad74413r: Do not reference negative array offsets
 2022-01-13 21:57 UTC  (2+ messages)

[PATCH] staging: r8188eu: Check for NULL header value
 2022-01-13  9:14 UTC  (2+ messages)

[PATCH][RESEND] sata_fsl: Use struct_group() for memcpy() region
 2022-01-13  0:34 UTC  (6+ messages)

[PATCH] RDMA/mlx5: Use memset_after() to zero struct mlx5_ib_mr
 2022-01-13  0:32 UTC  (7+ messages)

[PATCH 0/4] Assorted improvements to usercopy
 2022-01-12 23:08 UTC  (6+ messages)
` [PATCH 1/4] mm/usercopy: Check kmap addresses properly
` [PATCH 2/4] mm/usercopy: Detect vmalloc overruns
` [PATCH 3/4] mm/usercopy: Detect large folio overruns
` [PATCH 4/4] usercopy: Remove HARDENED_USERCOPY_PAGESPAN

[PATCH] eeprom: at25: Restore missing allocation
 2022-01-12 20:41 UTC  (3+ messages)

[PATCH v3] crypto: octeontx2 - Avoid stack variable overflow
 2022-01-12 20:38 UTC 

[PATCH] arm64: atomics: Dereference matching size
 2022-01-12 20:18 UTC  (4+ messages)

[GIT PULL] Enable -Wcast-function-type for 5.17-rc1
 2022-01-12  1:35 UTC  (4+ messages)

[GIT PULL] fallthrough fixes for Clang for 5.17-rc1
 2022-01-12  1:02 UTC  (2+ messages)

[PATCH][next] usb: host: ehci-sched: Use struct_size() in kzalloc()
 2022-01-11 18:19 UTC  (2+ messages)

[PATCH][RESEND] scsi: megaraid: Avoid mismatched storage type sizes
 2022-01-10 22:04 UTC  (3+ messages)

[PATCH -next] sched: Use struct_size() helper in task_numa_group()
 2022-01-10 16:11 UTC  (5+ messages)

[PATCH v2] crypto: octeontx2 - Avoid stack variable overflow
 2022-01-08  9:28 UTC  (2+ messages)

[PATCH v2] drm/dp: Fix off-by-one in register cache size
 2022-01-05 17:33 UTC 

[PATCH] rtc: Move variable into switch case statement
 2022-01-05  0:05 UTC  (2+ messages)

[PATCH] [RFC][PR102768] aarch64: Add compiler support for Shadow Call Stack
 2022-01-04 14:40 UTC  (2+ messages)
` [PING^2][PATCH,v2,1/1,AARCH64][PR102768] "

[PATCH] [RFC] aarch64: scs: reload shadow call stack in user exception entry
 2022-01-04 14:32 UTC  (3+ messages)


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