All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-13 22:06:41 to 2020-03-13 23:58:20 UTC [more...]

[RFC][PATCHSET] sanitized pathwalk machinery (v2)
 2020-03-13 23:53 UTC  (64+ messages)
` [RFC][PATCHSET] sanitized pathwalk machinery (v3)
  ` [RFC][PATCHSET] sanitized pathwalk machinery (v4)
    ` [RFC][PATCH v4 01/69] do_add_mount(): lift lock_mount/unlock_mount into callers
      ` [RFC][PATCH v4 09/69] do_last(): collapse the call of path_to_nameidata()
      ` [RFC][PATCH v4 11/69] lookup_fast(): consolidate the RCU success case
      ` [RFC][PATCH v4 12/69] teach handle_mounts() to handle RCU mode
      ` [RFC][PATCH v4 13/69] lookup_fast(): take mount traversal into callers
      ` [RFC][PATCH v4 14/69] step_into() callers: dismiss the symlink earlier
      ` [RFC][PATCH v4 15/69] new step_into() flag: WALK_NOFOLLOW
      ` [RFC][PATCH v4 16/69] fold handle_mounts() into step_into()
      ` [RFC][PATCH v4 17/69] LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()
      ` [RFC][PATCH v4 18/69] expand the only remaining call of path_lookup_conditional()
      ` [RFC][PATCH v4 19/69] merging pick_link() with get_link(), part 1
      ` [RFC][PATCH v4 20/69] merging pick_link() with get_link(), part 2
      ` [RFC][PATCH v4 21/69] merging pick_link() with get_link(), part 3
      ` [RFC][PATCH v4 22/69] merging pick_link() with get_link(), part 4
      ` [RFC][PATCH v4 23/69] merging pick_link() with get_link(), part 5
      ` [RFC][PATCH v4 24/69] merging pick_link() with get_link(), part 6
      ` [RFC][PATCH v4 25/69] finally fold get_link() into pick_link()
      ` [RFC][PATCH v4 26/69] sanitize handling of nd->last_type, kill LAST_BIND
      ` [RFC][PATCH v4 27/69] namei: invert the meaning of WALK_FOLLOW
      ` [RFC][PATCH v4 28/69] pick_link(): check for WALK_TRAILING, not LOOKUP_PARENT
      ` [RFC][PATCH v4 29/69] link_path_walk(): simplify stack handling
      ` [RFC][PATCH v4 30/69] namei: have link_path_walk() maintain LOOKUP_PARENT
      ` [RFC][PATCH v4 31/69] massage __follow_mount_rcu() a bit
      ` [RFC][PATCH v4 32/69] new helper: traverse_mounts()
      ` [RFC][PATCH v4 33/69] atomic_open(): return the right dentry in FMODE_OPENED case
      ` [RFC][PATCH v4 34/69] atomic_open(): lift the call of may_open() into do_last()
      ` [RFC][PATCH v4 35/69] do_last(): merge the may_open() calls
      ` [RFC][PATCH v4 36/69] do_last(): don't bother with keeping got_write in FMODE_OPENED case
      ` [RFC][PATCH v4 37/69] do_last(): rejoing the common path earlier in FMODE_{OPENED,CREATED} case
      ` [RFC][PATCH v4 38/69] do_last(): simplify the liveness analysis past finish_open_created
      ` [RFC][PATCH v4 39/69] do_last(): rejoin the common path even earlier in FMODE_{OPENED,CREATED} case
      ` [RFC][PATCH v4 40/69] split the lookup-related parts of do_last() into a separate helper
      ` [RFC][PATCH v4 41/69] path_connected(): pass mount and dentry separately
      ` [RFC][PATCH v4 42/69] path_parent_directory(): leave changing path->dentry to callers
      ` [RFC][PATCH v4 43/69] expand path_parent_directory() in its callers
      ` [RFC][PATCH v4 44/69] follow_dotdot{,_rcu}(): lift switching nd->path to parent out of loop
      ` [RFC][PATCH v4 45/69] follow_dotdot{,_rcu}(): lift LOOKUP_BENEATH checks "
      ` [RFC][PATCH v4 46/69] move handle_dots(), follow_dotdot() and follow_dotdot_rcu() past step_into()
      ` [RFC][PATCH v4 47/69] handle_dots(), follow_dotdot{,_rcu}(): preparation to switch to step_into()
      ` [RFC][PATCH v4 48/69] follow_dotdot{,_rcu}(): switch to use of step_into()
      ` [RFC][PATCH v4 49/69] lift all calls of step_into() out of follow_dotdot/follow_dotdot_rcu
      ` [RFC][PATCH v4 50/69] follow_dotdot{,_rcu}(): massage loops
      ` [RFC][PATCH v4 51/69] follow_dotdot_rcu(): be lazy about changing nd->path
      ` [RFC][PATCH v4 52/69] follow_dotdot(): "
      ` [RFC][PATCH v4 53/69] helper for mount rootwards traversal
      ` [RFC][PATCH v4 54/69] non-RCU analogue of the previous commit
      ` [RFC][PATCH v4 55/69] fs/namei.c: kill follow_mount()
      ` [RFC][PATCH v4 56/69] pick_link(): more straightforward handling of allocation failures
      ` [RFC][PATCH v4 57/69] pick_link(): pass it struct path already with normal refcounting rules
      ` [RFC][PATCH v4 58/69] fold path_to_nameidata() into its only remaining caller
      ` [RFC][PATCH v4 59/69] pick_link(): take reserving space on stack into a new helper
      ` [RFC][PATCH v4 60/69] reserve_stack(): switch to __nd_alloc_stack()
      ` [RFC][PATCH v4 61/69] __nd_alloc_stack(): make it return bool
      ` [RFC][PATCH v4 62/69] link_path_walk(): sample parent's i_uid and i_mode for the last component
      ` [RFC][PATCH v4 63/69] take post-lookup part of do_last() out of loop
      ` [RFC][PATCH v4 64/69] open_last_lookups(): consolidate fsnotify_create() calls
      ` [RFC][PATCH v4 65/69] open_last_lookups(): don't abuse complete_walk() when all we want is unlazy
      ` [RFC][PATCH v4 66/69] open_last_lookups(): lift O_EXCL|O_CREAT handling into do_open()
      ` [RFC][PATCH v4 67/69] open_last_lookups(): move complete_walk() "
      ` [RFC][PATCH v4 68/69] atomic_open(): no need to pass struct open_flags anymore
      ` [RFC][PATCH v4 69/69] lookup_open(): don't bother with fallbacks to lookup+create

[PATCH 0/4] usb-serial: xHCI and timeout fixes
 2020-03-13 23:56 UTC  (3+ messages)
` [PATCH 1/4] usb-serial: Move USB_TOKEN_IN into a helper function

