All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-08-09 05:20:14 to 2021-08-09 06:48:29 UTC [more...]

remove GENHD_FL_UP
 2021-08-09  6:40 UTC  (15+ messages)
` [PATCH 1/8] mmc: block: let device_add_disk create disk attributes
` [PATCH 2/8] mmc: block: cleanup gendisk creation
` [PATCH 3/8] nvme: remove the GENHD_FL_UP check in nvme_ns_remove
` [PATCH 4/8] nvme: replace the GENHD_FL_UP check in nvme_mpath_shutdown_disk
` [PATCH 5/8] sx8: use the internal state machine to check if del_gendisk needs to be called
` [PATCH 6/8] bcache: add proper error unwinding in bcache_device_init
` [PATCH 7/8] bcache: move the del_gendisk call out of bcache_device_free

[PATCH v2] arm64: kprobe: Enable OPTPROBE for arm64
 2021-08-09  6:44 UTC  (9+ messages)

[PATCH 0/3] A few gup refactorings and documentation updates
 2021-08-09  6:46 UTC  (10+ messages)
` [PATCH 1/3] mm/gup: documentation corrections for gup/pup
` [PATCH 2/3] mm/gup: small refactoring: simplify try_grab_page()
` [PATCH 3/3] mm/gup: refactor and simplify try_get_page()

[Intel-wired-lan] Recall: [PATCH next-queue v2 3/3] igc: Add support for CBS offloading
 2021-08-09  6:45 UTC 

[PATCH] Revert "arm: bootm: Disable LMB reservation for command line and board info on arm64"
 2021-08-09  6:44 UTC  (9+ messages)

[dpdk-dev] [PATCH] devtools: test different build types
 2021-08-09  6:43 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 0/5] more build tests
  ` [dpdk-dev] [PATCH v3 3/5] vdpa/mlx5: fix minsize build

[Bug 213967] New: Thinkpad T14 Chicony Webcam not recognized by kernel
 2021-08-09  6:42 UTC  (4+ messages)
` [Bug 213967] "

[xfs] 6df693ed7b: aim7.jobs-per-min -15.7% regression
 2021-08-09  6:42 UTC  (2+ messages)

[PATCH v2 0/3] SVM 5-level page table support
 2021-08-09  6:42 UTC  (7+ messages)
` [PATCH v2 1/3] KVM: x86: Allow CPU to force vendor-specific TDP level

[PATCH V4 0/7] loop: cleanup charging io to mem/blkcg
 2021-08-09  6:41 UTC  (2+ messages)

Bug/Oversight in gatchat/gatresult.c with negative numbers
 2021-08-09  6:40 UTC  (2+ messages)

[PATCH 00/23] More patches from others
 2021-08-09  6:40 UTC  (7+ messages)
` [PATCH 03/23] sigaction.2: Apply minor tweaks to Peter's patch
` [PATCH 10/23] getopt.3: Further clarification of optstring

switch iomap to an iterator model v2
 2021-08-09  6:12 UTC  (62+ messages)
` [Cluster-devel] "
` [PATCH 01/30] iomap: fix a trivial comment typo in trace.h
  ` [Cluster-devel] "
` [PATCH 02/30] iomap: remove the iomap arguments to ->page_{prepare,done}
  ` [Cluster-devel] [PATCH 02/30] iomap: remove the iomap arguments to ->page_{prepare, done}
` [PATCH 03/30] iomap: mark the iomap argument to iomap_sector const
  ` [Cluster-devel] "
` [PATCH 04/30] iomap: mark the iomap argument to iomap_inline_data const
  ` [Cluster-devel] "
` [PATCH 05/30] iomap: mark the iomap argument to iomap_inline_data_valid const
  ` [Cluster-devel] "
` [PATCH 06/30] fs: mark the iomap argument to __block_write_begin_int const
  ` [Cluster-devel] "
` [PATCH 07/30] fsdax: mark the iomap argument to dax_iomap_sector as const
  ` [Cluster-devel] "
` [PATCH 08/30] iomap: mark the iomap argument to iomap_read_inline_data const
  ` [Cluster-devel] "
