linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-07 14:53:31 to 2022-09-07 17:09:05 UTC [more...]

[PATCH] mm: gup: fix the fast GUP race against THP collapse
 2022-09-07 17:08 UTC  (9+ messages)

[PATCH] vdso: fix NULL deference in vdso_join_timens() when vfork
 2022-09-07 16:58 UTC 

[mani-mhi:mhi-next 2/3] drivers/bus/mhi/host/pci_generic.c:734:60: error: assignment of member 'irq' in read-only object
 2022-09-07 17:07 UTC  (5+ messages)

[PATCH v1 0/8] ACPI: unify _UID handling as integer
 2022-09-07 17:06 UTC  (10+ messages)
` [PATCH v1 1/8] ACPI: utils: Add acpi_dev_uid_to_integer() helper to get _UID "
` [PATCH v1 2/8] ACPI: LPSS: Refactor _UID handling to use acpi_dev_uid_to_integer()
` [PATCH v1 3/8] ACPI: x86: "
` [PATCH v1 4/8] i2c: amd-mp2-plat: "
` [PATCH v1 5/8] i2c: mlxbf: "
` [PATCH v1 6/8] perf: qcom_l2_pmu: "
` [PATCH v1 7/8] spi: pxa2xx: "
` [PATCH v1 8/8] efi/dev-path-parser: "

build failure of next-20220906 for vkms
 2022-09-07 17:04 UTC  (3+ messages)
` build failure of next-20220906 due to 396369d67549 ("drm: vkms: Add support to the RGB565 format")

[PATCH v8 00/26] tcp: Initial support for RFC5925 auth option
 2022-09-07 17:04 UTC  (9+ messages)
` [PATCH v8 01/26] tcp: authopt: Initial support and key management
` [PATCH v8 08/26] tcp: authopt: Disable via sysctl by default

[PATCH v2 00/10] Encrypted Hibernation
 2022-09-07 17:03 UTC  (4+ messages)
` [PATCH v2 02/10] tpm: Allow PCR 23 to be restricted to kernel-only use

[RFC PATCH v1] spi: fsl_spi: Convert to transfer_one
 2022-09-07 17:02 UTC  (2+ messages)

[PATCH v1 1/9] pwm: lpss: Deduplicate board info data structures
 2022-09-07 17:00 UTC  (5+ messages)
` [PATCH v1 2/9] pwm: lpss: Move exported symbols to PWM_LPSS namespace

[PATCH net-next v5 0/8] net: phy: Add support for rate adaptation
 2022-09-07 17:01 UTC  (10+ messages)
` [PATCH net-next v5 1/8] net: phylink: Document MAC_(A)SYM_PAUSE
` [PATCH net-next v5 3/8] net: phylink: Generate caps and convert to linkmodes separately
` [PATCH net-next v5 5/8] net: phylink: Adjust link settings based on rate adaptation

[PATCH 00/12] drm/udl: More fixes
 2022-09-07 17:01 UTC  (5+ messages)
` [PATCH 01/12] drm/udl: Restore display mode on resume

[PATCH v6 0/5] Simplify vfio_iommu_type1 attach/detach routine
 2022-09-07 17:00 UTC  (6+ messages)
` [PATCH v6 1/5] iommu: Return -EMEDIUMTYPE for incompatible domain and device/group

[PATCH v3 0/4] lib: optimize find_bit() functions
 2022-09-07 16:57 UTC  (8+ messages)
` [PATCH v3 1/4] lib/find_bit: introduce FIND_FIRST_BIT() macro
` [PATCH v3 2/4] lib/find_bit: create find_first_zero_bit_le()
` [PATCH v3 3/4] lib/find_bit: optimize find_next_bit() functions

[PATCH] mm/damon: Simply damon_ctx check in damon_sysfs_before_terminate
 2022-09-07 16:57 UTC  (2+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-09-07 16:18 UTC  (4+ messages)
` [PATCH v7 05/14] mm/memfd: Introduce MFD_INACCESSIBLE flag

[PATCH v2 0/3] dma-buf: map-info support
 2022-09-07 16:55 UTC  (14+ messages)
` [PATCH v2 1/3] dma-buf: Add ioctl to query mmap coherency/cache info

[PATCH] selftests: kvm: Fix a compile error in selftests/kvm/rseq_test.c
 2022-09-07 16:54 UTC  (3+ messages)

[PATCH 0/2] Couple more bug fixes from recent commits
 2022-09-07 16:52 UTC  (4+ messages)
` [PATCH 1/2] md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()

[PATCH -next] memregion: Add arch_flush_memregion() interface
 2022-09-07 16:52 UTC  (6+ messages)

