All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-22 22:04:32 to 2020-02-23 02:09:18 UTC [more...]

drivers/gpu/drm/vgem/vgem_drv.c:392:33: error: implicit declaration of function 'pgprot_writecombine'
 2020-02-23  2:08 UTC  (2+ messages)

83f86f3919 ("proc: Use a list of inodes to flush from proc"): [ 0.436143] BUG: kernel NULL pointer dereference, address: 000001d0
 2020-02-23  2:09 UTC 

[PATCH 3/5] drm/lima: save task info dump when task fail
 2020-02-23  2:07 UTC  (3+ messages)

[RFC][PATCHSET] sanitized pathwalk machinery (v2)
 2020-02-23  2:07 UTC  (36+ messages)
` [RFC][PATCH v2 01/34] do_add_mount(): lift lock_mount/unlock_mount into callers
  ` [RFC][PATCH v2 02/34] fix automount/automount race properly
  ` [RFC][PATCH v2 03/34] follow_automount(): get rid of dead^Wstillborn code
  ` [RFC][PATCH v2 04/34] follow_automount() doesn't need the entire nameidata
  ` [RFC][PATCH v2 05/34] make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOW
  ` [RFC][PATCH v2 06/34] handle_mounts(): start building a sane wrapper for follow_managed()
  ` [RFC][PATCH v2 07/34] atomic_open(): saner calling conventions (return dentry on success)
  ` [RFC][PATCH v2 08/34] lookup_open(): "
  ` [RFC][PATCH v2 09/34] do_last(): collapse the call of path_to_nameidata()
  ` [RFC][PATCH v2 10/34] handle_mounts(): pass dentry in, turn path into a pure out argument
  ` [RFC][PATCH v2 11/34] lookup_fast(): consolidate the RCU success case
  ` [RFC][PATCH v2 12/34] teach handle_mounts() to handle RCU mode
  ` [RFC][PATCH v2 13/34] lookup_fast(): take mount traversal into callers
  ` [RFC][PATCH v2 14/34] new step_into() flag: WALK_NOFOLLOW
  ` [RFC][PATCH v2 15/34] fold handle_mounts() into step_into()
  ` [RFC][PATCH v2 16/34] LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()
  ` [RFC][PATCH v2 17/34] expand the only remaining call of path_lookup_conditional()
  ` [RFC][PATCH v2 18/34] merging pick_link() with get_link(), part 1
  ` [RFC][PATCH v2 19/34] merging pick_link() with get_link(), part 2
  ` [RFC][PATCH v2 20/34] merging pick_link() with get_link(), part 3
  ` [RFC][PATCH v2 21/34] merging pick_link() with get_link(), part 4
  ` [RFC][PATCH v2 22/34] merging pick_link() with get_link(), part 5
  ` [RFC][PATCH v2 23/34] merging pick_link() with get_link(), part 6
  ` [RFC][PATCH v2 24/34] finally fold get_link() into pick_link()
  ` [RFC][PATCH v2 25/34] massage __follow_mount_rcu() a bit
  ` [RFC][PATCH v2 26/34] new helper: traverse_mounts()
  ` [RFC][PATCH v2 27/34] atomic_open(): return the right dentry in FMODE_OPENED case
  ` [RFC][PATCH v2 28/34] atomic_open(): lift the call of may_open() into do_last()
  ` [RFC][PATCH v2 29/34] do_last(): merge the may_open() calls
  ` [RFC][PATCH v2 30/34] do_last(): don't bother with keeping got_write in FMODE_OPENED case
  ` [RFC][PATCH v2 31/34] do_last(): rejoing the common path earlier in FMODE_{OPENED,CREATED} case
  ` [RFC][PATCH v2 32/34] do_last(): simplify the liveness analysis past finish_open_created
  ` [RFC][PATCH v2 33/34] do_last(): rejoin the common path even earlier in FMODE_{OPENED,CREATED} case
  ` [RFC][PATCH v2 34/34] split the lookup-related parts of do_last() into a separate helper

[PATCH v7 00/19] xfs: Delayed Ready Attrs
 2020-02-23  2:06 UTC  (20+ messages)
` [PATCH v7 01/19] xfs: Replace attribute parameters with struct xfs_name
` [PATCH v7 02/19] xfs: Embed struct xfs_name in xfs_da_args
` [PATCH v7 03/19] xfs: Add xfs_has_attr and subroutines
` [PATCH v7 04/19] xfs: Check for -ENOATTR or -EEXIST
` [PATCH v7 05/19] xfs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v7 06/19] xfs: Factor out trans handling in xfs_attr3_leaf_flipflags
` [PATCH v7 07/19] xfs: Factor out xfs_attr_leaf_addname helper
` [PATCH v7 08/19] xfs: Refactor xfs_attr_try_sf_addname
` [PATCH v7 09/19] xfs: Factor out trans roll from xfs_attr3_leaf_setflag
` [PATCH v7 10/19] xfs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v7 11/19] xfs: Factor out trans roll in xfs_attr3_leaf_clearflag
` [PATCH v7 12/19] xfs: Add helper function xfs_attr_rmtval_unmap
` [PATCH v7 13/19] xfs: Add delay ready attr remove routines
` [PATCH v7 14/19] xfs: Add delay ready attr set routines
` [PATCH v7 15/19] xfs: Add helper function xfs_attr_node_shrink
` [PATCH v7 16/19] xfs: Simplify xfs_attr_set_iter
` [PATCH v7 17/19] xfs: Add helper function xfs_attr_leaf_mark_incomplete
` [PATCH v7 18/19] xfs: Add remote block helper functions
` [PATCH v7 19/19] xfs: Remove xfs_attr_rmtval_remove

[PATCH v7 00/20] xfsprogs: Delayed Ready Attributes
 2020-02-23  2:05 UTC  (21+ messages)
` [PATCH v7 01/20] xfsprogs: Remove all strlen in all xfs_attr_* functions for attr names
` [PATCH v7 02/20] xfsprogs: Replace attribute parameters with struct xfs_name
` [PATCH v7 03/20] xfsprogs: Embed struct xfs_name in xfs_da_args
` [PATCH v7 04/20] xfsprogs: Add xfs_has_attr and subroutines
` [PATCH v7 05/20] xfsprogs: Check for -ENOATTR or -EEXIST
` [PATCH v7 06/20] xfsprogs: Factor out new helper functions xfs_attr_rmtval_set
` [PATCH v7 07/20] xfsprogs: Factor out trans handling in xfs_attr3_leaf_flipflags
` [PATCH v7 08/20] xfsprogs: Factor out xfs_attr_leaf_addname helper
` [PATCH v7 09/20] xfsprogs: Refactor xfs_attr_try_sf_addname
` [PATCH v7 10/20] xfsprogs: Factor out trans roll from xfs_attr3_leaf_setflag
` [PATCH v7 11/20] xfsprogs: Factor out xfs_attr_rmtval_invalidate
` [PATCH v7 12/20] xfsprogs: Factor out trans roll in xfs_attr3_leaf_clearflag
` [PATCH v7 13/20] xfsprogs: Add helper function xfs_attr_rmtval_unmap
` [PATCH v7 14/20] xfsprogs: Add delay ready attr remove routines
` [PATCH v7 15/20] xfsprogs: Add delay ready attr set routines
` [PATCH v7 16/20] xfsprogs: Add helper function xfs_attr_node_shrink
` [PATCH v7 17/20] xfsprogs: Simplify xfs_attr_set_iter
` [PATCH v7 18/20] xfsprogs: Add helper function xfs_attr_leaf_mark_incomplete
` [PATCH v7 19/20] xfsprogs: Add remote block helper functions
` [PATCH v7 20/20] xfsprogs: Remove xfs_attr_rmtval_remove

[linux-rt-devel:linux-5.4.y-rt 206/303] drivers/gpu/drm/i915/display/intel_sprite.c:84:30: warning: unused variable 'pipe_update_lock'
 2020-02-23  1:54 UTC 

Regression -- linux 5.5.3: can no longer mount with unix extentions using cifs 2.1 (Win10-only client additions)
 2020-02-23  1:52 UTC 

[PATCH V2 0/5] iommu: Add support to change default domain of a group
 2020-02-23  1:50 UTC  (13+ messages)
` [PATCH V2 1/5] iommu: Add dev_def_domain_type() call back function to iommu_ops
` [PATCH V2 2/5] iommu/vt-d: Rename device_def_domain_type() to intel_iommu_dev_def_domain_type()
` [PATCH V2 3/5] iommu: Add support to change default domain of an iommu_group
` [PATCH V2 5/5] iommu: Document usage of "/sys/kernel/iommu_groups/<grp_id>/type" file

[Xen-devel] [libvirt test] 147419: regressions - FAIL
 2020-02-23  1:42 UTC 

kernel BUG at arch/x86/mm/physaddr.c:LINE! (4)
 2020-02-23  1:35 UTC  (5+ messages)

[PATCH v2] mm/hugetlb: fix a addressing exception caused by huge_pte_offset()
 2020-02-23  1:24 UTC  (4+ messages)

[RFC PATCH 0/8] ima-evm-utils: calculate per TPM bank template digest
 2020-02-23  1:12 UTC  (3+ messages)

[PATCH RFC] ext4: fix potential race between online resizing and write operations
 2020-02-23  1:10 UTC  (15+ messages)

[PATCH] net: core: sock_map: Use built-in RCU list checking
 2020-02-23  1:06 UTC  (4+ messages)
` [Linux-kernel-mentees] "