[PATCH 0/5] kselftest: add fixture parameters
 2020-03-13 23:54 UTC  (13+ messages)
` [PATCH 1/5] selftests/seccomp: use correct FIXTURE macro
` [PATCH 2/5] kselftest: create fixture objects
` [PATCH 3/5] kselftest: run tests by fixture
` [PATCH 4/5] kselftest: add fixture parameters
` [PATCH 5/5] selftests: tls: run all tests for TLS 1.2 and TLS 1.3

[PATCH] x86/vector: Allow to free vector for managed IRQ
 2020-03-13 23:54 UTC  (2+ messages)

[PATCH bpf-next] selftest/bpf: fix compilation warning in sockmap_parse_prog.c
 2020-03-13 23:53 UTC  (2+ messages)
` [Potential Spoof] "

[PATCH] linux-user: Update TASK_UNMAPPED_BASE for aarch64
 2020-03-13 23:52 UTC  (3+ messages)

Git performance on large repository on OS X is slow without core.preloadindex=false
 2020-03-13 23:52 UTC 

Endpoint address dns resolution - option to prefer IPv6 or IPv4
 2020-03-13 14:52 UTC 

[PATCH] ARM: qcom: Disable i2c device on gsbi4 for ipq806x
 2020-03-13 23:46 UTC  (4+ messages)
  ` R: "

[GIT PULL] SCSI fixes for 5.6-rc5
 2020-03-13 23:45 UTC  (2+ messages)

[PATCH v5 00/60] target/riscv: support vector extension v0.7.1
 2020-03-13 23:38 UTC  (14+ messages)
` [PATCH v5 05/60] target/riscv: add vector stride load and store instructions
` [PATCH v5 07/60] target/riscv: add fault-only-first unit stride load

[Xen-devel] [XEN PATCH v3 0/2] xen/arm: Configure early printk via Kconfig
 2020-03-13 23:37 UTC  (11+ messages)
` [Xen-devel] [XEN PATCH v3 1/2] xen/arm: Rename all early printk macro
` [Xen-devel] [XEN PATCH v3 2/2] xen/arm: Configure early printk via Kconfig

[dpdk-dev] [PATCH v3 0/7] MinGW-w64 support
 2020-03-13 23:38 UTC  (5+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 1/7] eal: introduce portable format attribute

[PATCH v3] selftests: Fix seccomp to support relocatable build (O=objdir)
 2020-03-13 23:38 UTC  (3+ messages)

[PATCH bpf] bpf: Sanitize the bpf_struct_ops tcp-cc name
 2020-03-13 23:36 UTC 

[PATCH v4] Documentation: kunit: Make the KUnit documentation less UML-specific
 2020-03-13 23:36 UTC  (5+ messages)

[PATCH bpf-next] selftests/bpf: fix nanosleep for real this time
 2020-03-13 23:35 UTC 

pull-request: bpf-next 2020-03-13
 2020-03-13 23:35 UTC 

[patch] mm, oom: prevent soft lockup on memcg oom for UP systems
 2020-03-13 23:32 UTC  (6+ messages)

[PATCH] platform/chrome: wilco_ec: Provide correct output format to 'h1_gpio' file
 2020-03-13 23:27 UTC 

[PATCH bpf-next v2] selftests/bpf: Fix spurious failures in accept due to EAGAIN
 2020-03-13 23:32 UTC  (4+ messages)

[PATCH v2 0/4] module autoloading fixes and cleanups
 2020-03-13 23:31 UTC  (6+ messages)
` [PATCH v2 3/4] docs: admin-guide: document the kernel.modprobe sysctl

