linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-28 20:49:46 to 2024-03-04 21:19:49 UTC [more...]

[PATCH v2] greybus: Avoid fake flexible array for response data
 2024-03-04 21:19 UTC 

[PATCH 0/4] slab: Introduce dedicated bucket allocator
 2024-03-04 21:16 UTC  (6+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] ipc, msg: Use dedicated slab buckets for alloc_msg()
` [PATCH 3/4] xattr: Use dedicated slab buckets for setxattr()
` [PATCH 4/4] mm/util: Use dedicated slab buckets for memdup_user()

[PATCH v3] driver core: Cancel scheduled pm_runtime_idle() on device removal
 2024-03-04 18:14 UTC  (11+ messages)

[PATCH][next] integrity: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-04 17:52 UTC 

[PATCH v2] proc: allow restricting /proc/pid/mem writes
 2024-03-04 17:42 UTC  (4+ messages)

[PATCH] usercopy: delete __noreturn from usercopy_abort
 2024-03-04 17:40 UTC  (3+ messages)

[PATCH v2 0/3] spi: axi-spi-engine: small cleanups
 2024-03-04 17:36 UTC  (8+ messages)
` [PATCH v2 1/3] spi: axi-spi-engine: remove p from struct spi_engine_message_state
` [PATCH v2 2/3] spi: axi-spi-engine: use __counted_by() attribute
` [PATCH v2 3/3] spi: axi-spi-engine: use struct_size() macro

[PATCH] arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI first
 2024-03-04 17:34 UTC  (8+ messages)

[PATCH] compiler.h: Explain how __is_constexpr() works
 2024-03-04 16:52 UTC  (9+ messages)
  ` [+externe Mail+] "

[PATCH v8 00/10] Add Qualcomm APSS Minidump driver related support
 2024-03-04 16:45 UTC  (2+ messages)

[PATCH] netdev: Use flexible array for trailing private bytes
 2024-03-04 15:24 UTC  (11+ messages)

[PATCH v5 0/4] arm64: qcom: add AIM300 AIoT board suppo
 2024-03-04  9:39 UTC  (7+ messages)
` [PATCH v5 1/4] dt-bindings: arm: qcom: Document QCS8550 SoC and the AIM300 AIoT board
` [PATCH v5 2/4] arm64: dts: qcom: qcs8550: introduce qcs8550 dtsi
` [PATCH v5 3/4] arm64: dts: qcom: add base AIM300 dtsi
` [PATCH v5 4/4] arm64: dts: qcom: aim300: add AIM300 AIoT

[PATCH][next] net/smc: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-04  9:00 UTC  (3+ messages)

[PATCH][next] RDMA/uverbs: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-03 13:41 UTC  (3+ messages)

[PATCH v4 0/8] iio: core: New macros and making use of them
 2024-03-03 13:09 UTC  (38+ messages)
` [PATCH v4 1/8] overflow: Use POD in check_shl_overflow()
  ` (subset) "
` [PATCH v4 2/8] overflow: Add struct_size_with_data() and struct_data_pointer() helpers
` [PATCH v4 3/8] iio: core: NULLify private pointer when there is no private data
` [PATCH v4 4/8] iio: core: Calculate alloc_size only once in iio_device_alloc()
` [PATCH v4 5/8] iio: core: Use new helpers from overflow.h "
` [PATCH v4 6/8] spi: Use new helpers from overflow.h in __spi_alloc_controller()
` [PATCH v4 7/8] net-device: Use new helpers from overflow.h in netdevice APIs
` [PATCH v4 8/8] dmaengine: ste_dma40: Use new helpers from overflow.h

[syzbot] [mm?] [reiserfs?] kernel panic: stack is corrupted in ___slab_alloc
 2024-03-03  9:21 UTC  (2+ messages)
` [syzbot] [reiserfs] "

[PATCH 0/3] spi: axi-spi-engine: small cleanups
 2024-03-01 20:45 UTC  (7+ messages)