[PATCH v2 00/41] drm: Analog TV Improvements
 2022-09-07 16:44 UTC  (9+ messages)
` [PATCH v2 36/41] drm/sun4i: tv: Merge mode_set into atomic_enable
    `  "

[GIT PULL] Fix RISC-V's arch-topology reporting
 2022-09-07 16:44 UTC  (4+ messages)

[PATCH v3 07/10] PCI/PTM: Add suspend/resume
 2022-09-07 16:44 UTC  (2+ messages)

[PATCH] tpm: Add flag to use default cancellation policy
 2022-09-07 16:43 UTC 

[PATCH] sbitmap: fix possible io hung due to lost wakeup
 2022-09-07 16:41 UTC  (5+ messages)

[PATCH bpf-next v5 0/6] Support direct writes to nf_conn:mark
 2022-09-07 16:40 UTC  (7+ messages)
` [PATCH bpf-next v5 1/6] bpf: Remove duplicate PTR_TO_BTF_ID RO check
` [PATCH bpf-next v5 2/6] bpf: Add stub for btf_struct_access()
` [PATCH bpf-next v5 3/6] bpf: Use 0 instead of NOT_INIT for btf_struct_access() writes
` [PATCH bpf-next v5 4/6] bpf: Export btf_type_by_id() and bpf_log()
` [PATCH bpf-next v5 5/6] bpf: Add support for writing to nf_conn:mark
` [PATCH bpf-next v5 6/6] selftests/bpf: Add tests "

[PATCH] perf record: Fix synthesis failure warnings
 2022-09-07 16:24 UTC 

[PATCH] vfio/type1: Unpin zero pages
 2022-09-07 16:40 UTC  (8+ messages)

[PATCH] riscv: make t-head erratas depend on MMU
 2022-09-07 16:35 UTC  (3+ messages)

[PATCH] nbd: Fix hung when signal interrupts nbd_start_device_ioctl()
 2022-09-07 16:35 UTC 

[PATCH 1/3] dt-bindings: reset: syscon-reboot: Add priority property
 2022-09-07 16:33 UTC  (4+ messages)
` [PATCH v3 "

[PATCH v2 1/3] KVM: x86/pmu: Stop adding speculative Intel GP PMCs that don't exist yet
 2022-09-07 16:33 UTC  (4+ messages)
` [PATCH v2 2/3] KVM: x86/pmu: Limit the maximum number of supported Intel GP counters

[PATCH] dt-bindings: power: reset: restart-handler: add common schema
 2022-09-07 16:32 UTC  (2+ messages)

[PATCH v4 i2c-master] i2c: microchip: pci1xxxx: Add driver for I2C host controller in multifunction endpoint of pci1xxxx switch
 2022-09-07 16:32 UTC  (2+ messages)

[PATCH] mm/damon/vaddr: remove unnecessary switch case DAMOS_STAT
 2022-09-07 16:31 UTC 

[PATCH] thunderbolt: Resume PCIe bridges after switch is found on AMD USB4 controller
 2022-09-07 16:30 UTC  (3+ messages)

[PATCH v2] arm64: spectre: increase parameters that can be used to turn off bhb mitigation individually
 2022-09-07 16:29 UTC  (3+ messages)

[PATCH 00/15] cxl: Add support for Restricted CXL hosts (RCD mode)
 2022-09-07 16:29 UTC  (7+ messages)
` [PATCH 01/15] cxl/core: Remove duplicate declaration of devm_cxl_iomap_block()
  ` [PATCH 1/15] "
` [PATCH 03/15] cxl: Unify debug messages when calling devm_cxl_add_port()
  ` [PATCH 3/15] "
` [PATCH 04/15] cxl: Unify debug messages when calling devm_cxl_add_dport()
  ` [PATCH 4/15] "

[PATCH v1] i2c: designware: Add support to get I2C related timing parameters from firmware
 2022-09-07 16:26 UTC  (2+ messages)

[PATCH] batman-adv: Fix hang up with small MTU hard-interface
 2022-09-07 16:25 UTC  (4+ messages)
    ` [PATCH] batman-adv: Fix hang up with small MTU hard-interface,Re: "

[PATCH] firmware: dmi: Fortify entry point length checks
 2022-09-07 16:22 UTC  (6+ messages)

[PATCH net] ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header
 2022-09-07 16:18 UTC  (2+ messages)

[PATCH v2 0/4] dma-buf: To check enable signaling before signaled
 2022-09-07 16:18 UTC  (6+ messages)
` [PATCH v2 1/4] drm/sched: Enable signaling for finished fence