[MPTCP] Re: [PATCH] tcp: mptcp: use mptcp receive buffer space to select rcv window
 2020-03-13 23:30 UTC 

[PATCH] sched: Use RCU-sched in core-scheduling balancing logic
 2020-03-13 23:29 UTC 

[PATCH v3] ia64: replace setup_irq() by request_irq()
 2020-03-13 23:28 UTC  (4+ messages)
` [PATCH v4] "

[PATCH 0/2] radix-tree: fix some errors in comment
 2020-03-13 23:18 UTC  (7+ messages)
` [PATCH 1/2] radix-tree: fix kernel-doc for radix_tree_find_next_bit
` [PATCH 2/2] radix-tree: fix a typo

[patch part-II V2 00/13] x86/entry: Consolidation - Part II (syscalls)
 2020-03-13 23:17 UTC  (4+ messages)
` [patch part-II V2 07/13] x86/entry: Move irq tracing on syscall entry to C-code

[PATCH v2 0/2] selftests/harness: Handle timeouts cleanly
 2020-03-13 23:12 UTC  (3+ messages)
` [PATCH v2 1/2] selftests/harness: Move test child waiting logic
` [PATCH v2 2/2] selftests/harness: Handle timeouts cleanly

[PSIGN v2 X/2] selftests/harness: Handle timeouts cleanly
 2020-03-13 23:12 UTC 

[PATCH 1/3 v2] perf/amd/uncore: Prepare L3 thread mask code for Family 19h support
 2020-03-13 23:10 UTC  (3+ messages)
` [PATCH 2/3 v2] perf/amd/uncore: Make L3 thread mask code more readable
` [PATCH 3/3 v2] perf/amd/uncore: Add support for Family 19h L3 PMU

[PATCH 0/2] selftests/harness: Handle timeouts cleanly
 2020-03-13 23:10 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t 1/5] tests/kms_tiled_display: Get rid of DP stuff
 2020-03-13 23:10 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for series starting with [i-g-t,1/5] "