` [PATCH 09/30] iomap: mark the iomap argument to iomap_read_page_sync const
  ` [Cluster-devel] "
` [PATCH 10/30] iomap: fix the iomap_readpage_actor return value for inline data
  ` [Cluster-devel] "
` [PATCH 11/30] iomap: add the new iomap_iter model
  ` [Cluster-devel] "
` [PATCH 12/30] iomap: switch readahead and readpage to use iomap_iter
  ` [Cluster-devel] "
` [PATCH 13/30] iomap: switch iomap_file_buffered_write "
  ` [Cluster-devel] "
` [PATCH 14/30] iomap: switch iomap_file_unshare "
  ` [Cluster-devel] "
` [PATCH 15/30] iomap: switch iomap_zero_range "
  ` [Cluster-devel] "
` [PATCH 16/30] iomap: switch iomap_page_mkwrite "
  ` [Cluster-devel] "
` [PATCH 17/30] iomap: switch __iomap_dio_rw "
  ` [Cluster-devel] "
` [PATCH 18/30] iomap: switch iomap_fiemap "
  ` [Cluster-devel] "
` [PATCH 19/30] iomap: switch iomap_bmap "
  ` [Cluster-devel] "
` [PATCH 20/30] iomap: switch iomap_seek_hole "
  ` [Cluster-devel] "
` [PATCH 21/30] iomap: switch iomap_seek_data "
  ` [Cluster-devel] "
` [PATCH 22/30] iomap: switch iomap_swapfile_activate "
  ` [Cluster-devel] "
` [PATCH 23/30] fsdax: switch dax_iomap_rw "
  ` [Cluster-devel] "
` [PATCH 24/30] iomap: remove iomap_apply
  ` [Cluster-devel] "
` [PATCH 25/30] iomap: pass an iomap_iter to various buffered I/O helpers
  ` [Cluster-devel] "
` [PATCH 26/30] iomap: rework unshare flag
  ` [Cluster-devel] "
` [PATCH 27/30] fsdax: factor out helpers to simplify the dax fault code
  ` [Cluster-devel] "
` [PATCH 28/30] fsdax: factor out a dax_fault_actor() helper
  ` [Cluster-devel] "
` [PATCH 29/30] fsdax: switch the fault handlers to use iomap_iter
  ` [Cluster-devel] "
` [PATCH 30/30] iomap: constify iomap_iter_srcmap
  ` [Cluster-devel] "

[Intel-wired-lan] [PATCH next-queue v2 0/3] igc: Add support for CBS offload
 2021-08-09  6:37 UTC  (4+ messages)
` [Intel-wired-lan] [PATCH next-queue v2 3/3] igc: Add support for CBS offloading

[PATCH V4 0/8] i3c: master: svc: some bug fixes and add runtime pm support
 2021-08-09  6:36 UTC  (18+ messages)
` [PATCH V4 1/8] i3c: master: svc: move module reset behind clk enable
` [PATCH V4 2/8] i3c: master: svc: fix atomic issue
` [PATCH V4 3/8] i3c: master: svc: separate err, fifo and disable interrupt of reset function
` [PATCH V4 4/8] i3c: master: svc: add support for slave to stop returning data
` [PATCH V4 5/8] i3c: master: svc: set ODSTOP to let I2C device see the STOP signal
` [PATCH V4 6/8] i3c: master: svc: add runtime pm support
` [PATCH V4 7/8] i3c: master: svc: add the missing module device table
` [PATCH V4 8/8] i3c: master: svc: enable the interrupt in the enable ibi function

Question about NVMe MCTP in dbus-sensors
 2021-08-09  6:33 UTC  (3+ messages)

Chipidea USB device goes infinite loop due to interrupt while hw_ep_prime
 2021-08-09  6:31 UTC  (5+ messages)

[PATCH 0/2] fsmonitor: fixup to avoid warnings from pedantic
 2021-08-09  6:30 UTC  (3+ messages)
` [PATCH 1/2] fixup! fsmonitor-ipc: create client routines for git-fsmonitor--daemon
` [PATCH 2/2] fixup! fsmonitor--daemon: implement handle_client callback

[PATCH v3] leds: leds-multi-gpio: Add multiple GPIOs LED driver
 2021-08-09  6:29 UTC  (3+ messages)

[PATCH v2 0/2] fix request uaf in nbd_read_stat()
 2021-08-09  6:28 UTC  (3+ messages)
` [PATCH v2 2/2] nbd: convert to use blk_mq_get_rq_by_tag()

