All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-01 19:58:30 to 2020-03-01 22:02:48 UTC [more...]

gitlab.fd.o financial situation and impact on services
 2020-03-01 20:30 UTC  (16+ messages)
` [Intel-gfx] "
  ` [Mesa-dev] "
                    ` [Intel-gfx] [Mesa-dev] "

post-receive: pub/scm/linux/kernel/git/tytso/ext4
 2020-03-01 22:02 UTC 

[PATCH v3 23/27] powerpc/powernv/pmem: Add debug IOCTLs
 2020-03-01 22:01 UTC  (2+ messages)

[PATCH v6 00/18] Add Allwinner H3 SoC and Orange Pi PC Machine
 2020-03-01 21:50 UTC  (18+ messages)
` [PATCH v6 01/18] hw/arm: add Allwinner H3 System-on-Chip
` [PATCH v6 02/18] hw/arm: add Xunlong Orange Pi PC machine
` [PATCH v6 03/18] hw/arm/allwinner-h3: add Clock Control Unit
` [PATCH v6 04/18] hw/arm/allwinner-h3: add USB host controller
` [PATCH v6 05/18] hw/arm/allwinner-h3: add System Control module
` [PATCH v6 06/18] hw/arm/allwinner: add CPU Configuration module
` [PATCH v6 07/18] hw/arm/allwinner: add Security Identifier device
` [PATCH v6 08/18] hw/arm/allwinner: add SD/MMC host controller
` [PATCH v6 09/18] hw/arm/allwinner-h3: add EMAC ethernet device
` [PATCH v6 10/18] hw/arm/allwinner-h3: add Boot ROM support
` [PATCH v6 11/18] hw/arm/allwinner-h3: add SDRAM controller device
` [PATCH v6 12/18] hw/arm/allwinner: add RTC device support
` [PATCH v6 13/18] tests/boot_linux_console: Add a quick test for the OrangePi PC board
` [PATCH v6 14/18] tests/boot_linux_console: Add initrd test for the Orange Pi "
` [PATCH v6 15/18] tests/boot_linux_console: Add a SD card test for the OrangePi "
` [PATCH v6 16/18] tests/boot_linux_console: Add a SLOW test booting Ubuntu on OrangePi PC
` [PATCH v6 17/18] tests/boot_linux_console: Test booting NetBSD via U-Boot "

[PATCH v3 0/6] efi/x86: add support for generic EFI mixed mode boot
 2020-03-01 22:01 UTC  (11+ messages)

best practises: how to properly "steal" recipes from a newer layer?
 2020-03-01 21:58 UTC  (2+ messages)

[RFC][PATCHSET] sanitized pathwalk machinery (v2)
 2020-03-01 21:52 UTC  (57+ messages)
` [RFC][PATCHSET] sanitized pathwalk machinery (v3)
  ` [RFC][PATCH v3 01/55] do_add_mount(): lift lock_mount/unlock_mount into callers
    ` [RFC][PATCH v3 02/55] fix automount/automount race properly
    ` [RFC][PATCH v3 03/55] follow_automount(): get rid of dead^Wstillborn code
    ` [RFC][PATCH v3 04/55] follow_automount() doesn't need the entire nameidata
    ` [RFC][PATCH v3 05/55] make build_open_flags() treat O_CREAT | O_EXCL as implying O_NOFOLLOW
    ` [RFC][PATCH v3 06/55] handle_mounts(): start building a sane wrapper for follow_managed()
    ` [RFC][PATCH v3 07/55] atomic_open(): saner calling conventions (return dentry on success)
    ` [RFC][PATCH v3 08/55] lookup_open(): "
    ` [RFC][PATCH v3 09/55] do_last(): collapse the call of path_to_nameidata()
    ` [RFC][PATCH v3 10/55] handle_mounts(): pass dentry in, turn path into a pure out argument
    ` [RFC][PATCH v3 11/55] lookup_fast(): consolidate the RCU success case
    ` [RFC][PATCH v3 12/55] teach handle_mounts() to handle RCU mode
    ` [RFC][PATCH v3 13/55] lookup_fast(): take mount traversal into callers
    ` [RFC][PATCH v3 14/55] new step_into() flag: WALK_NOFOLLOW
    ` [RFC][PATCH v3 15/55] fold handle_mounts() into step_into()
    ` [RFC][PATCH v3 16/55] LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()
    ` [RFC][PATCH v3 17/55] expand the only remaining call of path_lookup_conditional()
    ` [RFC][PATCH v3 18/55] merging pick_link() with get_link(), part 1
    ` [RFC][PATCH v3 19/55] merging pick_link() with get_link(), part 2
    ` [RFC][PATCH v3 20/55] merging pick_link() with get_link(), part 3
    ` [RFC][PATCH v3 21/55] merging pick_link() with get_link(), part 4
    ` [RFC][PATCH v3 22/55] merging pick_link() with get_link(), part 5
    ` [RFC][PATCH v3 23/55] merging pick_link() with get_link(), part 6
    ` [RFC][PATCH v3 24/55] finally fold get_link() into pick_link()
    ` [RFC][PATCH v3 25/55] sanitize handling of nd->last_type, kill LAST_BIND
    ` [RFC][PATCH v3 26/55] namei: invert the meaning of WALK_FOLLOW
    ` [RFC][PATCH v3 27/55] pick_link(): check for WALK_TRAILING, not LOOKUP_PARENT
    ` [RFC][PATCH v3 28/55] link_path_walk(): simplify stack handling
    ` [RFC][PATCH v3 29/55] massage __follow_mount_rcu() a bit
    ` [RFC][PATCH v3 30/55] new helper: traverse_mounts()
    ` [RFC][PATCH v3 31/55] atomic_open(): return the right dentry in FMODE_OPENED case
    ` [RFC][PATCH v3 32/55] atomic_open(): lift the call of may_open() into do_last()
    ` [RFC][PATCH v3 33/55] do_last(): merge the may_open() calls
    ` [RFC][PATCH v3 34/55] do_last(): don't bother with keeping got_write in FMODE_OPENED case
    ` [RFC][PATCH v3 35/55] do_last(): rejoing the common path earlier in FMODE_{OPENED,CREATED} case
    ` [RFC][PATCH v3 36/55] do_last(): simplify the liveness analysis past finish_open_created
    ` [RFC][PATCH v3 37/55] do_last(): rejoin the common path even earlier in FMODE_{OPENED,CREATED} case
    ` [RFC][PATCH v3 38/55] split the lookup-related parts of do_last() into a separate helper
    ` [RFC][PATCH v3 39/55] path_connected(): pass mount and dentry separately
    ` [RFC][PATCH v3 40/55] path_parent_directory(): leave changing path->dentry to callers
    ` [RFC][PATCH v3 41/55] follow_dotdot(): expand the call of path_parent_directory()
    ` [RFC][PATCH v3 42/55] follow_dotdot{,_rcu}(): lift switching nd->path to parent out of loop
    ` [RFC][PATCH v3 43/55] follow_dotdot{,_rcu}(): lift LOOKUP_BENEATH checks "
    ` [RFC][PATCH v3 44/55] move put_link() into handle_dots()
    ` [RFC][PATCH v3 45/55] handle_dots(): return ERR_PTR/NULL instead of -E.../0
    ` [RFC][PATCH v3 46/55] move follow_dotdot() and follow_dotdot_rcu() towards handle_dots()
    ` [RFC][PATCH v3 47/55] follow_dotdot{,_rcu}(): preparation to switch to step_into()
    ` [RFC][PATCH v3 48/55] follow_dotdot{,_rcu}(): switch to use of step_into()
    ` [RFC][PATCH v3 49/55] lift all calls of step_into() out of follow_dotdot/follow_dotdot_rcu
    ` [RFC][PATCH v3 50/55] follow_dotdot{,_rcu}(): massage loops
    ` [RFC][PATCH v3 51/55] follow_dotdot_rcu(): be lazy about changing nd->path
    ` [RFC][PATCH v3 52/55] follow_dotdot(): "
    ` [RFC][PATCH v3 53/55] helper for mount rootwards traversal
    ` [RFC][PATCH v3 54/55] non-RCU analogue of the previous commit
    ` [RFC][PATCH v3 55/55] fs/namei.c: kill follow_mount()