[for-linus][PATCH 0/7] tracing: Fixes and updates for 6.0
 2022-09-07 16:15 UTC  (8+ messages)
` [for-linus][PATCH 1/7] rv/monitors: Make monitors automata definition static
` [for-linus][PATCH 2/7] MAINTAINERS: Add Runtime Verification (RV) entry
` [for-linus][PATCH 3/7] MAINTAINERS: add scripts/tracing/ to TRACING
` [for-linus][PATCH 4/7] tracepoint: Allow trace events in modules with TAINT_TEST
` [for-linus][PATCH 5/7] tracing: hold caller_addr to hardirq_{enable,disable}_ip
` [for-linus][PATCH 6/7] tracing: Fix to check event_mutex is held while accessing trigger list
` [for-linus][PATCH 7/7] rv/reactor: add __init/__exit annotations to module init/exit funcs

test ./tools/testing/selftests/bpf/test_offload.py failed
 2022-09-07 16:08 UTC  (4+ messages)

[PATCH 0/4] USB host support for TQMa8MPxL + MBa8MPxL
 2022-09-07 16:08 UTC  (2+ messages)

[PATCH v2 0/2] i2c: core: Add mux root adapter operations
 2022-09-07 16:02 UTC  (6+ messages)
` [PATCH v2 2/2] iio: si7020: Lock root adapter to wait for reset

[PATCH] ipc/msg.c: mitigate the lock contention with percpu counter
 2022-09-07 17:25 UTC  (3+ messages)
` [PATCH v4] ipc/msg: "

[PATCH 0/7] bpf: Add fd modes check for map iter and extend libbpf
 2022-09-07 16:02 UTC  (5+ messages)
` [PATCH 1/7] bpf: Add missing fd modes check for map iterators

[PATCH] KVM: Reduce the execution of one instruction
 2022-09-07 16:03 UTC  (3+ messages)

[PATCH v16 12/12] selftests/bpf: Add tests for dynamic pointers parameters in kfuncs
 2022-09-07 16:02 UTC  (3+ messages)
` [PATCH v17 "

[PATCH] fs/ntfs3: Avoid UBSAN error on true_sectors_per_clst()
 2022-09-07 16:01 UTC  (2+ messages)

[PATCH] fs/ntfs3: Fix memory leak on ntfs_fill_super() error path
 2022-09-07 16:01 UTC  (2+ messages)

[PATCH v4 00/21] Variety of fixes and new features for mr75203 driver
 2022-09-07 16:00 UTC  (10+ messages)
` [PATCH v4 01/21] hwmon: (mr75203) fix coding style space errors
` [PATCH v4 02/21] dt-bindings: hwmon: (mr75203) fix "intel,vm-map" property to be optional
    ` [PATCH v4 02/21] dt-bindings: hwmon: (mr75203) fix "intel, vm-map" "

[PATCH] iommu/virtio: Fix compile error with viommu_capable()
 2022-09-07 15:59 UTC  (3+ messages)

[PATCH] KVM: s390: pci: fix GAIT physical vs virtual pointers usage
 2022-09-07 15:59 UTC 

[PATCH v8 00/16] GSC support for XeHP SDV and DG2
 2022-09-07 15:58 UTC  (17+ messages)
` [PATCH v8 01/16] drm/i915/gsc: skip irq initialization if using polling
` [PATCH v8 02/16] mei: add kdoc for struct mei_aux_device
` [PATCH v8 03/16] mei: add slow_firmware flag to the mei auxiliary device
` [PATCH v8 04/16] drm/i915/gsc: add slow_firmware flag to the gsc device definition
` [PATCH v8 05/16] drm/i915/gsc: add GSC XeHP SDV platform definition
` [PATCH v8 06/16] mei: gsc: use polling instead of interrupts
` [PATCH v8 07/16] mei: gsc: wait for reset thread on stop
` [PATCH v8 08/16] mei: extend timeouts on slow devices
` [PATCH v8 09/16] mei: bus: export common mkhi definitions into a separate header
` [PATCH v8 10/16] mei: mkhi: add memory ready command
` [PATCH v8 11/16] mei: gsc: setup gsc extended operational memory
` [PATCH v8 12/16] mei: gsc: add transition to PXP mode in resume flow
` [PATCH v8 13/16] mei: drop ready bits check after start
` [PATCH v8 14/16] mei: debugfs: add pxp mode to devstate in debugfs
` [PATCH v8 15/16] drm/i915/gsc: allocate extended operational memory in LMEM
` [PATCH v8 16/16] HAX: drm/i915: force INTEL_MEI_GSC on for CI

[PATCH v2] bpf: Simplify code by using for_each_cpu_wrap()
 2022-09-07 15:57 UTC 

