All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-10 17:53:22 to 2021-02-10 18:30:11 UTC [more...]

FAILED unresolved symbol vfs_truncate on arm64 with LLVM
 2021-02-10 18:24 UTC  (14+ messages)

[PATCH v2 0/2] Add Global Clock controller (GCC) driver for SC7280
 2021-02-10 18:26 UTC  (2+ messages)
` [PATCH v2 1/2] dt-bindings: clock: Add SC7280 GCC clock binding

[Virtio-fs] [PATCH 0/1] virtiofsd: Do not use a thread pool by default
 2021-02-10 18:27 UTC  (3+ messages)
` [PATCH 1/1] "
  ` [Virtio-fs] "

[v7 PATCH 0/12] Make shrinker's nr_deferred memcg aware
 2021-02-10 18:17 UTC  (6+ messages)
` [v7 PATCH 04/12] mm: vmscan: remove memcg_shrinker_map_size
` [v7 PATCH 06/12] mm: vmscan: add shrinker_info_protected() helper

[Bug 211649] New: "drm/amd/display: reuse current context instead of recreating one" cause hdmi hotplug blackscreen on amdgpu
 2021-02-10 18:29 UTC  (2+ messages)
` [Bug 211649] "

[PATCH iproute2-next 2/2] vdpa: Add vdpa tool
 2021-02-10 18:28 UTC  (5+ messages)
` [PATCH iproute2-next v4 0/5] Add vdpa device management tool
  ` [PATCH iproute2-next v4 1/5] Add kernel headers

general protection fault in tomoyo_socket_sendmsg_permission
 2021-02-10 18:17 UTC  (8+ messages)

[djwong-xfs:reserve-rt-metadata-space 180/219] fs/xfs/libxfs/xfs_inode_buf.c:477:27: sparse: sparse: dubious: x & !y
 2021-02-10 18:28 UTC 

[PATCH v1 0/2] Add Global Clock controller (GCC) driver for SC7280
 2021-02-10 18:24 UTC  (9+ messages)
` [PATCH v1 1/2] dt-bindings: clock: Add SC7280 GCC clock binding
` [PATCH v1 2/2] clk: qcom: Add Global Clock controller (GCC) driver for SC7280

[PATCH 0/2] Improve iMX8 FEC ENET MAC settings
 2021-02-10 18:27 UTC  (3+ messages)
` [PATCH 1/2] ARM: imx8: Add missing FEC ENET quirk for i.MX8/i.MX8X

[BUG REPORT] media: coda: mpeg4 decode corruption on i.MX6qp only
 2021-02-10 18:11 UTC  (3+ messages)

[PATCH v2 2/2] pinctrl: pinmux: Add pinmux-select debugfs file
 2021-02-10 18:20 UTC  (4+ messages)

[PATCH v3] armv8: Handle EL2 Host mode
 2021-02-10 18:25 UTC 

[PATCH v10 00/20] dlb: introduce DLB device driver
 2021-02-10 18:09 UTC  (5+ messages)
` [PATCH v10 01/20] dlb: add skeleton for DLB driver

[PATCH] DMA/qedr: Use true and false for bool variable
 2021-02-10 18:21 UTC  (2+ messages)

[PATCH rdma-next] RDMA/core: Fix kernel doc warnings
 2021-02-10 18:22 UTC  (2+ messages)

[PATCH RESEND v6 00/10] dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name
 2021-02-10 18:21 UTC  (7+ messages)
` [PATCH v6 09/10] usb: dwc3: qcom: Detect DWC3 DT-nodes with "usb"-prefixed names

[PATCH v3 for-next] RDMA/hns: Adjust definition of FRMR fields
 2021-02-10 18:21 UTC  (2+ messages)

[PATCH rt-tests 0/2] oslat fixes
 2021-02-10 18:21 UTC  (8+ messages)
` [PATCH rt-tests 1/2] oslat: Print version string

[PATCH V2 0/4] scsi: ufs-debugfs: Add UFS Exception Event reporting
 2021-02-10 18:09 UTC  (3+ messages)
` [PATCH V2 1/4] scsi: ufs: Add exception event tracepoint

[PATCH v20 00/25] Control-flow Enforcement: Shadow Stack
 2021-02-10 17:57 UTC  (26+ messages)
` [PATCH v20 01/25] Documentation/x86: Add CET description
` [PATCH v20 02/25] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v20 03/25] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v20 04/25] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v20 05/25] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v20 06/25] x86/cet: Add control-protection fault handler
` [PATCH v20 07/25] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v20 08/25] x86/mm: Introduce _PAGE_COW
` [PATCH v20 09/25] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v20 10/25] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v20 11/25] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v20 12/25] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v20 13/25] x86/mm: Shadow Stack page fault error checking
` [PATCH v20 14/25] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v20 15/25] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v20 16/25] mm: Add guard pages around a shadow stack
` [PATCH v20 17/25] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v20 18/25] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v20 19/25] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v20 20/25] x86/cet/shstk: User-mode shadow stack support
` [PATCH v20 21/25] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v20 22/25] ELF: Introduce arch_setup_elf_property()
` [PATCH v20 23/25] x86/cet/shstk: Handle thread shadow stack
` [PATCH v20 24/25] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v20 25/25] mm: Introduce PROT_SHSTK "

[Accel-config] Re: [PATCH v1] accel-config: Return error if DSA environment not found
 2021-02-10 18:23 UTC 

[PATCH 1/2] drm/amdgpu: do not keep debugfs dentry
 2021-02-10 18:22 UTC  (2+ messages)

NVMe CLI Commit - Input expects device name without /dev
 2021-02-10 18:21 UTC 

[PATCH v2 0/8] CXL 2.0 Support
 2021-02-10 18:17 UTC  (17+ messages)
` [PATCH v2 2/8] cxl/mem: Find device capabilities
` [PATCH v2 3/8] cxl/mem: Register CXL memX devices
` [PATCH v2 5/8] cxl/mem: Add a "RAW" send command

[PATCH v20 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2021-02-10 18:02 UTC  (8+ messages)
` [PATCH v20 1/7] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v20 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v20 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v20 4/7] x86/cet/ibt: Update ELF header parsing "
` [PATCH v20 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v20 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v20 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH 1/1] mmc: imx: fix kernel panic when remove module
 2021-02-10 18:19 UTC 

[PATCH v2 1/1] sandbox: allow cross-compiling sandbox
 2021-02-10 18:20 UTC  (2+ messages)

[PATCH RESEND v3 00/10] dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name
 2021-02-10 18:16 UTC  (3+ messages)
` [PATCH v3 09/10] usb: dwc3: qcom: Detect DWC3 DT-nodes with "usb"-prefixed names

[PATCH v2] git-difftool-helper.sh: learn a new way go back to last save point
 2021-02-10 18:16 UTC  (5+ messages)
` [PATCH v3] difftool.c: learn a new way start from specified file

KASAN: null-ptr-deref Write in vhci_shutdown_connection
 2021-02-10 18:16 UTC  (6+ messages)
` [PATCH] usb: usbip: fix error handling of kthread_get_run()

[PATCH] proc: use vmalloc for our kernel buffer
 2021-02-10 18:15 UTC  (2+ messages)

[ragnatech:media-tree] BUILD SUCCESS 7f03d9fefcc55ed4882338126ef1f6b6778ea21f
 2021-02-10 18:15 UTC 

[PATCH v4 00/10] userfaultfd: add minor fault handling
 2021-02-10 18:00 UTC  (4+ messages)
` [PATCH v4 08/10] userfaultfd: add UFFDIO_CONTINUE ioctl

[RFC bpf-next] bpf: devmap: move drop error path to devmpap for XDP_REDIRECT
 2021-02-10 18:19 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: input/touchscreen: add bindings for msg26xx
 2021-02-10 17:48 UTC  (5+ messages)

[gustavoars-linux:testing/scsi/aacraid] BUILD SUCCESS b3519d554ac927b6d1dd3a65831b5e464a5a1347
 2021-02-10 18:01 UTC 

[PATCH] dax: fix default return code of range_parse()
 2021-02-10 18:18 UTC  (2+ messages)

[Buildroot] PATCH package/gettext-tiny install file host-cpu-c-abi.m4, needed by gettextsize
 2021-02-10 18:18 UTC 

[PATCH 0/3] drm/v3d: CL/CSD job timeout fixes
 2021-02-10 17:59 UTC  (6+ messages)
` [PATCH 3/3] drm/v3d: Add job timeout module param

[PATCHv2 bpf-next 0/4] kbuild/resolve_btfids: Invoke resolve_btfids clean in root Makefile
 2021-02-10 18:14 UTC  (6+ messages)
` [PATCH bpf-next 4/4] kbuild: Add resolve_btfids clean to root clean target

[PATCH v7 0/2] arm64/sve: Improve performance when handling SVE access traps
 2021-02-10 18:15 UTC  (10+ messages)
` [PATCH v7 1/2] arm64/sve: Split TIF_SVE into separate execute and register state flags
` [PATCH v7 2/2] arm64/sve: Rework SVE trap access to minimise memory access

[soc:arm/dt] BUILD SUCCESS 889231c6c80113ad0929eea01e8272048be38552
 2021-02-10 18:14 UTC 

[PATCH] drm/ttm: make sure pool pages are cleared
 2021-02-10 18:15 UTC  (2+ messages)

[RFC PATCH v3 0/2] mempinfd: Add new syscall to provide memory pin
 2021-02-10 18:04 UTC  (13+ messages)
` [RFC PATCH v3 1/2] "

Interactive launch over QMP socket?
 2021-02-10 18:14 UTC  (2+ messages)

[PATCH mvebu v2 00/10] Armada 37xx: Fix cpufreq changing base CPU speed to 800 MHz from 1000 MHz
 2021-02-10 18:03 UTC  (12+ messages)

[hyperv-linux:hyperv-next 22/32] arch/x86/hyperv/hv_init.c:366:21: sparse: sparse: incorrect type in assignment (different address spaces)
 2021-02-10 18:13 UTC  (2+ messages)

[dm-devel] [PATCH 0/4] dm era: Various minor fixes
 2021-02-10 18:12 UTC  (4+ messages)
` [dm-devel] [PATCH 4/4] dm era: Remove unreachable resize operation in pre-resume function

[PATCH v17 00/10] Carry forward IMA measurement log on kexec on ARM64
 2021-02-10 18:00 UTC  (11+ messages)
` [PATCH v17 02/10] of: Add a common kexec FDT setup function
` [PATCH v17 05/10] powerpc: Move ima buffer fields to struct kimage

[stable 4.4, 4.9, 4.14, 4.19 LTS] Missing fix "memcg: fix a crash in wb_workfn when a device disappears"
 2021-02-10 18:00 UTC  (4+ messages)

[igt-dev] [PATCH] tests/kms_rotation_crc: restrict execution based on number of outputs connected
 2021-02-10 18:11 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_rotation_crc: restrict execution based on number of outputs connected (rev2)

What should BPF_CMPXCHG do when the values match?
 2021-02-10 18:08 UTC  (4+ messages)

[PATCH 00/16] net: stmmac: Add DW MAC GPIOs and Baikal-T1 GMAC support
 2021-02-10 18:00 UTC  (6+ messages)

[PATCH 0/2] Fix fsck --name-objects bug
 2021-02-10 18:01 UTC  (3+ messages)
` [PATCH 1/2] t1450: robustify `remove_object()`
` [PATCH 2/2] fsck --name-objects: be more careful parsing generation numbers

[PATCH] netdev: always register for single CQM threshold
 2021-02-10 18:09 UTC  (2+ messages)

[PATCH] security_flags.inc: Use -O with -D_FORTIFY_SOURCE
 2021-02-10 18:09 UTC  (7+ messages)
` [OE-core] "

[PATCH v2] xen/arm: fix gnttab_need_iommu_mapping
 2021-02-10 18:08 UTC  (6+ messages)

can surface_bits_per_pixel() for the console surface ever return anything other than 32 ?
 2021-02-10 18:02 UTC 

[PATCH] test: add a simple signal agent script
 2021-02-10 18:07 UTC 

[PATCH] printk: avoid prb_first_valid_seq() where possible
 2021-02-10 18:00 UTC  (4+ messages)

[PATCH] clk: Mark fwnodes when their clock provider is added
 2021-02-10 18:07 UTC  (2+ messages)

❌ FAIL: Test report for kernel 5.11.0-rc7 (arm-next)
 2021-02-10 18:06 UTC  (8+ messages)
      ` ❌ FAIL: Test report for kernel?5.11.0-rc7 (arm-next)
          ` ❌ FAIL: Test report for?kernel?5.11.0-rc7 (arm-next)

[PATCH 7/8] iwlwifi: pnvm: implement reading PNVM from UEFI
 2021-02-10 18:01 UTC  (3+ messages)

[PATCH] arm64: mte: Allow PTRACE_PEEKMTETAGS access to the zero page
 2021-02-10 18:03 UTC  (2+ messages)