[poky][master][PATCH] test_buildhistory: Add test to verify that LICENSE is added
 2021-08-09  6:26 UTC  (2+ messages)

[dpdk-dev] [PATCH] app/testpmd: flowgen support ip and udp fields
 2021-08-09  6:25 UTC 

[poky][master][PATCH] buildhistory.bbclass: Enable exporting more recipe and package data
 2021-08-09  6:24 UTC  (2+ messages)

[PATCH] xilinx: Disable ARCH_FIXUP_FDT_MEMORY
 2021-08-09  6:24 UTC  (3+ messages)

stable-rc/queue/5.10 baseline: 135 runs, 2 regressions (v5.10.57-49-g039efb5682ed)
 2021-08-09  6:24 UTC 

[Buildroot] [PATCH 1/2] package/kmsxx: remove erroneous use of static-libc option
 2021-08-09  6:23 UTC  (6+ messages)
` [Buildroot] [PATCH 2/2] package/kmsxx: update to latest

[Virtio-fs] RE : JITTERBIT Users List
 2021-08-09  6:21 UTC 

[PATCH] riscv: add ARCH_DMA_MINALIGN support
 2021-08-09  6:20 UTC  (4+ messages)

[PATCH-for-6.2 0/2] disas/nios2: Simplify endianess conversion
 2021-08-09  6:12 UTC  (5+ messages)
` [PATCH-for-6.2 1/2] disas/nios2: Fix style in print_insn_nios2()
` [PATCH-for-6.2 2/2] disas/nios2: Simplify endianess conversion

[PATCH net-next] net: sock: add the case if sk is NULL
 2021-08-09  6:12 UTC  (3+ messages)

[PATCH v4 00/10] libata cleanups and improvements
 2021-08-09  6:11 UTC  (7+ messages)
` [PATCH v4 01/10] libata: fix ata_host_alloc_pinfo()
` [PATCH v4 03/10] libata: fix sparse warning
` [PATCH v4 09/10] libahci: Introduce ncq_prio_supported sysfs sttribute

[workqueue/watchdog] 89e28ce60c: BUG:KCSAN:data-race_in_wq_watchdog_touch/wq_watchdog_touch
 2021-08-09  6:11 UTC  (2+ messages)

[PATCH linux-next v3 0/6] vdpa: enable user to set mac, mtu
 2021-08-09  6:10 UTC  (9+ messages)

[igt-dev] [PATCH i-g-t v4 00/56] Add allocator support in IGT
 2021-08-09  6:09 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t v4 05/56] lib/intel_batchbuffer: Add allocator support in blitter fast copy
` [igt-dev] ✗ Fi.CI.BAT: failure for Add allocator support in IGT (rev3)

stable-rc/queue/5.13 baseline: 132 runs, 2 regressions (v5.13.9-70-g402c62d4c96c)
 2021-08-09  6:08 UTC 

[PATCH 1/1] spi: mediatek: fix build warnning in set cs timing
 2021-08-09  5:59 UTC  (3+ messages)

[xenomai-images][PATCH] customizations: Fix runtime dependencies
 2021-08-09  6:04 UTC 

[PATCH net-next 0/2] bonding: cleanup header file and error msgs
 2021-08-09  6:03 UTC  (5+ messages)
` [PATCH net-next 2/2] bonding: combine netlink and console error messages

[PATCH bpf v2 0/2] bpf: fix a couple of issues with syscall program
 2021-08-09  6:03 UTC  (3+ messages)
` [PATCH bpf v2 1/2] bpf: don't call bpf_get_current_[ancestor_]cgroup_id() in sleepable progs
` [PATCH bpf v2 2/2] bpf: add missing bpf_read_[un]lock_trace() for syscall program