[PATCH 1/3] binderfs: port tests to test harness infrastructure
 2020-03-13 23:08 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] binderfs_test: switch from /dev to a unique per-test mountpoint
  ` [PATCH v2 3/3] binderfs: add stress test for binderfs binder devices
` [PATCH v2] binderfs: port to new mount api

[PATCH v2] arm64: dts: rockchip: Add Hugsun X99 IR receiver and power led
 2020-03-13 23:05 UTC  (3+ messages)

[PATCH v2] dt-bindings: display: ti: Fix dtc unit-address warnings in examples
 2020-03-13 23:05 UTC  (3+ messages)

[PATCH] mmc: sdhci-of-at91: Display clock changes for debug purpose only
 2020-03-13 23:03 UTC  (3+ messages)

[PATCH] perf parse-events: fix 3 use after frees
 2020-03-13 23:02 UTC 

[PATCH v3] gpu/trace: add gpu memory tracepoints
 2020-03-13 22:59 UTC  (7+ messages)
` [PATCH v4] gpu/trace: add a gpu total memory usage tracepoint

[PATCH] ltp: make multilib installable
 2020-03-13 22:55 UTC 

[PATCH hmm 3/8] mm/hmm: do not call hmm_vma_walk_hole() while holding a spinlock
 2020-03-13 22:51 UTC  (11+ messages)
` [PATCH] mm/hmm: Simplify hmm_vma_walk_pud slightly

[PATCH net-next 00/11] net: ethernet: ti: cpts: add irq and HW_TS_PUSH events
 2020-03-13 22:49 UTC  (12+ messages)
` [PATCH net-next 01/11] net: ethernet: ti: cpts: use dev_yy() api for logs
` [PATCH net-next 02/11] net: ethernet: ti: cpts: separate hw counter read from timecounter
` [PATCH net-next 03/11] net: ethernet: ti: cpts: move tc mult update in cpts_fifo_read()
` [PATCH net-next 04/11] net: ethernet: ti: cpts: switch to use new .gettimex64() interface
` [PATCH net-next 05/11] net: ethernet: ti: cpts: optimize packet to event matching
` [PATCH net-next 06/11] net: ethernet: ti: cpts: move tx timestamp processing to ptp worker only
` [PATCH net-next 07/11] net: ethernet: ti: cpts: rework locking
` [PATCH net-next 08/11] net: ethernet: ti: cpts: move rx timestamp processing to ptp worker only
` [PATCH net-next 09/11] net: ethernet: ti: cpts: add irq support
` [PATCH net-next 10/11] net: ethernet: ti: cpts: add support for HW_TS_PUSH events
` [PATCH net-next 11/11] net: ethernet: ti: cpsw: enable cpts irq

[PATCH -next] hugetlb_cgroup: fix illegal access to memory
 2020-03-13 22:48 UTC  (4+ messages)

[MPTCP] Re: [PATCH] mptcp: copy mptcp receive buffer setting to subflow
 2020-03-13 22:48 UTC 

[PATCH v3 00/16]: hw/i386/vmport: Bug fixes and improvements
 2020-03-13 22:44 UTC  (12+ messages)
` [PATCH v3 07/16] hw/i386/vmport: Introduce vmport.h
` [PATCH v3 08/16] hw/i386/vmport: Define enum for all commands
` [PATCH v3 15/16] hw/i386/vmport: Add support for CMD_GETHZ

KASAN: slab-out-of-bounds Read in cgroup_file_notify
 2020-03-13 22:43 UTC  (5+ messages)

[PATCH 2/2] timer: sti: use clk API to get timer clock rate
 2020-03-13 22:42 UTC  (4+ messages)