[RFC PATCH 1/2] drm/dp: Make number of AUX retries configurable by display drivers
 2021-02-10 18:03 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH 0/9] Add support for SVM atomics in Nouveau
 2021-02-10 17:59 UTC  (15+ messages)
          ` [Nouveau] "

[PATCH] net: stmmac: dwmac-intel-plat: remove unnecessary initialization
 2021-02-10 17:59 UTC 

[PATCH v10 00/20] dlb: introduce DLB device driver
 2021-02-10 17:54 UTC  (21+ messages)
` [PATCH v10 01/20] dlb: add skeleton for DLB driver
` [PATCH v10 02/20] dlb: initialize device
` [PATCH v10 03/20] dlb: add resource and device initialization
` [PATCH v10 04/20] dlb: add device ioctl layer and first three ioctls
` [PATCH v10 05/20] dlb: add scheduling domain configuration
` [PATCH v10 06/20] dlb: add domain software reset
` [PATCH v10 07/20] dlb: add low-level register reset operations
` [PATCH v10 08/20] dlb: add runtime power-management support
` [PATCH v10 09/20] dlb: add queue create, reset, get-depth ioctls
` [PATCH v10 10/20] dlb: add register operations for queue management
` [PATCH v10 11/20] dlb: add ioctl to configure ports and query poll mode
` [PATCH v10 12/20] dlb: add register operations for port management
` [PATCH v10 13/20] dlb: add port mmap support
` [PATCH v10 14/20] dlb: add start domain ioctl
` [PATCH v10 15/20] dlb: add queue map, unmap, and pending unmap operations
` [PATCH v10 16/20] dlb: add port map/unmap state machine
` [PATCH v10 17/20] dlb: add static queue map register operations
` [PATCH v10 18/20] dlb: add dynamic "
` [PATCH v10 19/20] dlb: add queue unmap "
` [PATCH v10 20/20] dlb: queue map/unmap workqueue

[RFC PATCH 0/8] use core page calls instead of kmaps
 2021-02-10 18:01 UTC  (4+ messages)
` [RFC PATCH 8/8] f2fs: use memcpy_to_page() in pagecache_write()
    ` [f2fs-dev] "

[PATCH v2] target/arm: Correctly initialize MDCR_EL2.HPMN
 2021-02-10 17:41 UTC 

[MPTCP] Re: [PATCH] squashto: mptcp: schedule worker when subflow is closed
 2021-02-10 18:03 UTC 

[Buildroot] PATCH package/nodejs: do not write in $HOME dir
 2021-02-10 18:01 UTC 

[PATCH] mpg123: Add support for FPU-less targets
 2021-02-10 17:59 UTC  (4+ messages)
` [OE-core] "

[Accel-config] [PATCH v1] accel-config: Return error if DSA environment not found
 2021-02-10 18:00 UTC 

[PATCH v4 0/8] support for bitmap (and hence CPU) list "N" abbreviation
 2021-02-10 17:57 UTC  (3+ messages)

[meta-python][PATCH] pydbus_manager: new package
 2021-02-10 17:59 UTC  (2+ messages)

[PATCH 1/1] malloc: adjust memcpy() and memset() definitions
 2021-02-10 17:59 UTC 

[PATCH v2 0/3] failover: trivial cleanup and fix
 2021-02-10 17:45 UTC  (3+ messages)
` [PATCH v2 1/3] pci: cleanup failover sanity check
` [PATCH v2 3/3] failover: really display a warning when the primary device is not found

[PATCH bpf-next] bpf: add lookup_and_delete_elem support to hashtab
 2021-02-10 17:56 UTC  (2+ messages)

[PATCH] crypto: Check for l_cipher_decrypt error
 2021-02-10 17:58 UTC  (2+ messages)

[PATCH v4 00/19] i386: KVM: expand Hyper-V features early and provide simple 'hv-default=on' option
 2021-02-10 17:46 UTC  (3+ messages)

[PATCH v2] platform/x86: thinkpad_acpi: Handle keyboard cover attach/detach events
 2021-02-10 17:54 UTC 

[PATCH rt-tests v5 00/13] Generate machine-readable output
 2021-02-10 17:51 UTC  (10+ messages)
` [PATCH rt-tests v5 05/13] signaltest: Add JSON output feature
` [PATCH rt-tests v5 06/13] cyclicdeadline: "
` [PATCH rt-tests v5 07/13] pmqtest: "
` [PATCH rt-tests v5 08/13] ptsematest: "
` [PATCH rt-tests v5 09/13] sigwaittest: "
` [PATCH rt-tests v5 10/13] svsematest: "
` [PATCH rt-tests v5 11/13] oslat: "
` [PATCH rt-tests v5 12/13] rt-migrate-test: "
` [PATCH rt-tests v5 13/13] oslat: Add quiet command line option

linux-next: Tree for Feb 10
 2021-02-10 17:52 UTC  (2+ messages)
` linux-next: Tree for Feb 10 (acrn)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.