linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-12 22:50:03 to 2023-01-27 22:37:54 UTC [more...]

[PATCH] lm85: Bounds check to_sensor_dev_attr()->index usage
 2023-01-27 22:37 UTC 

[PATCH] dmaengine: dw-axi-dmac: Do not dereference NULL structure
 2023-01-27 22:36 UTC 

[PATCH v4 1/2] dt-bindings: ramoops: Inherit reserve memory property
 2023-01-27 20:05 UTC  (6+ messages)
` [PATCH v4 2/2] pstore/ram: Rework logic for detecting ramoops

[PATCH v2] ACPICA: Replace fake flexible arrays with flexible array members
 2023-01-27 19:51 UTC  (4+ messages)

[PATCH] drm/nouveau/disp: Fix nvif_outp_acquire_dp() argument size
 2023-01-27 19:42 UTC  (4+ messages)

[PATCH] powerpc/rtas: Replace one-element arrays with flexible arrays
 2023-01-27 19:23 UTC  (4+ messages)

[GIT PULL] kernel hardening fixes for v6.2-rc6
 2023-01-27 18:59 UTC 

[PATCH] ACPICA: Replace fake flexible arrays with flexible array members
 2023-01-27 18:52 UTC  (7+ messages)

[PATCH] fs: Use CHECK_DATA_CORRUPTION() when kernel bugs are detected
 2023-01-27 18:38 UTC  (5+ messages)

[PATCH v3 1/2] dt-bindings: ramoops: Inherit reserve memory property
 2023-01-27 15:29 UTC  (3+ messages)
` [PATCH v3 2/2] pstore/ram: Rework logic for detecting ramoops

[PATCH v2 1/3] dt-bindings: reserved-memory: ramoops: Update the binding
 2023-01-27 12:52 UTC  (9+ messages)
` [PATCH v2 2/3] Documentation: admin-guide: ramoops.rst: Update the ramoops document
` [PATCH v3 3/3] pstore/ram: Rework logic for detecting ramoops

[PATCH] scsi: megaraid_sas: Add flexible array member for SGLs
 2023-01-27  3:22 UTC  (3+ messages)

[PATCH 5.15 00/20] Backport oops_limit to 5.15
 2023-01-27  2:08 UTC  (25+ messages)
` [PATCH 5.15 01/20] sysctl: add a new register_sysctl_init() interface
` [PATCH 5.15 02/20] kernel/panic: move panic sysctls to its own file
` [PATCH 5.15 03/20] panic: unset panic_on_warn inside panic()
` [PATCH 5.15 04/20] ubsan: no need to unset panic_on_warn in ubsan_epilogue()
` [PATCH 5.15 05/20] kasan: no need to unset panic_on_warn in end_report()
` [PATCH 5.15 06/20] exit: Add and use make_task_dead
` [PATCH 5.15 07/20] objtool: Add a missing comma to avoid string concatenation
` [PATCH 5.15 08/20] hexagon: Fix function name in die()
` [PATCH 5.15 09/20] h8300: Fix build errors from do_exit() to make_task_dead() transition
` [PATCH 5.15 10/20] csky: Fix function name in csky_alignment() and die()
` [PATCH 5.15 11/20] ia64: make IA64_MCA_RECOVERY bool instead of tristate
` [PATCH 5.15 12/20] panic: Separate sysctl logic from CONFIG_SMP
` [PATCH 5.15 13/20] exit: Put an upper limit on how often we can oops
` [PATCH 5.15 14/20] exit: Expose "oops_count" to sysfs
` [PATCH 5.15 15/20] exit: Allow oops_limit to be disabled
` [PATCH 5.15 16/20] panic: Consolidate open-coded panic_on_warn checks
` [PATCH 5.15 17/20] panic: Introduce warn_limit
` [PATCH 5.15 18/20] panic: Expose "warn_count" to sysfs
` [PATCH 5.15 19/20] docs: Fix path paste-o for /sys/kernel/warn_count
` [PATCH 5.15 20/20] exit: Use READ_ONCE() for all oops/warn limit reads

