linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-12 23:47:46 to 2022-01-26 17:30:35 UTC [more...]

[RFC PATCH 00/12] arm64: implement read-only page tables
 2022-01-26 17:30 UTC  (6+ messages)
` [RFC PATCH 01/12] asm-generic/pgalloc: allow arch to override PMD alloc/free routines
` [RFC PATCH 02/12] arm64: mm: add helpers to remap page tables read-only/read-write
` [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

[PATCH v9 00/15] Function Granular KASLR
 2022-01-26 14:49 UTC  (8+ messages)
` [PATCH v9 04/15] arch: introduce ASM function sections
` [PATCH v9 05/15] x86: support "

[PATCH][next] tpm: xen-tpmfront: Use struct_size() helper
 2022-01-26 14:38 UTC  (2+ messages)

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

[PATCH][next] comedi: das16: Use struct_size() helper in comedi_alloc_spriv()
 2022-01-26 12:19 UTC  (2+ messages)

[PATCH][next] mlxsw: spectrum_kvdl: Use struct_size() helper in kzalloc()
 2022-01-26 10:55 UTC  (3+ messages)

[PATCH][next] staging: greybus: i2c: Use struct_size() helper in gb_i2c_operation_create()
 2022-01-26 10:54 UTC  (4+ messages)

[PATCH][next] drm/i915/guc: Use struct_size() helper in kmalloc()
 2022-01-26 10:08 UTC  (2+ messages)

[PATCH][next] apparmor: Use struct_size() helper in kmalloc()
 2022-01-26  9:30 UTC  (2+ messages)

[PATCH][next] hwspinlock: stm32: Use struct_size() helper in devm_kzalloc()
 2022-01-26  8:29 UTC  (3+ messages)
` [Linux-stm32] "

[PATCH][next] nfp: flower: Use struct_size() helper in kmalloc()
 2022-01-26  8:24 UTC  (2+ messages)

[PATCH] perf: Avoid -Warray-bounds warning for __rel_loc macro
 2022-01-26  7:01 UTC  (2+ messages)

[PATCH][next] hwspinlock: sprd: Use struct_size() helper in devm_kzalloc()
 2022-01-26  3:31 UTC  (2+ messages)

[PATCH RESEND] media: omap3isp: Use struct_group() for memcpy() region
 2022-01-26  0:34 UTC  (3+ messages)

[PATCH][next] HID: google: Use struct_size() helper in kzalloc()
 2022-01-25 23:37 UTC 

[PATCH][next] scsi: core: Use struct_size() helper in kmalloc()
 2022-01-25 23:10 UTC 

[PATCH][next] staging: unisys: visorinput: Use struct_size() helper in kzalloc()
 2022-01-25 22:34 UTC 

[PATCH v6 0/8] ARM vmap'ed and IRQ stacks roundup
 2022-01-25 20:48 UTC  (10+ messages)
` [PATCH v6 1/8] ARM: mm: switch to swapper_pg_dir early for vmap'ed stack
` [PATCH v6 2/8] ARM: assembler: define a Kconfig symbol for group relocation support
` [PATCH v6 3/8] ARM: smp: elide HWCAP_TLS checks or __entry_task updates on SMP+v6
` [PATCH v6 4/8] ARM: entry: avoid clobbering R9 in IRQ handler
` [PATCH v6 5/8] ARM: mm: make vmalloc_seq handling SMP safe
` [PATCH v6 6/8] ARM: iop: make iop_handle_irq() static
` [PATCH v6 7/8] ARM: drop pointless SMP check on secondary startup path
` [PATCH v6 8/8] ARM: make get_current() and __my_cpu_offset() __always_inline

[PATCH][next] scsi: storvsc: Use struct_size() helper in storvsc_queuecommand()
 2022-01-25 19:42 UTC 

[PATCH][next] extcon: usbc-cros-ec: Use struct_size() helper in kzalloc()
 2022-01-25 19:26 UTC 

[PATCH][next] net: mana: Use struct_size() helper in mana_gd_create_dma_region()
 2022-01-25 17:59 UTC  (3+ messages)

[PATCH][next] Drivers: hv: vmbus: Use struct_size() helper in kmalloc()
 2022-01-25 18:01 UTC 

[PATCH][next] power: supply: cros_usbpd: Use struct_size() helper in kzalloc()
 2022-01-25 17:52 UTC 

[PATCH 5.17-rc1 v2] eeprom: at25: Restore missing allocation
 2022-01-25 17:43 UTC  (4+ messages)

[PATCH v2][next] ALSA: usb-audio: scarlett2: Use struct_size() helper in scarlett2_usb()
 2022-01-25 14:11 UTC  (3+ messages)

[PATCH 0/2] overflow: Implement size_t saturating arithmetic helpers
 2022-01-25 12:58 UTC  (6+ messages)
` [PATCH 1/2] "

[PATCH v3] Kconfig.debug: Make DEBUG_INFO selectable from a choice
 2022-01-25  8:24 UTC  (2+ messages)

[PATCH v2 0/2] overflow: Implement size_t saturating arithmetic helpers
 2022-01-24 23:23 UTC  (3+ messages)
` [PATCH v2 1/2] test_overflow: Regularize test reporting output
` [PATCH v2 2/2] overflow: Implement size_t saturating arithmetic helpers

[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] 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 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 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, v2] sched: Use struct_size() helper in task_numa_group()
 2022-01-19 19:01 UTC  (10+ 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  (3+ 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 -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)


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