[Intel-gfx] [PATCH v6] drm/i915: Use intel_plane_data_rate for min_cdclk calculation
 2020-03-01 21:47 UTC  (6+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Use intel_plane_data_rate for min_cdclk calculation (rev6)
` [Intel-gfx] ✓ Fi.CI.IGT: success "

[PATCH] libsemange: add missing header sepol/policydb.h
 2020-03-01 21:43 UTC  (7+ messages)
` [PATCH] libsemanage: check libsepol version

[PATCH net-next] net: phy: mscc: add constants for used interrupt mask bits
 2020-03-01 21:40 UTC  (2+ messages)

[PATCH RFC 0/9] nxt propagation + locking optimisation
 2020-03-01 21:39 UTC  (7+ messages)
` [PATCH 5/9] io_uring: get next req on subm ref drop
` [PATCH 9/9] io_uring: pass submission ref to async

[PATCH v2 0/3] OpenRISC clone3 support
 2020-03-01 21:38 UTC  (8+ messages)
` [OpenRISC] "
` [PATCH v2 1/3] openrisc: Convert copy_thread to copy_thread_tls
  ` [OpenRISC] "
` [PATCH v2 2/3] openrisc: Enable the clone3 syscall
  ` [OpenRISC] "
` [PATCH v2 3/3] openrisc: Cleanup copy_thread_tls docs and comments
  ` [OpenRISC] "

[GIT PULL] Second batch of KVM changes for Linux 5.6-rc4 (or rc5)
 2020-03-01 21:33 UTC  (3+ messages)

[PATCH] hibernate: unlock swap bdev for writing when uswsusp is active
 2020-03-01 21:35 UTC  (5+ messages)

[PATCH v2 0/2] cmd646: remove pci_cmd646_ide_init() function
 2020-03-01 21:34 UTC  (3+ messages)
` [PATCH v2 1/2] dp264: use pci_create() to initialise the cmd646 device

post-receive: pub/scm/linux/kernel/git/chrome-platform/linux
 2020-03-01 21:33 UTC 

[PATCH 1/1] libsepol: make ebitmap_cardinality() of linear complexity
 2020-03-01 21:32 UTC  (3+ messages)

[PATCH 0/2] Implement "non 100% native mode" in via-ide
 2020-03-01 21:30 UTC  (10+ messages)
` [PATCH 2/2] via-ide: Also emulate non 100% native mode

Power cut leads to "corrupt empty space"
 2020-03-01 21:28 UTC  (2+ messages)

[PATCH bpf-next v2 0/9] bpf: sockmap, sockhash: support storing UDP sockets
 2020-03-01 21:26 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] support/scripts/pkg-stats: clear multiprocessing pools after use
 2020-03-01 21:25 UTC 

[PATCH 1/2] drivers: base: power: main: Use built-in RCU list checking
 2020-03-01 21:23 UTC  (7+ messages)
` [Linux-kernel-mentees] "

[PATCHv2 0/3] Add support for suspend clk for Exynos5422 SoC
 2020-03-01 21:20 UTC  (8+ messages)
` [PATCHv2 1/3] devicetree: bindings: exynos: Add new compatible for Exynos5420 dwc3 clocks support
` [PATCHv2 2/3] ARM: dts: exynos: Add missing usbdrd3 suspend clk
` [PATCHv2 3/3] usb: dwc3: exynos: Add support for Exynos5422 "

[PATCH V9 0/3] da7280: haptic driver submission
 2020-03-01 21:20 UTC  (5+ messages)
` [PATCH V9 3/3] Input: new da7280 haptic driver

[PATCH v2 0/6] floppy: make use of the local/global fdc explicit
 2020-03-01 21:20 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] support/scripts/pkg-stats: decode subprocess output for python3
 2020-03-01 21:18 UTC 

[PATCH] xfs_admin: revert online label setting ability
 2020-03-01 21:13 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/next/linux-next
 2020-03-01 21:09 UTC 

[Buildroot] [PATCH] package/lxc: cgroups: initialize cpuset properly
 2020-03-01 21:06 UTC 

linux-next: manual merge of the kvm-fixes tree with Linus' tree
 2020-03-01 21:05 UTC 

checkarray not running or emailing
 2020-03-01 21:03 UTC 

[PATCH kvm-unit-tests] x86: VMX: the "noclone" attribute is not needed
 2020-03-01 20:58 UTC  (2+ messages)

[PATCH] image.h: use uint32_t instead of u32 in android_image_get_dtb*
 2020-03-01 20:57 UTC  (3+ messages)

[PATCH v3 0/5] platform/x86: intel_pmc_core: Add bug fixes or code
 2020-03-01 20:44 UTC  (6+ messages)