[PATCH] x86: enable Data Operand Independent Timing Mode
 2023-01-26 23:58 UTC  (13+ messages)

[PATCH v3 1/2] dt-bindings: arm: qcom: Add Xiaomi Mi Pad 5 Pro (xiaomi-elish)
 2023-01-26 14:23 UTC  (2+ messages)
` [PATCH v3 2/2] arm64: dts: qcom: sm8250: Add device tree for Xiaomi Mi Pad 5 Pro

[PATCH v2 1/2] dt-bindings: arm: qcom: Add Xiaomi Mi Pad 5 Pro (xiaomi-elish)
 2023-01-25 23:39 UTC  (4+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: sm8250: Add device tree for Xiaomi Mi Pad 5 Pro

[PATCH][next] nvmem: u-boot-env: replace zero-length array with flexible-array member
 2023-01-25 20:27 UTC  (4+ messages)

[PATCH v3 2/6] exit: Put an upper limit on how often we can oops
 2023-01-24 23:09 UTC  (7+ messages)

[PATCH 5.10 00/20] Backport oops_limit to 5.10
 2023-01-24 19:30 UTC  (21+ messages)
` [PATCH 5.10 01/20] sysctl: add a new register_sysctl_init() interface
` [PATCH 5.10 02/20] kernel/panic: move panic sysctls to its own file
` [PATCH 5.10 03/20] panic: unset panic_on_warn inside panic()
` [PATCH 5.10 04/20] ubsan: no need to unset panic_on_warn in ubsan_epilogue()
` [PATCH 5.10 05/20] kasan: no need to unset panic_on_warn in end_report()
` [PATCH 5.10 06/20] exit: Add and use make_task_dead
` [PATCH 5.10 07/20] objtool: Add a missing comma to avoid string concatenation
` [PATCH 5.10 08/20] hexagon: Fix function name in die()
` [PATCH 5.10 09/20] h8300: Fix build errors from do_exit() to make_task_dead() transition
` [PATCH 5.10 10/20] csky: Fix function name in csky_alignment() and die()
` [PATCH 5.10 11/20] ia64: make IA64_MCA_RECOVERY bool instead of tristate
` [PATCH 5.10 12/20] panic: Separate sysctl logic from CONFIG_SMP
` [PATCH 5.10 13/20] exit: Put an upper limit on how often we can oops
` [PATCH 5.10 14/20] exit: Expose "oops_count" to sysfs
` [PATCH 5.10 15/20] exit: Allow oops_limit to be disabled
` [PATCH 5.10 16/20] panic: Consolidate open-coded panic_on_warn checks
` [PATCH 5.10 17/20] panic: Introduce warn_limit
` [PATCH 5.10 18/20] panic: Expose "warn_count" to sysfs
` [PATCH 5.10 19/20] docs: Fix path paste-o for /sys/kernel/warn_count
` [PATCH 5.10 20/20] exit: Use READ_ONCE() for all oops/warn limit reads

KSPP status meeting
 2023-01-24 19:13 UTC 

[PATCH 1/2] dt-bindings: arm: qcom: Add Xiaomi Mi Pad 5 Pro (xiaomi-elish)
 2023-01-24 14:56 UTC  (7+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8250: Add device tree for Xiaomi Mi Pad 5 Pro

[PATCH 6.1 157/193] docs: Fix path paste-o for /sys/kernel/warn_count
 2023-01-22 15:04 UTC 

[PATCH] bnxt: Do not read past the end of test names
 2023-01-20 13:00 UTC  (4+ messages)

[PATCH][next] crypto: aspeed - Replace zero-length array with flexible-array member
 2023-01-20 10:32 UTC  (2+ messages)

[PATCH v2] KVM: x86: Replace 0-length arrays with flexible arrays
 2023-01-19 23:20 UTC  (3+ messages)

[PATCH] net/i40e: Replace 0-length array with flexible array
 2023-01-19  9:46 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] scsi: uapi: Replace 0-length array with flexible array
 2023-01-19  0:23 UTC  (3+ messages)

[RESEND][PATCH] drm/nouveau/fb/ga102: Replace zero-length array of trailing structs with flex-array
 2023-01-18 21:15 UTC  (5+ messages)

[PATCH v3] kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST
 2023-01-18 20:43 UTC  (3+ messages)

[PATCH] gcc-plugins: Reorganize gimple includes for GCC 13
 2023-01-18 20:25 UTC  (2+ messages)

[PATCH] printk: Use scnprintf() to print the message about the dropped messages on a console
 2023-01-18  9:31 UTC  (4+ messages)

[PATCH] net/ncsi: Silence runtime memcpy() false positive warning
 2023-01-18  2:38 UTC  (2+ messages)

Coverity: console_prepend_dropped(): Memory - corruptions
 2023-01-18  0:35 UTC  (8+ messages)

[PATCH v6 0/6] arm64: dts: qcom: sm6125: UFS and xiaomi-laurel-sprout support
 2023-01-17 20:01 UTC  (11+ messages)
` [PATCH v6 2/6] dt-bindings: phy: Add QMP UFS PHY compatible for SM6125
` [PATCH v6 3/6] phy: qcom-qmp: Add SM6125 UFS PHY support
` [PATCH v6 4/6] arm64: dts: qcom: sm6125: Add UFS nodes

[PATCH][next] drm/nouveau/nvkm: Replace zero-length array with flexible-array member
 2023-01-16 14:41 UTC  (3+ messages)

[PATCH 0/4] fortify: Use __builtin_dynamic_object_size() when available
 2023-01-16 10:56 UTC  (6+ messages)
` [PATCH 4/4] "
  ` linux-next - bxnt buffer overflow in strnlen
    ` linux-next - bnxt "

[PATCH] ARM: ixp4xx: Replace 0-length arrays with flexible arrays
 2023-01-16 10:31 UTC  (4+ messages)

[PATCH][next] RDMA/erdma: Replace zero-length arrays with flexible-array members
 2023-01-15 11:36 UTC  (2+ messages)

[PATCH] RDMA/cxgb4: Replace 0-length arrays with flexible arrays
 2023-01-15 10:13 UTC  (4+ messages)

[PATCH][next] cifs: Replace zero-length arrays with flexible-array members
 2023-01-14 18:12 UTC  (3+ messages)

[PATCH] kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST
 2023-01-14  4:31 UTC  (4+ messages)

[PATCH v2] lib: zstd: Fix -Wstringop-overflow warning
 2023-01-14  3:15 UTC  (5+ messages)

[PATCH] scsi: mvumi: Replace 1-element arrays with flexible array members
 2023-01-14  3:06 UTC  (2+ messages)

[PATCH] scsi: 3w-sas: Replace 1-element arrays with flexible array members
 2023-01-14  3:06 UTC  (2+ messages)

Patch "gcc: disable -Warray-bounds for gcc-11 too" has been added to the 6.1-stable tree
 2023-01-14  0:36 UTC  (4+ messages)

Coverity: check_empty_area_window(): Error handling issues
 2023-01-13 23:46 UTC 

Coverity: genphy_c45_plca_set_cfg(): UNINIT
 2023-01-13 23:41 UTC 

[PATCH] gcc-plugins: Fix build for upcoming GCC release
 2023-01-13 23:20 UTC  (4+ messages)

[PATCH v3] kmod: harden user namespaces with new kernel.ns_modules_allowed sysctl
 2023-01-13 23:06 UTC  (4+ messages)

[PATCH] pstore/ram: Rework logic for detecting ramoops
 2023-01-13 12:02 UTC  (3+ messages)

[PATCH v3] firmware: coreboot: Check size of table entry and split memcpy
 2023-01-13  6:31 UTC  (3+ messages)

[PATCH v2] firmware: coreboot: Check size of table entry and split memcpy
 2023-01-12 23:00 UTC  (3+ messages)

[PATCH][next] x86/fpu: Replace zero-length array with flexible-array member
 2023-01-12 22:50 UTC  (2+ 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).