linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-29 13:02:11 to 2021-07-29 14:08:53 UTC [more...]

[PATCH 5.13 00/22] 5.13.7-rc1 review
 2021-07-29 13:54 UTC  (14+ messages)
` [PATCH 5.13 01/22] af_unix: fix garbage collect vs MSG_PEEK
` [PATCH 5.13 02/22] workqueue: fix UAF in pwq_unbound_release_workfn()
` [PATCH 5.13 09/22] rcu-tasks: Dont delete holdouts within trc_wait_for_one_reader()
` [PATCH 5.13 10/22] ipv6: allocate enough headroom in ip6_finish_output2()
` [PATCH 5.13 11/22] nvme-pci: fix multiple races in nvme_setup_io_queues
` [PATCH 5.13 12/22] drm/ttm: add a check against null pointer dereference
` [PATCH 5.13 13/22] hfs: add missing clean-up in hfs_fill_super
` [PATCH 5.13 14/22] hfs: fix high memory mapping in hfs_bnode_read
` [PATCH 5.13 15/22] hfs: add lock nesting notation to hfs_find_init
` [PATCH 5.13 16/22] firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflow
` [PATCH 5.13 17/22] firmware: arm_scmi: Fix range check for the maximum number of pending messages
` [PATCH 5.13 18/22] cifs: fix the out of range assignment to bit fields in parse_server_interfaces
` [PATCH 5.13 19/22] iomap: remove the length variable in iomap_seek_data

[PATCH v27 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-07-29 13:49 UTC  (10+ messages)
` [PATCH v27 01/10] fs/ntfs3: Add headers and misc files
` [PATCH v27 03/10] fs/ntfs3: Add bitmap
` [PATCH v27 04/10] fs/ntfs3: Add file operations and implementation
` [PATCH v27 05/10] fs/ntfs3: Add attrib operations
` [PATCH v27 06/10] fs/ntfs3: Add compression
` [PATCH v27 07/10] fs/ntfs3: Add NTFS journal
` [PATCH v27 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
` [PATCH v27 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile
` [PATCH v27 10/10] fs/ntfs3: Add MAINTAINERS

[PATCH 5.10 00/24] 5.10.55-rc1 review
 2021-07-29 13:54 UTC  (25+ messages)
` [PATCH 5.10 01/24] tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.include
` [PATCH 5.10 02/24] [PATCH] io_uring: fix link timeout refs
` [PATCH 5.10 03/24] KVM: x86: determine if an exception has an error code only when injecting it
` [PATCH 5.10 04/24] af_unix: fix garbage collect vs MSG_PEEK
` [PATCH 5.10 05/24] workqueue: fix UAF in pwq_unbound_release_workfn()
` [PATCH 5.10 06/24] cgroup1: fix leaked context root causing sporadic NULL deref in LTP
` [PATCH 5.10 07/24] net/802/mrp: fix memleak in mrp_request_join()
` [PATCH 5.10 08/24] net/802/garp: fix memleak in garp_request_join()
` [PATCH 5.10 09/24] net: annotate data race around sk_ll_usec
` [PATCH 5.10 10/24] sctp: move 198 addresses from unusable to private scope
` [PATCH 5.10 11/24] rcu-tasks: Dont delete holdouts within trc_inspect_reader()
` [PATCH 5.10 12/24] rcu-tasks: Dont delete holdouts within trc_wait_for_one_reader()
` [PATCH 5.10 13/24] ipv6: allocate enough headroom in ip6_finish_output2()
` [PATCH 5.10 14/24] drm/ttm: add a check against null pointer dereference
` [PATCH 5.10 15/24] hfs: add missing clean-up in hfs_fill_super
` [PATCH 5.10 16/24] hfs: fix high memory mapping in hfs_bnode_read
` [PATCH 5.10 17/24] hfs: add lock nesting notation to hfs_find_init
` [PATCH 5.10 18/24] firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflow
` [PATCH 5.10 19/24] firmware: arm_scmi: Fix range check for the maximum number of pending messages
` [PATCH 5.10 20/24] cifs: fix the out of range assignment to bit fields in parse_server_interfaces
` [PATCH 5.10 21/24] iomap: remove the length variable in iomap_seek_data
` [PATCH 5.10 22/24] iomap: remove the length variable in iomap_seek_hole
` [PATCH 5.10 23/24] ARM: dts: versatile: Fix up interrupt controller node names
` [PATCH 5.10 24/24] ipv6: ip6_finish_output2: set sk into newly allocated nskb

[PATCH 5.4 00/21] 5.4.137-rc1 review
 2021-07-29 13:54 UTC  (22+ messages)
` [PATCH 5.4 01/21] selftest: fix build error in tools/testing/selftests/vm/userfaultfd.c
` [PATCH 5.4 02/21] tools: Allow proper CC/CXX/... override with LLVM=1 in Makefile.include
` [PATCH 5.4 03/21] KVM: x86: determine if an exception has an error code only when injecting it
` [PATCH 5.4 04/21] af_unix: fix garbage collect vs MSG_PEEK
` [PATCH 5.4 05/21] workqueue: fix UAF in pwq_unbound_release_workfn()
` [PATCH 5.4 06/21] cgroup1: fix leaked context root causing sporadic NULL deref in LTP
` [PATCH 5.4 07/21] net/802/mrp: fix memleak in mrp_request_join()
` [PATCH 5.4 08/21] net/802/garp: fix memleak in garp_request_join()
` [PATCH 5.4 09/21] net: annotate data race around sk_ll_usec
` [PATCH 5.4 10/21] sctp: move 198 addresses from unusable to private scope
` [PATCH 5.4 11/21] ipv6: allocate enough headroom in ip6_finish_output2()
` [PATCH 5.4 12/21] hfs: add missing clean-up in hfs_fill_super
` [PATCH 5.4 13/21] hfs: fix high memory mapping in hfs_bnode_read
` [PATCH 5.4 14/21] hfs: add lock nesting notation to hfs_find_init
` [PATCH 5.4 15/21] firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflow
` [PATCH 5.4 16/21] firmware: arm_scmi: Fix range check for the maximum number of pending messages
` [PATCH 5.4 17/21] cifs: fix the out of range assignment to bit fields in parse_server_interfaces
` [PATCH 5.4 18/21] iomap: remove the length variable in iomap_seek_data
` [PATCH 5.4 19/21] iomap: remove the length variable in iomap_seek_hole
` [PATCH 5.4 20/21] ARM: dts: versatile: Fix up interrupt controller node names
` [PATCH 5.4 21/21] ipv6: ip6_finish_output2: set sk into newly allocated nskb

[PATCH 1/3] net: mdio-ipq4019: Add mdio reset function
 2021-07-29 13:57 UTC  (7+ messages)
` [PATCH 2/3] net: mdio-ipq4019: rename mdio_ipq4019 to mdio_ipq
` [PATCH 3/3] dt-bindings: net: rename Qualcomm IPQ MDIO bindings

[PATCH 4.19 00/17] 4.19.200-rc1 review
 2021-07-29 13:54 UTC  (18+ messages)
` [PATCH 4.19 01/17] selftest: fix build error in tools/testing/selftests/vm/userfaultfd.c
` [PATCH 4.19 02/17] iio: dac: ds4422/ds4424 drop of_node check
` [PATCH 4.19 03/17] KVM: x86: determine if an exception has an error code only when injecting it
` [PATCH 4.19 04/17] net: split out functions related to registering inflight socket files
` [PATCH 4.19 05/17] af_unix: fix garbage collect vs MSG_PEEK
` [PATCH 4.19 06/17] workqueue: fix UAF in pwq_unbound_release_workfn()
` [PATCH 4.19 07/17] net/802/mrp: fix memleak in mrp_request_join()
` [PATCH 4.19 08/17] net/802/garp: fix memleak in garp_request_join()
` [PATCH 4.19 09/17] net: annotate data race around sk_ll_usec
` [PATCH 4.19 10/17] sctp: move 198 addresses from unusable to private scope
` [PATCH 4.19 11/17] hfs: add missing clean-up in hfs_fill_super
` [PATCH 4.19 12/17] hfs: fix high memory mapping in hfs_bnode_read
` [PATCH 4.19 13/17] hfs: add lock nesting notation to hfs_find_init
` [PATCH 4.19 14/17] firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflow
` [PATCH 4.19 15/17] firmware: arm_scmi: Fix range check for the maximum number of pending messages
` [PATCH 4.19 16/17] cifs: fix the out of range assignment to bit fields in parse_server_interfaces
` [PATCH 4.19 17/17] ARM: dts: versatile: Fix up interrupt controller node names

[PATCH 0/5] Cleanups and fixup for memcontrol
 2021-07-29 13:52 UTC  (3+ messages)
` [PATCH 4/5] mm, memcg: avoid possible NULL pointer dereferencing in mem_cgroup_init()

[RFC PATCH v6 0/3] arm64: Implement stack trace reliability checks
 2021-07-29 13:54 UTC  (4+ messages)
  ` [RFC PATCH v6 1/3] arm64: Improve the unwinder return value

[PATCH] drm/amdgpu/powerplay/smu10: Fix a typo in error message
 2021-07-29 13:53 UTC 

[PATCH V3] iscsi_ibft: fix crash due to KASLR physical memory remapping
 2021-07-29 13:52 UTC 

[PATCH] asm-generic/hyperv: Fix struct hv_message_header ordering
 2021-07-29 13:52 UTC  (2+ messages)

[RESEND PATCH] perf/x86/amd: Do not touch the AMD64_EVENTSEL_HOSTONLY bit inside the guest
 2021-07-29 13:49 UTC  (3+ messages)

[RFC v2 00/34] SLUB: reduce irq disabled scope and make it RT compatible
 2021-07-29 13:49 UTC  (4+ messages)

[PATCH 0/2] KVM: x86: Convey the exit reason to user-space on emulation failure
 2021-07-29 13:48 UTC  (6+ messages)
` [PATCH 2/2] KVM: x86: On emulation failure, convey the exit reason to userspace

[PATCH 14/39] arm64: dts: qcom: sdm630: Add TSENS node
 2021-07-29 13:48 UTC  (7+ messages)

[PATCH 0/2] staging: vchiq: Minor fixups to CONFIG_VCHIQ_CDEV
 2021-07-29 13:47 UTC  (6+ messages)
` [PATCH 2/2] staging: vchiq: Add details to $CONFIG_VCHIQ_CDEV help text

[PATCH 0/4] s390: add kfence support
 2021-07-29 13:47 UTC  (4+ messages)
` [PATCH 2/4] kfence: add function to mask address bits

[PATCH] KVM: x86/pmu: Introduce pmc->is_paused to reduce the call time of perf interfaces
 2021-07-29 13:46 UTC  (3+ messages)

[PATCH v3 0/3] kvm: x86: Convey the exit reason, etc. to user-space on emulation failure
 2021-07-29 13:39 UTC  (4+ messages)
` [PATCH v3 1/3] KVM: x86: kvm_x86_ops.get_exit_info should include the exit reason
` [PATCH v3 2/3] KVM: x86: On emulation failure, convey the exit reason, etc. to userspace
` [PATCH v3 3/3] KVM: x86: SGX must obey the KVM_INTERNAL_ERROR_EMULATION protocol

[PATCH v2 00/13] KVM: s390: pv: implement lazy destroy
 2021-07-29 13:45 UTC  (16+ messages)
` [PATCH v2 01/13] KVM: s390: pv: avoid stall notifications for some UVCs
` [PATCH v2 02/13] KVM: s390: pv: leak the ASCE page when destroy fails
` [PATCH v2 05/13] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v2 13/13] KVM: s390: pv: add support for UV feature bits

[PATCH v2] PCI: PM: Add special case handling for PCIe device wakeup
 2021-07-29 13:44 UTC  (3+ messages)

[RFC 0/4] dma-fence: Deadline awareness
 2021-07-29 13:41 UTC  (20+ messages)

[PATCH 0/3] Some exit code tidying
 2021-07-29 13:39 UTC  (3+ messages)
` [PATCH 3/3] perf test: Be more consistent in use of TEST_*

[PATCH] media: em28xx: fix corrupted list
 2021-07-29 13:40 UTC  (5+ messages)
` [PATCH v2] media: em28xx: add missing em28xx_close_extension

[PATCH] tpm: ibmvtpm: Avoid error message when process gets signal while waiting
 2021-07-29 13:39 UTC  (5+ messages)

[PATCH v14 000/138] Memory folios
 2021-07-29 13:39 UTC  (4+ messages)
` [PATCH v14 049/138] mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave()

[PATCH v6 0/6] Introduce multi-preference mempolicy
 2021-07-29 13:38 UTC  (7+ messages)
` [PATCH v6 1/6] mm/mempolicy: Add MPOL_PREFERRED_MANY for multiple preferred nodes

[PATCH v4 0/6] staging: r8188eu: add newer/better RTL8188eu driver
 2021-07-29 13:37 UTC  (4+ messages)

[PATCH] ipmi: rate limit ipmi smi_event failure message
 2021-07-29 13:37 UTC  (2+ messages)

[PATCH rcu 0/18] Miscellaneous fixes for v5.15
 2021-07-29 13:36 UTC  (4+ messages)
` [PATCH rcu 10/18] srcutiny: Mark read-side data races

[PATCH v3 00/21] Track shared pages at EL2 in protected mode
 2021-07-29 13:28 UTC  (22+ messages)
` [PATCH v3 01/21] KVM: arm64: Add hyp_spin_is_locked() for basic locking assertions at EL2
` [PATCH v3 02/21] KVM: arm64: Introduce hyp_assert_lock_held()
` [PATCH v3 03/21] KVM: arm64: Provide the host_stage2_try() helper macro
` [PATCH v3 04/21] KVM: arm64: Introduce helper to retrieve a PTE and its level
` [PATCH v3 05/21] KVM: arm64: Expose page-table helpers
` [PATCH v3 06/21] KVM: arm64: Optimize host memory aborts
` [PATCH v3 07/21] KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED
` [PATCH v3 08/21] KVM: arm64: Don't overwrite software bits with owner id
` [PATCH v3 09/21] KVM: arm64: Tolerate re-creating hyp mappings to set software bits
` [PATCH v3 10/21] KVM: arm64: Enable forcing page-level stage-2 mappings
` [PATCH v3 11/21] KVM: arm64: Allow populating software bits
` [PATCH v3 12/21] KVM: arm64: Add helpers to tag shared pages in SW bits
` [PATCH v3 13/21] KVM: arm64: Expose host stage-2 manipulation helpers
` [PATCH v3 14/21] KVM: arm64: Expose pkvm_hyp_id
` [PATCH v3 15/21] KVM: arm64: Introduce addr_is_memory()
` [PATCH v3 16/21] KVM: arm64: Enable retrieving protections attributes of PTEs
` [PATCH v3 17/21] KVM: arm64: Mark host bss and rodata section as shared
` [PATCH v3 18/21] KVM: arm64: Remove __pkvm_mark_hyp
` [PATCH v3 19/21] KVM: arm64: Refactor protected nVHE stage-1 locking
` [PATCH v3 20/21] KVM: arm64: Restrict EL2 stage-1 changes in protected mode
` [PATCH v3 21/21] KVM: arm64: Make __pkvm_create_mappings static

decompressor.c:undefined reference to `__clzdi2'
 2021-07-29 13:29 UTC  (3+ messages)
  ` [PATCH] s390/boot: fix zstd build for -march=z900

[PATCH v6 0/9] cpufreq-qcom-hw: Implement full OSM programming
 2021-07-29 13:28 UTC  (4+ messages)
` [PATCH v6 9/9] dt-bindings: cpufreq: qcom-hw: Make reg-names a required property

[PATCH v7 0/5] Implement SPM/SAW for MSM8998 and SDM6xx
 2021-07-29 13:26 UTC  (4+ messages)
` [PATCH v7 5/5] dt-bindings: soc: qcom: spm: Document SDM660 and MSM8998 compatibles

[PATCH v6 0/2] init/initramfs.c: make initramfs support pivot_root
 2021-07-29 13:25 UTC  (12+ messages)
` [PATCH v6 2/2] init/do_mounts.c: create second mount for initramfs

[PATCH v3 00/35] SLUB: reduce irq disabled scope and make it RT compatible
 2021-07-29 13:21 UTC  (36+ messages)
` [PATCH v3 01/35] mm, slub: don't call flush_all() from slab_debug_trace_open()
` [PATCH v3 02/35] mm, slub: allocate private object map for debugfs listings
` [PATCH v3 03/35] mm, slub: allocate private object map for validate_slab_cache()
` [PATCH v3 04/35] mm, slub: don't disable irq for debug_check_no_locks_freed()
` [PATCH v3 05/35] mm, slub: remove redundant unfreeze_partials() from put_cpu_partial()
` [PATCH v3 06/35] mm, slub: unify cmpxchg_double_slab() and __cmpxchg_double_slab()
` [PATCH v3 07/35] mm, slub: extract get_partial() from new_slab_objects()
` [PATCH v3 08/35] mm, slub: dissolve new_slab_objects() into ___slab_alloc()
` [PATCH v3 09/35] mm, slub: return slab page from get_partial() and set c->page afterwards
` [PATCH v3 10/35] mm, slub: restructure new page checks in ___slab_alloc()
` [PATCH v3 11/35] mm, slub: simplify kmem_cache_cpu and tid setup
` [PATCH v3 12/35] mm, slub: move disabling/enabling irqs to ___slab_alloc()
` [PATCH v3 13/35] mm, slub: do initial checks in ___slab_alloc() with irqs enabled
` [PATCH v3 14/35] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()
` [PATCH v3 15/35] mm, slub: restore irqs around calling new_slab()
` [PATCH v3 16/35] mm, slub: validate slab from partial list or page allocator before making it cpu slab
` [PATCH v3 17/35] mm, slub: check new pages with restored irqs
` [PATCH v3 18/35] mm, slub: stop disabling irqs around get_partial()
` [PATCH v3 19/35] mm, slub: move reset of c->page and freelist out of deactivate_slab()
` [PATCH v3 20/35] mm, slub: make locking in deactivate_slab() irq-safe
` [PATCH v3 21/35] mm, slub: call deactivate_slab() without disabling irqs
` [PATCH v3 22/35] mm, slub: move irq control into unfreeze_partials()
` [PATCH v3 23/35] mm, slub: discard slabs in unfreeze_partials() without irqs disabled
` [PATCH v3 24/35] mm, slub: detach whole partial list at once in unfreeze_partials()
` [PATCH v3 25/35] mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing
` [PATCH v3 26/35] mm, slub: only disable irq with spin_lock in __unfreeze_partials()
` [PATCH v3 27/35] mm, slub: don't disable irqs in slub_cpu_dead()
` [PATCH v3 28/35] mm, slab: make flush_slab() possible to call with irqs enabled
` [PATCH v3 29/35] mm: slub: Move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context
` [PATCH v3 30/35] mm: slub: Make object_map_lock a raw_spinlock_t
` [PATCH v3 31/35] mm, slub: optionally save/restore irqs in slab_[un]lock()/
` [PATCH v3 32/35] mm, slub: make slab_lock() disable irqs with PREEMPT_RT
` [PATCH v3 33/35] mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg
` [PATCH v3 34/35] mm, slub: use migrate_disable() on PREEMPT_RT
` [PATCH v3 35/35] mm, slub: convert kmem_cpu_slab protection to local_lock

[perf] fuzzer triggers unchecked MSR access error: WRMSR to 0x318
 2021-07-29 13:21 UTC  (3+ messages)

[PATCH v2 0/2] add ethernet support to rk3568 dts
 2021-07-29 13:19 UTC  (2+ messages)

[PATCH v2 0/8] fixes and enablement for rk356x
 2021-07-29 13:19 UTC  (2+ messages)
` (subset) "

[PATCH net-next v1 0/2] Clean devlink net namespace operations
 2021-07-29 13:17 UTC  (3+ messages)
` [PATCH net-next v1 1/2] devlink: Break parameter notification sequence to be before/after unload/load driver
` [PATCH net-next v1 2/2] devlink: Allocate devlink directly in requested net namespace

[PATCHv4] docs/zh_CN: Add zh_CN/accounting/psi.rst
 2021-07-29 13:17 UTC  (2+ messages)

[PATCH v2 0/2] perf tools: Add PMU alias support
 2021-07-29 13:15 UTC  (5+ messages)
` [PATCH v2 1/2] perf pmu: "
` [PATCH v2 2/2] perf tests: Test for PMU alias

[PATCH v7 00/19] arm64: sunxi: Initial Allwinner H616 SoC support
 2021-07-29 13:04 UTC  (6+ messages)
` [PATCH v7 06/19] rtc: sun6i: Add support for RTCs without external LOSCs

[PATCH 00/13] x86/Hyper-V: Add Hyper-V Isolation VM support
 2021-07-29 13:01 UTC  (4+ messages)
` [PATCH 03/13] x86/HV: Add new hvcall guest address host visibility support


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