` [PATCH 1/3] spi: axi-spi-engine: remove p from struct spi_engine_message_state
` [PATCH 2/3] spi: axi-spi-engine: use __counted_by() attribute
` [PATCH 3/3] spi: axi-spi-engine: use struct_size() macro

[PATCH v1 0/8] Run KUnit tests late and handle faults
 2024-03-01 20:42 UTC  (26+ messages)
` [PATCH v1 1/8] kunit: Run tests when the kernel is fully setup
` [PATCH v1 2/8] kunit: Handle thread creation error
` [PATCH v1 3/8] kunit: Fix kthread reference
` [PATCH v1 4/8] kunit: Fix timeout message
` [PATCH v1 5/8] kunit: Handle test faults
` [PATCH v1 6/8] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
` [PATCH v1 7/8] kunit: Print last test location on fault
` [PATCH v1 8/8] kunit: Add tests for faults

[PATCH v2 0/2] string: Convert selftests to KUnit
 2024-03-01 20:29 UTC  (9+ messages)
` [PATCH v2 1/2] string: Convert selftest "
` [PATCH v2 2/2] string: Convert helpers "

[PATCH v3 0/2] string: Convert selftests to KUnit
 2024-03-01 20:27 UTC  (3+ messages)
` [PATCH v3 1/2] string: Convert selftest "
` [PATCH v3 2/2] string: Convert helpers "

[PATCH v2 0/7] Handle faults in KUnit tests
 2024-03-01 19:40 UTC  (8+ messages)
` [PATCH v2 1/7] kunit: Handle thread creation error
` [PATCH v2 2/7] kunit: Fix kthread reference
` [PATCH v2 3/7] kunit: Fix timeout message
` [PATCH v2 4/7] kunit: Handle test faults
` [PATCH v2 5/7] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
` [PATCH v2 6/7] kunit: Print last test location on fault
` [PATCH v2 7/7] kunit: Add tests for fault

[PATCH v1 1/1] lib/string_helpers: Add flags param to string_get_size()
 2024-03-01 16:10 UTC  (5+ messages)

[PATCH] sh: Fix build with CONFIG_UBSAN=y
 2024-03-01 14:38 UTC  (11+ messages)

[PATCH bpf-next RESEND v2 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-03-01 11:27 UTC  (3+ messages)
` [PATCH bpf-next RESEND v2 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()

[PATCH bpf-next v2 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-03-01  7:52 UTC  (2+ messages)
` [PATCH net-next v2 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()

[PATCH] overflow: Allow non-type arg to type_max() and type_min()
 2024-03-01  6:22 UTC 

[PATCH] PM: hibernate: Fix level3 translation fault in swsusp_save()
 2024-03-01  2:55 UTC  (7+ messages)
        ` [PATCH v2] arm64: "

[PATCH 0/2] string: Convert selftests to KUnit
 2024-02-29 23:39 UTC  (4+ messages)
` [PATCH 1/2] string: Convert selftest "
` [PATCH 2/2] string: Convert helpers "

[PATCH v6] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-29 22:00 UTC  (2+ messages)

[PATCH] sparc: vdso: Disable UBSAN instrumentation
 2024-02-29 21:32 UTC  (3+ messages)

[PATCH AUTOSEL 6.1 10/12] enic: Avoid false positive under FORTIFY_SOURCE
 2024-02-29 20:40 UTC 

[PATCH AUTOSEL 6.6 14/22] enic: Avoid false positive under FORTIFY_SOURCE
 2024-02-29 20:39 UTC 

[PATCH AUTOSEL 6.7 15/24] enic: Avoid false positive under FORTIFY_SOURCE
 2024-02-29 20:36 UTC 

[PATCH] thermal: core: Move initial num_trips assignment before memcpy()
 2024-02-29  7:42 UTC  (11+ messages)

[PATCH] leaking_addresses: Provide mechanism to scan binary files
 2024-02-29  5:30 UTC  (6+ messages)

[PATCH v2 0/7] scsi: replace deprecated strncpy
 2024-02-29  0:18 UTC  (13+ messages)
` [PATCH v2 1/7] scsi: mpi3mr: replace deprecated strncpy with assignments
` [PATCH v2 2/7] scsi: mpt3sas: replace deprecated strncpy with strscpy
` [PATCH v2 3/7] scsi: qedf: "
` [PATCH v2 4/7] scsi: qla4xxx: "
` [PATCH v2 5/7] scsi: devinfo: replace strncpy and manual pad
` [PATCH v2 6/7] scsi: smartpqi: replace deprecated strncpy with strscpy
` [PATCH v2 7/7] scsi: wd33c93: "


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