drivers/net/wireguard/device.c:208: undefined reference to `icmpv6_ndo_send'
 2020-02-23  0:52 UTC  (2+ messages)

[GSoC][PATCH 0/1] Introduction & microproject
 2020-02-23  0:50 UTC  (2+ messages)
` [GSoC][PATCH v2] t1050: replace test -f with test_path_is_file

Is anyone working on implementing LAG in ib core?
 2020-02-23  0:44 UTC  (3+ messages)

[PATCH] pidfd_open.2: wfix
 2020-02-23  0:39 UTC 

[Buildroot] [PATCH/next 1/2] package/python-gobject: bump version to 3.34.0
 2020-02-23  0:32 UTC  (2+ messages)
` [Buildroot] [PATCH/next 2/2] support/testing: update python-gobject test

[PATCH] x86/mce/therm_throt: Handle case where throttle_active_work() is called on behalf of an offline CPU
 2020-02-23  0:25 UTC  (3+ messages)

[Xen-devel] [linux-next test] 147393: regressions - FAIL
 2020-02-23  0:24 UTC 

[PATCH 1/3] watchdog: imx_sc_wdt: Remove unused includes
 2020-02-23  0:16 UTC  (5+ messages)
` [PATCH 3/3] watchdog: imx2_wdt: Remove unused include of init.h

NV40 under Debian
 2020-02-23  0:16 UTC  (2+ messages)

[PATCH 0/9] remoteproc: imx_rproc: support i.MX8/8M/7ULP
 2020-02-23  0:11 UTC  (13+ messages)
` [PATCH 3/9] remoteproc: add support to skip firmware load when recovery
` [PATCH 4/9] remoteproc: imx_rproc: surport early booted remote processor
` [PATCH 5/9] remoteproc: imx_rproc: parse early-booted property

vdso function descriptors (VDS64_HAS_DESCRIPTORS)?
 2020-02-23  0:07 UTC  (2+ messages)

[Buildroot] [PATCH] package/libsvgtiny: fix parallel build
 2020-02-23  0:01 UTC  (2+ messages)

[PATCH 2/2] x86/boot/compressed: Remove unnecessary sections from bzImage
 2020-02-22 23:57 UTC  (8+ messages)
` [PATCH] x86/boot/compressed: Fix compressed kernel linking with lld

[PATCH] regulator: axp20x: Fix misleading use of negation
 2020-02-22 23:56 UTC 

[PATCH] drm: aspeed: Fix GENMASK misuse
 2020-02-22 23:51 UTC  (3+ messages)

[PATCH] phy: phy-meson-g12a-usb2: Fix GENMASK misuse
 2020-02-22 23:51 UTC  (3+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2020-02-18
 2020-02-22 23:48 UTC  (2+ messages)
  ` [Buildroot] Analysis of build results

[PATCH v6 1/2] net: mdio: add ipq8064 mdio driver
 2020-02-22 23:47 UTC  (2+ messages)

[PATCH 2/4] phy: allwinner: add phy driver for USB3 PHY on Allwinner H6 SoC
 2020-02-22 23:41 UTC  (3+ messages)
` [PATCH v2 RESEND] phy: allwinner: Fix GENMASK misuse

[PATCH] Support Castles Vega5000 PoS terminal USB
 2020-02-22 23:32 UTC 

[PATCH v2 0/4] ARM: decompressor: use by-VA cache maintenance for v7 cores
 2020-02-22 23:38 UTC  (7+ messages)

[PATCH v2 for-next 0/7] RDMA/hns: Refactor qp related code
 2020-02-22 23:38 UTC  (7+ messages)
` [PATCH v2 for-next 7/7] RDMA/hns: Optimize qp doorbell allocation flow

[Xen-devel] [ovmf test] 147395: regressions - FAIL
 2020-02-22 23:34 UTC 

[PATCH 0/4] Add support for vibrator motor for TBS A711 Tablet
 2020-02-22 23:14 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: input: gpio-vibrator: Don't require enable-gpios
` [PATCH 2/4] input: gpio-vibra: Allow to use vcc-supply alone to control the vibrator
` [PATCH 3/4] ARM: dts: sun8i-a83t-tbs-a711: Add support for the vibrator motor
` [PATCH 4/4] ARM: dts: sun8i-a83t-tbs-a711: Increase voltage on the vibrator

[ext4:dev] BUILD SUCCESS 9db176bceb5c5df4990486709da386edadc6bd1d
 2020-02-22 23:19 UTC 

[rcu:rcu/next] BUILD SUCCESS 8aa63de65a79bd8c5c1c2b19452e35f58b043ac7
 2020-02-22 23:20 UTC 

[rcu:dev.2020.02.20a] BUILD SUCCESS e60d76b6e8cd6b7058bbcfce6cfcd895ad5cedd7
 2020-02-22 23:19 UTC 

[PATCH 1/2] x86/boot/compressed/64: Remove .bss/.pgtable from bzImage
 2020-02-22 23:20 UTC  (9+ messages)
` [PATCH 2/2] x86/boot/compressed: Remove unnecessary sections "

[Intel-wired-lan] [jkirsher-net-queue:dev-queue] BUILD SUCCESS 74ed193496bb2debffa26817082621be11f42f52
 2020-02-22 23:20 UTC 

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD SUCCESS 241f3c7f95af6c26e3cb986a236794560874f2e8
 2020-02-22 23:19 UTC 

[ext4:fix-bz-206443] BUILD SUCCESS 7c990728b99ed6fbe9c75fc202fce1172d9916da
 2020-02-22 23:19 UTC 

[PATCH v2] staging: qlge: emit debug and dump at same level
 2020-02-22 23:14 UTC  (2+ messages)

[PATCH] thermal: int340x: processor_thermal: Add Tiger Lake support
 2020-02-22 23:06 UTC  (2+ messages)

[PATCH 0/3] [GSoC] receive.denyCurrentBranch: respect all worktrees
 2020-02-22 22:54 UTC  (13+ messages)
` [PATCH 2/3] t5509: initialized `pushee` as bare repository
` [PATCH v2 0/4] [GSoC] receive.denyCurrentBranch: respect all worktrees
  ` [PATCH v2 1/4] get_main_worktree(): allow it to be called in the Git directory
  ` [PATCH v2 2/4] t5509: initialized `pushee` as bare repository
  ` [PATCH v2 3/4] bug: denyCurrentBranch and unborn branch with ref namespace
  ` [PATCH v2 4/4] receive.denyCurrentBranch: respect all worktrees

[Intel-gfx] [PATCH] drm/i915/gt: Push the GPU cancellation to the backend
 2020-02-22 22:55 UTC  (2+ messages)

.config
 2020-02-22 22:47 UTC  (4+ messages)

[Xen-devel] [linux-4.19 test] 147394: regressions - FAIL
 2020-02-22 22:47 UTC 

[PATCH v4 0/2] mfd: rn5t618: add ADC support
 2020-02-22 22:46 UTC  (3+ messages)
` [PATCH v4 1/2] mfd: rn5t618: add ADC subdevice for RC5T619
` [PATCH v4 2/2] iio: adc: rn5t618: Add ADC driver for RN5T618/RC5T619

[tobetter-linux:stable-v5.4 84/97] sound/soc/meson/aiu-spdif-fifo.c:173:3: error: 'const struct snd_soc_component_driver' has no member named 'pointer'
 2020-02-22 22:44 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915: Double check bumping after the spinlock
 2020-02-22 22:43 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] "

[PATCH 0/4] Assortment of fixes for TBS A711 Tablet
 2020-02-22 22:31 UTC  (10+ messages)
` [PATCH 1/4] ARM: dts: sun8i-a83t-tbs-a711: OOB WiFi interrupt doesn't work
` [PATCH 2/4] ARM: dts: sun8i-a83t-tbs-a711: HM5065 doesn't like such a high voltage
` [PATCH 3/4] ARM: dts: sun8i-a83t-tbs-a711: Fix USB OTG mode detection
` [PATCH 4/4] ARM: dts: sun8i-a83t-tbs-a711: Drop superfluous dr_mode

[PATCH v2 00/13] hw/arm: Add raspi0 and raspi1 machines
 2020-02-22 22:19 UTC  (3+ messages)
` [PATCH v2 12/13] hw/arm/raspi: Add the Raspberry Pi B+ machine

[PATCH 1/4] valgrind: replace a submitted patch with one that was merged
 2020-02-22 22:09 UTC  (4+ messages)
` [PATCH 2/4] valgrind: exclude one more failing test for arm64
` [PATCH 3/4] mdadm: fix more ptests
` [PATCH 4/4] mdadm: drop from PTESTS_SLOW

[Buildroot] [PATCH/next 1/1] package/smartmontools: bump to version 7.1
 2020-02-22 22:08 UTC 

[PATCH] Lower priority of debug messages that should not be shown on the console
 2020-02-22 22:05 UTC  (3+ messages)

[PATCH RFC v3 0/2] drm: lima: devfreq and cooling device support
 2020-02-22 22:04 UTC  (7+ messages)
` [PATCH RFC v3 1/2] dt-bindings: gpu: mali-utgard: Add the #cooling-cells property
` [PATCH RFC v3 2/2] drm/lima: Add optional devfreq and cooling device support

[RFC 0/4] perf expr: Add flex scanner
 2020-02-22 22:02 UTC  (4+ messages)
` [PATCH 2/4] perf expr: Move expr lexer to flex


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.