` [PATCH v2 0/2] timer: sti: mimic Linux declaration and usage
  ` [PATCH v2 1/2] timer: sti: convert to livetree
  ` [PATCH v2 2/2] timer: sti: use clk API to get timer clock rate

[MPTCP] Re: [PATCH mptcp] mptcp: re-check dsn before reading from subflow
 2020-03-13 22:39 UTC 

[MPTCP] Re: [PATCH] mptcp: propagate sendbuf setting to subflow on fallback
 2020-03-13 22:39 UTC 

[PATCH bpf-next 0/4] CO-RE candidate matching fix and tracing test
 2020-03-13 22:36 UTC  (2+ messages)

[PATCH] docs/conf.py: Raise ConfigError for bad Sphinx Python version
 2020-03-13 22:30 UTC  (2+ messages)

[PATCH v4 0/7] use vfio_dma_rw to read/write IOVAs from CPU side
 2020-03-13 22:29 UTC  (2+ messages)

[GIT PULL] overlayfs fixes for 5.6-rc6
 2020-03-13 22:30 UTC  (2+ messages)

[GIT PULL] fuse fixes for 5.6-rc6
 2020-03-13 22:30 UTC  (2+ messages)

[GIT PULL] Please pull NFS Client fixes for 5.6-rc6
 2020-03-13 22:30 UTC  (2+ messages)

[PATCH 00/14] user-mode: Prune build dependencies (part 1)
 2020-03-13 22:28 UTC  (4+ messages)
` [PATCH 01/14] Makefile: Only build virtiofsd if system-mode is enabled

[PATCHi v3] media: staging/intel-ipu3: css: simplify expression
 2020-03-13 22:28 UTC 

cross-compiling vm, confusion over output directory
 2020-03-13 22:28 UTC  (2+ messages)

[PATCH v1 1/1] target/riscv: Don't set write permissions on dirty PTEs
 2020-03-13 22:26 UTC  (6+ messages)

[igt-dev] [PATCH i-g-t 1/5] lib/i915: Create a context wrapping one specific engine
 2020-03-13 22:26 UTC  (8+ messages)
` [Intel-gfx] [PATCH i-g-t 2/5] lib/i915: Dynamic subtest constructor for sysfs/engines
  ` [igt-dev] "
` [igt-dev] [PATCH i-g-t 3/5] i915: Exercise preemption timeout controls in sysfs
  ` [Intel-gfx] "
` [igt-dev] [Intel-gfx] [PATCH i-g-t 1/5] lib/i915: Create a context wrapping one specific engine
  `  "

[PATCH] selftests: add 'show_targets' make target
 2020-03-13 22:23 UTC 

[PATCH RESEND v2 0/2] Fix loading of platform ROM from 32-bit EFI
 2020-03-13 22:22 UTC  (3+ messages)
` [PATCH RESEND v2 1/2] drm/radeon: Stop directly referencing iomem
` [PATCH RESEND v2 2/2] PCI: Use ioremap(), not phys_to_virt() for platform ROM

Interfacing mac802154 stack with userspace applications
 2020-03-13 22:21 UTC  (6+ messages)

[PATCH v7 0/4] linux-user: generate syscall_nr.sh for RISC-V
 2020-03-13 22:17 UTC  (9+ messages)
` [PATCH v7 3/4] linux-user: Support futex_time64

[PATCH 0/8] Misc hw/ide legacy clean up
 2020-03-13 22:16 UTC  (3+ messages)
` [PATCH 6/8] hw/ide: Do ide_drive_get() within pci_ide_create_devs()

[Xen-devel] [PATCH v9 00/10] error: auto propagated local_err part I
 2020-03-13 22:12 UTC  (9+ messages)
` [Xen-devel] [PATCH v9 02/10] scripts: Coccinelle script to use ERRP_AUTO_PROPAGATE()
              `  "

[PATCH v2] media: staging/intel-ipu3: css: simplify expression
 2020-03-13 22:09 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH v28 00/22] Intel SGX foundations
 2020-03-13 22:08 UTC  (10+ messages)
` [PATCH v28 21/22] x86/vdso: Implement a vDSO for Intel SGX enclave call

[PATCH V5 0/3] Convert QUP bindings to YAML and add ICC, pin swap doc
 2020-03-13 22:06 UTC  (3+ messages)
` [PATCH V5 2/3] dt-bindings: geni-se: Add interconnect binding for GENI QUP


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.