[acrn:4.19/lts 4/85] drivers/acrn/acrn_hvlog.c:324:20: error: comparison is always true due to limited range of data type
 2021-08-09  6:02 UTC  (2+ messages)

[OE-core] [PATCH] libconvert-asn1-perl: 0.27 -> 0.31
 2021-08-09  6:01 UTC 

[PATCH v10 00/17] Introduce VDUSE - vDPA Device in Userspace
 2021-08-09  5:56 UTC  (11+ messages)
` [PATCH v10 01/17] iova: Export alloc_iova_fast() and free_iova_fast()

Difficulty connecting to AP using rtw89
 2021-08-09  5:52 UTC  (3+ messages)

[RESEND][PATCH] net: called rtnl_unlock() before runpm resumes devices
 2021-08-09  5:51 UTC  (2+ messages)

[GSoC] Git Blog 12
 2021-08-09  5:56 UTC 

[Buildroot] [PATCH] package/restorecond: Add new init script
 2021-08-09  5:55 UTC 

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-08-06
 2021-08-09  5:47 UTC  (4+ messages)
  ` [Buildroot] Microchip Buildroot defconfig issues: fixes needed

[Buildroot] [PATCH 1/2] package/restorecond: Add new init script
 2021-08-09  5:54 UTC 

[PATCH V8 0/2] virtio: Add specification for virtio-gpio
 2021-08-09  5:50 UTC  (5+ messages)
` [PATCH V8 1/2] virtio-gpio: Add the device specification
  ` [virtio-dev] "

[dpdk-dev] [PATCH] net/mlx5: fix empty err msg in mlx5_flow_tunnel_validate
 2021-08-09  5:44 UTC 

How does one add do_fetch, do_unpack to an image recipe?
 2021-08-09  5:41 UTC  (2+ messages)
` [yocto] "

linux-hotplug recipe
 2021-08-09  5:38 UTC  (2+ messages)
` [yocto] "

[PATCH v2] drm/amdgpu: Extend full access wait time in guest
 2021-08-09  5:35 UTC  (2+ messages)

linux-next: build warning after merge of the spi tree
 2021-08-09  5:30 UTC 

[PATCH v7 0/6] Add support for FORM2 associativity
 2021-08-09  5:24 UTC  (7+ messages)
` [PATCH v7 1/6] powerpc/pseries: rename min_common_depth to primary_domain_index
` [PATCH v7 2/6] powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITY
` [PATCH v7 3/6] powerpc/pseries: Consolidate different NUMA distance update code paths
` [PATCH v7 4/6] powerpc/pseries: Add a helper for form1 cpu distance
` [PATCH v7 5/6] powerpc/pseries: Add support for FORM2 associativity
` [PATCH v7 6/6] powerpc/pseries: Consolidate form1 distance initialization into a helper

[PATCH 1/3] storage: provide storage_is_file
 2021-08-09  5:27 UTC  (3+ messages)
` [PATCH 2/3] knownnetworks: stat fallback for unknown d_type
` [PATCH 3/3] hotspot: "

[PATCH] drm/amdgpu: Extend full access wait time in guest
 2021-08-09  5:25 UTC 

[PATCH v6 0/6] Mediatek MT8195 SCP support
 2021-08-09  5:19 UTC  (16+ messages)
` [PATCH v6 1/6] dt-bindings: remoteproc: mediatek: Add binding for mt8195 scp
` [PATCH v6 2/6] dt-bindings: remoteproc: mediatek: Add binding for mt8192 scp
` [PATCH v6 3/6] dt-bindings: remoteproc: mediatek: Convert mtk, scp to json-schema
  ` [PATCH v6 3/6] dt-bindings: remoteproc: mediatek: Convert mtk,scp "
` [PATCH v6 4/6] remoteproc: mediatek: Support mt8195 scp
` [PATCH v6 5/6] rpmsg: change naming of mediatek rpmsg property
` [PATCH v6 6/6] arm64: dts: mt8183: change rpmsg property name


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.