Archive-only list for patches
 help / color / mirror / Atom feed
 messages from 2022-11-23 09:57:44 to 2022-11-30 05:22:14 UTC [more...]

[PATCH v10 0/4] implement getrandom() in vDSO
 2022-11-30  5:22 UTC  (14+ messages)
` [PATCH v10 1/4] random: add vgetrandom_alloc() syscall
` [PATCH v10 2/4] arch: allocate vgetrandom_alloc() syscall number
` [PATCH v10 3/4] random: introduce generic vDSO getrandom() implementation
` [PATCH v10 4/4] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH v9 0/3] implement getrandom() in vDSO
 2022-11-29 20:15 UTC  (4+ messages)
` [PATCH v9 1/3] arch: allocate vgetrandom_alloc() syscall number
` [PATCH v9 2/3] random: introduce generic vDSO getrandom() implementation
` [PATCH v9 3/3] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH 0/2] Fix lack of section mismatch warnings with LTO
 2022-11-29 19:21 UTC  (4+ messages)
` [PATCH 1/2] padata: Do not mark padata_mt_helper() as __init
` [PATCH 2/2] modpost: Include '.text.*' in TEXT_SECTIONS

[PATCH 5.15 000/180] 5.15.80-rc2 review
 2022-11-29 10:08 UTC  (7+ messages)

[PATCH] media: rzg2l-cru: Remove unnecessary shadowing of ret in rzg2l_csi2_s_stream()
 2022-11-28 23:53 UTC  (2+ messages)

[PATCH 5.10 000/149] 5.10.156-rc1 review
 2022-11-28 22:37 UTC  (21+ messages)
` [PATCH 5.10 011/149] ASoC: Intel: sof_sdw: add quirk variant for LAPBC710 NUC15

[PATCH 5.4 000/156] 5.4.225-rc1 review
 2022-11-28 22:12 UTC  (7+ messages)

[PATCH 4.9 00/76] 4.9.334-rc1 review
 2022-11-28 21:55 UTC  (7+ messages)

[PATCH v8 0/3] implement getrandom() in vDSO
 2022-11-28 21:39 UTC  (12+ messages)
` [PATCH v8 1/3] random: add vgetrandom_alloc() syscall
` [PATCH v8 2/3] random: introduce generic vDSO getrandom() implementation
` [PATCH v8 3/3] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH 6.0 000/313] 6.0.10-rc2 review
 2022-11-28 20:55 UTC  (8+ messages)

[PATCH v7 0/3] implement getrandom() in vDSO
 2022-11-28 17:17 UTC  (16+ messages)
` [PATCH v7 1/3] random: add vgetrandom_alloc() syscall
` [PATCH v7 2/3] random: introduce generic vDSO getrandom() implementation
` [PATCH v7 3/3] x86: vdso: Wire up getrandom() vDSO implementation

[PATCH 00/12] Introduce CONFIG_SLUB_TINY and deprecate SLOB
 2022-11-28 13:19 UTC  (45+ messages)
` [PATCH 01/12] mm, slab: ignore hardened usercopy parameters when disabled
` [PATCH 02/12] mm, slub: add CONFIG_SLUB_TINY
` [PATCH 03/12] mm, slub: disable SYSFS support with CONFIG_SLUB_TINY
` [PATCH 04/12] mm, slub: retain no free slabs on partial list "
` [PATCH 05/12] mm, slub: lower the default slub_max_order "
` [PATCH 06/12] mm, slub: don't create kmalloc-rcl caches "
` [PATCH 07/12] mm, slab: ignore SLAB_RECLAIM_ACCOUNT "
` [PATCH 08/12] mm, slub: refactor free debug processing
` [PATCH 09/12] mm, slub: split out allocations from pre/post hooks
` [PATCH 10/12] mm, slub: remove percpu slabs with CONFIG_SLUB_TINY
` [PATCH 11/12] mm, slub: don't aggressively inline "
` [PATCH 12/12] mm, slob: rename CONFIG_SLOB to CONFIG_SLOB_DEPRECATED

[PATCH v3 0/5] Use EFI variables for random seed
 2022-11-28  1:35 UTC  (8+ messages)
` [PATCH v3 1/5] efi: vars: prohibit reading random seed variables
` [PATCH v3 2/5] efi: stub: use random seed from EFI variable

[PATCH 4.19 000/114] 4.19.267-rc1 review
 2022-11-26  2:29 UTC  (7+ messages)

[PATCH v6 0/3] implement getrandom() in vDSO
 2022-11-25  8:02 UTC  (21+ messages)
` [PATCH v6 1/3] random: add vgetrandom_alloc() syscall
` [PATCH v6 2/3] random: introduce generic vDSO getrandom() implementation

[PATCH 6.0 000/314] 6.0.10-rc1 review
 2022-11-25  7:45 UTC  (33+ messages)
` [PATCH 6.0 268/314] firmware: coreboot: Register bus in module init
` [PATCH 6.0 272/314] docs: update mediator contact information in CoC doc
` [PATCH 6.0 273/314] docs/driver-api/miscellaneous: Remove kernel-doc of serial_core.c
` [PATCH 6.0 274/314] s390/dcssblk: fix deadlock when adding a DCSS
` [PATCH 6.0 275/314] misc/vmw_vmci: fix an infoleak in vmci_host_do_receive_datagram()
` [PATCH 6.0 276/314] blk-cgroup: properly pin the parent in blkcg_css_online
` [PATCH 6.0 277/314] x86/sgx: Add overflow check in sgx_validate_offset_length()
` [PATCH 6.0 300/314] kcm: avoid potential race in kcm_tx_work
` [PATCH 6.0 301/314] KVM: x86/xen: Fix eventfd error handling in kvm_xen_eventfd_assign()
` [PATCH 6.0 302/314] 9p: trans_fd/p9_conn_cancel: drop client lock earlier
` [PATCH 6.0 303/314] gfs2: Check sb_bsize_shift after reading superblock
` [PATCH 6.0 304/314] gfs2: Switch from strlcpy to strscpy
` [PATCH 6.0 305/314] 9p/trans_fd: always use O_NONBLOCK read/write
` [PATCH 6.0 306/314] netlink: Bounds-check struct nlmsgerr creation
` [PATCH 6.0 307/314] wifi: wext: use flex array destination for memcpy()
` [PATCH 6.0 308/314] rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encountered
` [PATCH 6.0 309/314] mm: fs: initialize fsdata passed to write_begin/write_end interface
` [PATCH 6.0 310/314] net/9p: use a dedicated spinlock for trans_fd
` [PATCH 6.0 311/314] bpf: Prevent bpf program recursion for raw tracepoint probes
` [PATCH 6.0 312/314] ntfs: fix use-after-free in ntfs_attr_find()
` [PATCH 6.0 313/314] ntfs: fix out-of-bounds read "
` [PATCH 6.0 314/314] ntfs: check overflow when iterating ATTR_RECORDs

[PATCH 4.14 00/88] 4.14.300-rc1 review
 2022-11-24 12:47 UTC  (4+ messages)

[PATCH 5.15 000/181] 5.15.80-rc1 review
 2022-11-24 10:50 UTC  (8+ messages)

HELLO DEAR
 2022-11-23 14:34 UTC 


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