[PATCH v2 0/4] Fix a race between posted interrupt delivery and migration in a nested VM
 2022-09-07 15:56 UTC  (8+ messages)
` [PATCH v2 1/4] KVM: x86: move the event handling of KVM_REQ_GET_VMCS12_PAGES into a common function

kernel/dma/pool.c:105:9: error: call to undeclared function 'pgprot_dmacoherent'; ISO C99 and later do not support implicit function declarations
 2022-09-07 15:55 UTC  (2+ messages)

[PATCH v2] of: irq: Report individual failures in of_irq_init()
 2022-09-07 15:54 UTC  (2+ messages)

[Regression] Bug 216420 - Unable to handle kernel NULL pointer dereference at virtual address 00000008
 2022-09-07 15:54 UTC  (2+ messages)
` [Regression] Bug 216420 - Unable to handle kernel NULL pointer dereference at virtual address 00000008 #forregzbot

[PATCH] core_pattern: add CPU specifier
 2022-09-07 15:53 UTC  (2+ messages)

regression caused by block: freeze the queue earlier in del_gendisk
 2022-09-07 15:53 UTC  (9+ messages)

[Bisected] Disconnecting pendrive with opened files causes trouble on 6.0.0-rc3
 2022-09-07 15:50 UTC  (3+ messages)
` [Bisected] Disconnecting pendrive with opened files causes trouble on 6.0.0-rc3 #forregzbot

[PATCH v3 02/10] PCI/PTM: Cache PTM Capability offset
 2022-09-07 15:49 UTC  (2+ messages)

[PATCH v2] perf vendor events: Update events for Neoverse E1
 2022-09-07 15:49 UTC 

[PATCH] perf script: Fix sample type validation of dummy events
 2022-09-07 15:49 UTC 

[RESEND PATCH] dt-bindings: interconnect: fsl,imx8m-noc: drop Leonard Crestez
 2022-09-07 15:48 UTC  (2+ messages)

[PATCH v3] perf test: Skip sigtrap test on old kernels
 2022-09-07 15:47 UTC  (2+ messages)

[PATCH v4] arm64: dts: qcom: sc7280: Fix Dmic no sound on villager-r1
 2022-09-07 15:46 UTC  (4+ messages)

[PATCH] security/keys: Remove inconsistent __user annotation
 2022-09-07 15:43 UTC  (3+ messages)

[PATCH v12] dt-bindings: misc: fastrpc convert bindings to yaml
 2022-09-07 15:42 UTC  (2+ messages)

[PATCH 0/8] Add support for the internal RK3308 audio codec
 2022-09-07 15:41 UTC  (2+ messages)

[PATCH v5 0/4] Input: joystick: xpad: Add X-Box Adaptive Controller support
 2022-09-07 15:41 UTC  (5+ messages)
` [PATCH v5 2/4] Input: joystick: xpad: Add ABS_PROFILE axis value to uapi

[v4 1/5] HID: core: Export hid_match_id()
 2022-09-07 15:39 UTC  (2+ messages)

[PATCH v5 00/18] Implement call_rcu_lazy() and miscellaneous fixes
 2022-09-07 15:39 UTC  (14+ messages)
` [PATCH v5 06/18] rcu: Introduce call_rcu_lazy() API implementation

[PATCH] perf vendor events: Update events for Neoverse E1
 2022-09-07 15:39 UTC  (6+ messages)

[PATCH -next] audit: remove selinux_audit_rule_update() declaration
 2022-09-07 15:35 UTC  (2+ messages)

[PATCH] cgroup/cpuset: remove unreachable code
 2022-09-07 15:32 UTC  (2+ messages)

[PATCH] tty: serial: qcom-geni-serial: Replace hardcoded icc flags with macros
 2022-09-07 15:31 UTC 

[PATCH v3 0/3] MDSS support for MSM8953
 2022-09-07 15:30 UTC  (4+ messages)
` [PATCH v3 3/3] arm64: dts: qcom: msm8953: add MDSS

[peterz-queue:sched/psi 11/11] include/linux/cgroup-defs.h:432:38: error: 'NR_PSI_RESOURCES' undeclared here (not in a function)
 2022-09-07 15:28 UTC  (3+ messages)

[PATCH] cgroup/cpuset: Add a new isolated mems.policy type
 2022-09-07 15:26 UTC  (6+ messages)
  ` [Phishing Risk] [External] "
      ` [Phishing Risk] "

[PATCH v2 1/3] mm: reuse pageblock_start/end_pfn() macro
 2022-09-07 15:24 UTC  (4+ messages)
