Linux Hardening
 help / color / mirror / Atom feed
 messages from 2023-01-17 21:39:58 to 2023-02-01 08:11:56 UTC [more...]

[PATCH 0/6] slab: Provide full coverage for __alloc_size attribute
 2023-02-01  8:11 UTC  (4+ messages)
` [PATCH 5/6] driver core: Add __alloc_size hint to devm allocators

[PATCH] x86: enable Data Operand Independent Timing Mode
 2023-02-01  6:54 UTC  (15+ messages)

[PATCH] iommufd: Add top-level bounds check on kernel buffer size
 2023-02-01  1:01 UTC  (5+ messages)

ACPICA: Replace fake flexible arrays with flexible array members
 2023-01-31 23:40 UTC 

[PATCH 0/3][next] scsi: smartpqi: Replace one-element arrays with flexible-array members
 2023-01-31 20:14 UTC  (2+ messages)

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

[PATCH] net: ethernet: mtk_eth_soc: Avoid truncating allocation
 2023-01-31 10:10 UTC  (3+ messages)

[PATCH] net: sched: sch: Bounds check priority
 2023-01-31 10:10 UTC  (4+ messages)

[PATCH v3 00/24] x86_64: Improvements at compressed kernel stage
 2023-01-31 10:01 UTC  (5+ messages)
` [PATCH v3 22/24] efi/libstub: Add memory attribute protocol definitions

[PATCH] scsi: aacraid: Allocate cmd_priv with scsicmd
 2023-01-31  9:02 UTC  (5+ messages)

[PATCH] Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeeds
 2023-01-30 21:30 UTC  (3+ messages)

[PATCH 0/9] use canonical ftrace path whenever possible
 2023-01-30 19:34 UTC  (4+ messages)
` [PATCH 8/9] leaking_addresses: also skip canonical ftrace path

[PATCH 5.10 097/143] docs: Fix path paste-o for /sys/kernel/warn_count
 2023-01-30 13:52 UTC 

[PATCH 5.15 141/204] docs: Fix path paste-o for /sys/kernel/warn_count
 2023-01-30 13:51 UTC 

[PATCH] dmaengine: dw-axi-dmac: Do not dereference NULL structure
 2023-01-30 12:52 UTC  (4+ messages)

[PATCH v4 1/2] dt-bindings: ramoops: Inherit reserve memory property
 2023-01-30  8:32 UTC  (9+ messages)
` [PATCH v4 2/2] pstore/ram: Rework logic for detecting ramoops

[PATCH] scripts/dtc: Replace 0-length arrays with flexible arrays
 2023-01-29 21:20 UTC  (5+ messages)

[PATCH] regulator: s5m8767: Bounds check id indexing into arrays
 2023-01-28 20:47 UTC  (3+ messages)

[PATCH] regulator: max77802: Bounds check regulator id against opmode
 2023-01-28 17:19 UTC  (3+ messages)

[PATCH] ASoC: kirkwood: Iterate over array indexes instead of using pointer math
 2023-01-28 17:18 UTC  (2+ messages)

[PATCH] lm85: Bounds check to_sensor_dev_attr()->index usage
 2023-01-28 13:13 UTC  (2+ messages)

[GIT PULL] kernel hardening fixes for v6.2-rc6
 2023-01-28  0:20 UTC  (2+ messages)

[PATCH] coda: Avoid partial allocation of sig_inputArgs
 2023-01-27 22:39 UTC 

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

[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  (4+ messages)

[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 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  (3+ 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  (2+ messages)

[RESEND][PATCH] drm/nouveau/fb/ga102: Replace zero-length array of trailing structs with flex-array
 2023-01-18 21:15 UTC  (3+ 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  (6+ messages)
` [PATCH v6 4/6] arm64: dts: qcom: sm6125: Add UFS nodes


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox