All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-22 23:21:57 to 2020-02-23 02:22:47 UTC [more...]

[PATCH AUTOSEL 5.4 01/50] ipmi:ssif: Handle a possible NULL pointer reference
 2020-02-23  2:22 UTC  (8+ messages)
` [PATCH AUTOSEL 5.4 02/50] drm/msm: Set dma maximum segment size for mdss
` [PATCH AUTOSEL 5.4 05/50] sched/fair: Prevent unlimited runtime on throttled group
` [PATCH AUTOSEL 5.4 06/50] dax: pass NOWAIT flag to iomap_apply
` [PATCH AUTOSEL 5.4 27/50] soc/tegra: fuse: Fix build with Tegra194 configuration
` [Intel-wired-lan] [PATCH AUTOSEL 5.4 28/50] i40e: Fix the conditional for i40e_vc_validate_vqs_bitmaps
` [Intel-wired-lan] [PATCH AUTOSEL 5.4 41/50] ice: update Unit Load Status bitmask to check after reset
` [PATCH AUTOSEL 5.4 43/50] bcache: ignore pending signals when creating gc and allocator thread

[PATCH AUTOSEL 5.5 01/58] ipmi:ssif: Handle a possible NULL pointer reference
 2020-02-23  2:21 UTC  (44+ messages)
` [PATCH AUTOSEL 5.5 02/58] drm/msm: Set dma maximum segment size for mdss
` [PATCH AUTOSEL 5.5 03/58] sched/core: Don't skip remote tick for idle CPUs
` [PATCH AUTOSEL 5.5 06/58] dax: pass NOWAIT flag to iomap_apply
` [PATCH AUTOSEL 5.5 10/58] s390/zcrypt: fix card and queue total counter wrap
` [PATCH AUTOSEL 5.5 14/58] perf/smmuv3: Use platform_get_irq_optional() for wired interrupt
` [PATCH AUTOSEL 5.5 15/58] arm/ftrace: Fix BE text poking
` [PATCH AUTOSEL 5.5 20/58] ceph: do not execute direct write in parallel if O_APPEND is specified
` [PATCH AUTOSEL 5.5 21/58] ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsi
` [PATCH AUTOSEL 5.5 22/58] drm/amd/display: Do not set optimized_require to false after plane disable
` [PATCH AUTOSEL 5.5 24/58] drm/amd/display: Check engine is not NULL before acquiring
` [PATCH AUTOSEL 5.5 25/58] drm/amd/display: Limit minimum DPPCLK to 100MHz
` [PATCH AUTOSEL 5.5 26/58] drm/amd/display: Add initialitions for PLL2 clock source
` [PATCH AUTOSEL 5.5 27/58] amdgpu: Prevent build errors regarding soft/hard-float FP ABI tags
` [PATCH AUTOSEL 5.5 28/58] soc/tegra: fuse: Fix build with Tegra194 configuration
` [PATCH AUTOSEL 5.5 29/58] i40e: Fix the conditional for i40e_vc_validate_vqs_bitmaps
  ` [Intel-wired-lan] "
` [PATCH AUTOSEL 5.5 30/58] net: ena: fix potential crash when rxfh key is NULL
` [PATCH AUTOSEL 5.5 32/58] net: ena: add missing ethtool TX timestamping indication
` [PATCH AUTOSEL 5.5 34/58] net: ena: rss: do not allocate key when not supported
` [Intel-wired-lan] [PATCH AUTOSEL 5.5 42/58] ice: Fix switch between FW and SW LLDP
` [Intel-wired-lan] [PATCH AUTOSEL 5.5 43/58] ice: Don't allow same value for Rx tail to be written twice
` [Intel-wired-lan] [PATCH AUTOSEL 5.5 44/58] ice: fix and consolidate logging of NVM/firmware version information
` [Intel-wired-lan] [PATCH AUTOSEL 5.5 45/58] ice: update Unit Load Status bitmask to check after reset
` [PATCH AUTOSEL 5.5 46/58] ice: Use ice_pf_to_dev
  ` [Intel-wired-lan] "
` [Intel-wired-lan] [PATCH AUTOSEL 5.5 47/58] ice: Use correct netif error function
` [PATCH AUTOSEL 5.5 49/58] cifs: Fix mode output in debugging statements
` [PATCH AUTOSEL 5.5 50/58] bcache: ignore pending signals when creating gc and allocator thread
` [PATCH AUTOSEL 5.5 53/58] net: hns3: add management table after IMP reset
` [PATCH AUTOSEL 5.5 56/58] nvme/tcp: fix bug on double requeue when send fails
` [PATCH AUTOSEL 5.5 57/58] nvme: prevent warning triggered by nvme_stop_keep_alive
` [PATCH AUTOSEL 5.5 58/58] nvme/pci: move cqe check after device shutdown

[RFC][PATCHSET] sanitized pathwalk machinery (v2)
 2020-02-23  2:19 UTC  (38+ 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] dt-bindings: reset: rcar-rst: Convert to json-schema
 2020-02-23  2:19 UTC  (2+ messages)

[PATCH] phy: phy-meson-g12a-usb2: Fix GENMASK misuse
 2020-02-23  2:15 UTC  (6+ messages)

[PATCH] ceph: add 'fs' mount option support
 2020-02-23  2:14 UTC 

[igt-dev] [PATCH i-g-t] sw_sync: Use fixed runtime for sync_expired_merge
 2020-02-23  2:09 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

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)

[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  (11+ 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)

[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  (2+ messages)
` [PATCH 3/4] ARM: dts: sun8i-a83t-tbs-a711: Add support for the vibrator motor


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.