` [PATCH v2 3/3] mm: add pageblock_aligned() macro

[PATCH 0/2] x86/kprobes: Fixes for CONFIG_RETHUNK
 2022-09-07 15:22 UTC  (7+ messages)
` [PATCH 1/2] x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNK

[PATCH 0/8] Perf stack unwinding with pointer authentication
 2022-09-07 15:21 UTC  (5+ messages)
` [PATCH 1/8] perf arm64: Send pointer auth masks to ring buffer

[PATCHSET 0/6] perf test: Improve perf record tests (v1)
 2022-09-07 15:20 UTC  (3+ messages)
` [PATCH 4/6] perf test: Add system-wide mode in perf record tests

[PATCH v2] x86/PCI: Prefer MMIO over PIO on VMware hypervisor
 2022-09-07 15:20 UTC  (2+ messages)

[PATCH] checkpatch: add check for fixes: tag
 2022-09-07 15:18 UTC  (2+ messages)

[PATCH rcu 0/7] Miscellaneous fixes for v6.1
 2022-09-07 15:14 UTC  (5+ messages)
` [PATCH rcu 03/10] rcu: Add QS check in rcu_exp_handler() for non-preemptible kernels

[Patch v2 00/15] Add MFC v12 support
 2022-09-07 15:13 UTC  (3+ messages)
  ` [Patch v2 01/15] dt-bindings: media: s5p-mfc: Add new DT schema for MFC

[PATCH v3] spi: Add capability to perform some transfer with chipselect off
 2022-09-07 15:12 UTC  (2+ messages)

[PATCH v3 REBASED] spi: Add capability to perform some transfer with chipselect off
 2022-09-07 15:12 UTC  (2+ messages)

[PATCH v3 00/22] KVM: hardware enable/disable reorganize
 2022-09-07 15:12 UTC  (6+ messages)
` [PATCH v3 06/22] KVM: arm64: Simplify the CPUHP logic

[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
 2022-09-07 15:11 UTC  (9+ messages)

[PATCH v10 0/2] Introduce block device LED trigger
 2022-09-07 15:11 UTC  (2+ messages)

[PATCH v16 00/12] bpf: Add kfuncs for PKCS#7 signature verification
 2022-09-07 15:09 UTC  (6+ messages)

[PATCH net v5] net/smc: Fix possible access to freed memory in link clear
 2022-09-07 15:10 UTC  (2+ messages)

[PATCH v6 00/57] DYNDBG: opt-in class'd debug for modules, use in drm
 2022-09-07 15:08 UTC  (5+ messages)
` [PATCH v6 21/57] dyndbg: test DECLARE_DYNDBG_CLASSMAP, sysfs nodes

[PATCH v3 0/4] tty: TX helpers
 2022-09-07 14:56 UTC  (11+ messages)

[PATCH net-next,v2 00/22] refactor the walk and lookup hook functions in tc_action_ops
 2022-09-07 15:03 UTC  (2+ messages)

[PATCH] net: sysctl: remove unused variable long_max
 2022-09-07 15:00 UTC  (2+ messages)

[PATCH net v3] net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUM
 2022-09-07 15:00 UTC  (2+ messages)

[PATCH] interconnect: Replace mutex with rt_mutex
 2022-09-07 14:59 UTC  (3+ messages)

[PATCH v5 0/4] mm/slub: some debug enhancements for kmalloc
 2022-09-07 14:57 UTC  (3+ messages)
` [PATCH v5 2/4] mm/slub: only zero the requested size of buffer for kzalloc

[PATCH] drm/amdgpu: fix repeated words in comments
 2022-09-07 14:56 UTC  (3+ messages)

[syzbot] usb-testing boot error: general protection fault in copy_process
 2022-09-07 14:56 UTC 

[PATCH -next] xfs: rmap: only XFS_DATA_FORK field would be set shared
 2022-09-07 14:55 UTC  (2+ messages)

[PATCH] irqchip/mips-gic: Fix comment typo
 2022-09-07 14:55 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix repeated words in comments
 2022-09-07 14:54 UTC  (2+ messages)

[PATCH v1 1/2] random: make add_hwgenerator_randomness() more flexible
 2022-09-07 14:53 UTC  (4+ messages)
` [PATCH v1 2/2] hwrng: core: fix potential suspend/resume race condition

[PATCH v3 00/10] firmware: arm_ffa: Refactoring and initial/minor v1.1 update
 2022-09-07 14:52 UTC  (3+ messages)
` [PATCH v3 09/10] firmware: arm_ffa: Set up 32bit execution mode flag using partiion property
` [PATCH v3 10/10] firmware: arm_ffa: Split up ffa_ops into info, message and memory operations


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