` [PATCH v3 1/5] platform/x86: intel_pmc_core: fix: Relocate pmc_core_slps0_display() and pmc_core_lpm_display() to outside of CONFIG_DEBUG_FS
` [PATCH v3 2/5] platform/x86: intel_pmc_core: fix: Remove the duplicate if() to create debugfs entry for substate_live_status_registers
` [PATCH v3 3/5] platform/x86: intel_pmc_core: fix: Add slp_s0_offset attribute back to tgl_reg_map
` [PATCH v3 4/5] platform/x86: intel_pmc_core: Make pmc_core_substate_res_show() generic
` [PATCH v3 5/5] platform/x86: intel_pmc_core: fix: Make pmc_core_lpm_display() generic for platforms that support sub-states

[PATCH] ubifs: Don't discard nodes in recovery when ecc err detected
 2020-03-01 20:46 UTC  (3+ messages)

[PATCH] tty: serial: Use the correct style for SPDX License Identifier
 2020-03-01 20:45 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/tytso/ext4
 2020-03-01 20:42 UTC 

[RFC PATCH] easysplash: Add recipes for 1.0.0 release
 2020-03-01 20:40 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] package/taglib: fix CVE-2017-12678
 2020-03-01 20:37 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/taglib: fix CVE-2018-11439

[PATCH net] net: phy: avoid clearing PHY interrupts twice in irq handler
 2020-03-01 20:36 UTC 

[PATCH] exec: Fix a deadlock in ptrace
 2020-03-01 20:34 UTC  (5+ messages)
      ` [PATCHv2] "

[PATCH] show_one_mergetag: print non-parent in hex form
 2020-03-01 20:25 UTC  (3+ messages)

libselinux: drop dso.h
 2020-03-01 20:32 UTC  (9+ messages)
` [PATCH 2/3] Makefile: add -fno-semantic-interposition
` [V3] libselinux: drop dso.h
  ` [PATCH v3 3/4] Makefile: add linker script to minimize exports

btrfs balance to add new drive taking ~60 hours, no progress?
 2020-03-01 20:32 UTC 

[PATCH] make: Use gziped sources
 2020-03-01 20:26 UTC 

[Buildroot] [PATCH 1/1] package/ed: annotate CVE-2015-2987
 2020-03-01 20:22 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/jic23/iio
 2020-03-01 20:22 UTC 

[Buildroot] [PATCH 1/1] package/tftpd: annotate CVE-2008-1403
 2020-03-01 20:19 UTC 

[patch 4/8] x86/entry: Move irq tracing on syscall entry to C-code
 2020-03-01 20:18 UTC  (3+ messages)

Hello
 2020-03-01 20:18 UTC 

[PATCH] counter: 104-quad-8: Support Filter Clock Prescaler
 2020-03-01 20:17 UTC  (2+ messages)

Grow array and convert from raid 5 to 6
 2020-03-01 20:16 UTC  (4+ messages)

[PATCH] counter: 104-quad-8: Support Differential Encoder Cable Status
 2020-03-01 20:14 UTC  (2+ messages)

[Intel-gfx] [PATCH v2] drm/i915/display: nuke skl workaround for pre-production hw
 2020-03-01 20:14 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/display: nuke skl workaround for pre-production hw (rev3)

[Bug 199471] [Bisected][Regression] windfarm_pm* no longer gets automatically loaded when CONFIG_I2C_POWERMAC=y is set
 2020-03-01 20:10 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/links: annotate CVE-2008-3319
 2020-03-01 20:14 UTC 

post-receive: pub/scm/linux/kernel/git/viro/vfs
 2020-03-01 20:13 UTC 

[Buildroot] [PATCH 1/1] package/netcat: annotate CVEs
 2020-03-01 20:09 UTC 

[PATCH] cpufreq: fix a mem leak caused by policy->max_freq_req in cpufreq_policy_free()
 2020-03-01 20:09 UTC  (2+ messages)

[PATCH v3 0/3] virtio-net: introduce features defined in the spec
 2020-03-01 20:06 UTC  (9+ messages)
` [PATCH v3 1/3] virtio-net: Introduce extended RSC feature
    ` [virtio-dev] "
` [PATCH v3 2/3] virtio-net: Introduce RSS receive steering feature
    ` [virtio-dev] "
  ` [virtio-dev] Re: [PATCH v3 0/3] virtio-net: introduce features defined in the spec

[PATCH v2] iio: pressure: icp10100: add driver for InvenSense ICP-101xx
 2020-03-01 20:04 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/jic23/iio
 2020-03-01 20:03 UTC 

[Buildroot] [PATCH 1/1] package/smack: annotate CVE-2016-10027
 2020-03-01 20:01 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libtorrent: annotate CVE-2009-1760 and CVE-2016-5301
 2020-03-01 20:00 UTC 

Re:Hello
 2020-03-01 19:59 UTC  (3+ messages)
` Hello

Hello
 2020-03-01 19:59 UTC 

Re:Hello
 2020-03-01 19:59 UTC  (2+ messages)
` Hello

Hello
 2020-03-01 19:59 UTC 


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.