All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-15 12:52:43 to 2021-10-15 13:27:21 UTC [more...]

don't use ->bd_inode to access the block device size v2
 2021-10-15 13:26 UTC  (38+ messages)
` [PATCH 01/30] block: move the SECTOR_SIZE related definitions to blk_types.h
` [PATCH 02/30] block: add a bdev_nr_bytes helper
` [PATCH 03/30] bcache: remove bdev_sectors
` [PATCH 04/30] drbd: use bdev_nr_sectors instead of open coding it
` [PATCH 05/30] dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
` [PATCH 06/30] md: use bdev_nr_sectors instead of open coding it
` [PATCH 07/30] nvmet: use bdev_nr_bytes "
` [PATCH 08/30] target/iblock: "
` [PATCH 09/30] fs: use bdev_nr_bytes instead of open coding it in blkdev_max_block
` [PATCH 10/30] fs: simplify init_page_buffers
` [PATCH 11/30] affs: use bdev_nr_sectors instead of open coding it
` [PATCH 12/30] btrfs: use bdev_nr_bytes "
` [PATCH 13/30] cramfs: "
  ` [PATCH 14/30] fat: use bdev_nr_sectors "
  ` [PATCH 22/30] reiserfs: use bdev_nr_bytes "
` [PATCH 15/30] hfs: use bdev_nr_sectors "
` [PATCH 16/30] hfsplus: "
` [PATCH 17/30] jfs: use bdev_nr_bytes "
` [PATCH 18/30] nfs/blocklayout: "
` [PATCH 19/30] nilfs2: "
` [PATCH 20/30] ntfs3: "
` [PATCH 21/30] pstore/blk: "
` [PATCH 23/30] squashfs: "
` [PATCH 24/30] block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate
` [PATCH 25/30] block: add a sb_bdev_nr_blocks helper
` [PATCH 26/30] ext4: use sb_bdev_nr_blocks
` [PATCH 27/30] jfs: "
` [PATCH 28/30] ntfs: "
` [PATCH 29/30] reiserfs: "
` [PATCH 30/30] udf: "

[PATCH v4 0/2] pinctrl: pinctrl-microchip-sgpio: Extend to call reset driver
 2021-10-15 13:25 UTC  (6+ messages)
` [PATCH v4 1/2] dt-bindings: pinctrl: pinctrl-microchip-sgpio: Add reset binding
` [PATCH v4 2/2] pinctrl: microchip sgpio: use reset driver

[PATCH] sched/fair: document the slow path and fast path in select_task_rq_fair
 2021-10-15 13:26 UTC  (2+ messages)

[PATCH v2 00/15] qdev: Add JSON -device
 2021-10-15 13:24 UTC  (2+ messages)

[PATCH userspace v2 0/6] Parallel setfiles/restorecon
 2021-10-15 13:25 UTC  (3+ messages)

[PATCH 0/2] analyze-migration.py: trivial fixes
 2021-10-15 13:24 UTC  (4+ messages)
` [PATCH 1/2] analyze-migration.py: fix a long standing typo
` [PATCH 2/2] analyze-migration.py: fix extract contents ('-x') errors

[PATCH 1/2] layer: add telnet for testimage/runfvp
 2021-10-15 13:25 UTC  (2+ messages)
` [PATCH 2/2] runfvp: use asyncio instead of selector

switch block layer polling to a bio based model v4
 2021-10-15 13:24 UTC  (4+ messages)
` [PATCH 14/16] block: switch polling to be bio based

[PATCH] fs: inode: use queue_rcu_work() instead of call_rcu()
 2021-10-15 13:24 UTC  (4+ messages)

[PATCH] efi: select CRYPTO for EFI_EMBEDDED_FIRMWARE
 2021-10-15 13:19 UTC 

[bitbake-devel][PATCH] fetch2: fix downloadfilename issue with premirror
 2021-10-15 13:23 UTC  (4+ messages)

[PATCH] CMakeLists.txt: Add STATIC_LINK option
 2021-10-15 13:22 UTC  (3+ messages)

[PATCH v16 bpf-next 00/20] mvneta: introduce XDP multi-buffer support
 2021-10-15 13:22 UTC  (22+ messages)
` [PATCH v16 bpf-next 01/20] net: skbuff: add size metadata to skb_shared_info for xdp
` [PATCH v16 bpf-next 02/20] xdp: introduce flags field in xdp_buff/xdp_frame
` [PATCH v16 bpf-next 03/20] net: mvneta: update mb bit before passing the xdp buffer to eBPF layer
` [PATCH v16 bpf-next 04/20] net: mvneta: simplify mvneta_swbm_add_rx_fragment management
` [PATCH v16 bpf-next 05/20] net: xdp: add xdp_update_skb_shared_info utility routine
` [PATCH v16 bpf-next 06/20] net: marvell: rely on "
` [PATCH v16 bpf-next 07/20] xdp: add multi-buff support to xdp_return_{buff/frame}
` [PATCH v16 bpf-next 08/20] net: mvneta: add multi buffer support to XDP_TX
` [PATCH v16 bpf-next 09/20] bpf: introduce BPF_F_XDP_MB flag in prog_flags loading the ebpf program
` [PATCH v16 bpf-next 10/20] net: mvneta: enable jumbo frames if the loaded XDP program support mb
` [PATCH v16 bpf-next 11/20] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v16 bpf-next 12/20] bpf: introduce bpf_xdp_get_buff_len helper
` [PATCH v16 bpf-next 13/20] bpf: add multi-buffer support to xdp copy helpers
` [PATCH v16 bpf-next 14/20] bpf: move user_size out of bpf_test_init
` [PATCH v16 bpf-next 15/20] bpf: introduce multibuff support to bpf_prog_test_run_xdp()
` [PATCH v16 bpf-next 16/20] bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signature
` [PATCH v16 bpf-next 17/20] bpf: update xdp_adjust_tail selftest to include multi-buffer
` [PATCH v16 bpf-next 18/20] libbpf: Add SEC name for xdp_mb programs
` [PATCH v16 bpf-next 19/20] net: xdp: introduce bpf_xdp_pointer utility routine
` [PATCH v16 bpf-next 20/20] bpf: introduce bpf_xdp_{load,store}_bytes selftest

[RFC gpio/for-next 0/2] gpio: add generic gpio input multiplexer
 2021-10-15 12:56 UTC  (5+ messages)
` [PATCH v5 0/2] gpio: add generic gpio cascade
  ` [PATCH v5 2/2] gpio: gpio-cascade: add generic GPIO cascade

[PATCH v3 0/5] Update vfio_group to use the modern cdev lifecycle
 2021-10-15 13:20 UTC  (2+ messages)

[PATCH v2 00/13] env_get_char() removal and env_get_f() refactor
 2021-10-15 13:20 UTC  (4+ messages)
` [PATCH v2 09/13] env: Use string pointer instead of indexes in env_get_f()

[dpdk-dev] [PATCH v3 0/4] net/mlx5: implicit mempool registration
 2021-10-15 13:19 UTC  (7+ messages)
` [dpdk-dev] [PATCH v4 "
  ` [dpdk-dev] [PATCH v4 1/4] mempool: add event callbacks
  ` [dpdk-dev] [PATCH v4 2/4] mempool: add non-IO flag

[PATCH] mm: backing-dev: use kfree_rcu() instead of synchronize_rcu_expedited()
 2021-10-15 13:19 UTC  (6+ messages)

[PATCH v3 1/3] dm: core: Bind another driver with the same compatible string
 2021-10-15 13:19 UTC  (3+ messages)

[PATCH v4 1/4] dm: core: Bind another driver with the same compatible string
 2021-10-15 13:17 UTC  (4+ messages)
` [PATCH v4 2/4] timer: cadence: Add bind function to driver
` [PATCH v4 3/4] pwm: Add driver for cadence TTC
` [PATCH v4 4/4] arm: zynqmp: Enable PWM command and cadence ttc pwm driver

[PATCH][meta-selinux][dunfell] MAINTAINERS: update email address
 2021-10-15 13:18 UTC 

[PATCH v2 0/9] usb: dwc3: add Layerscape SoC support
 2021-10-15 13:15 UTC  (10+ messages)
` [PATCH v2 1/9] dm: core: add ofnode_for_each_compatible_node()
` [PATCH v2 2/9] test: dm: add test for ofnode_for_each_compatible_node()
` [PATCH v2 3/9] armv8: fsl-layerscape: rework the dwc3 snooping enable code
` [PATCH v2 4/9] usb: common: silence dubious errors
` [PATCH v2 5/9] usb: dwc3: Add frame length adjustment quirk
` [PATCH v2 6/9] usb: dwc3: Enable undefined length INCR burst type
` [PATCH v2 7/9] usb: dwc3: add layerscape support
` [PATCH v2 8/9] board: sl28: switch to dwc3 driver
` [PATCH v2 9/9] board: sl28: enable USB periheral support and gadgets

[PATCH v2] tools/tests: Make E2BIG non-fatal to xenstore unit test
 2021-10-15 13:16 UTC  (2+ messages)

[PATCH] scsi: libiscsi: select CRYPTO_HASH for ISCSI_TCP
 2021-10-15 13:11 UTC 

[PATCH 0/4] wcn36xx: Fix DMA buffer allocation and free logic
 2021-10-15 13:17 UTC  (5+ messages)
` [PATCH 1/4] wcn36xx: Fix DXE lock layering violation
` [PATCH 2/4] wcn36xx: Fix DXE/DMA channel enable/disable cycle
` [PATCH 3/4] wcn36xx: Release DMA channel descriptor allocations
` [PATCH 4/4] wcn36xx: Put DXE block into reset before freeing memory

[RFC PATCH 0/6] ssh signing: verify key lifetime
 2021-10-15 13:15 UTC  (7+ messages)
` [RFC PATCH 1/6] ssh signing: extend check_signature to accept payload metadata
` [RFC PATCH 2/6] ssh signing: add key lifetime test prereqs
` [RFC PATCH 3/6] ssh signing: verify-commit/check_signature with commit date
` [RFC PATCH 4/6] ssh signing: git log/check_signature "
` [RFC PATCH 5/6] ssh signing: verify-tag/check_signature with tag date
` [RFC PATCH 6/6] ssh signing: fmt-merge-msg/check_signature "

[PATCH v4 0/8] Add support for DMA2D of STMicroelectronics STM32 Soc series
 2021-10-15 13:12 UTC  (6+ messages)

[PATCH v7 00/28] file system-wide error monitoring
 2021-10-15 13:13 UTC  (4+ messages)
` [PATCH v7 22/28] fanotify: Report FID entry even for zero-length file_handle

[PATCH v5] hw/arm/virt: Don't create device-tree node for empty NUMA node
 2021-10-15 13:11 UTC  (3+ messages)

[PATCH 1/2] fprintf: Fix nested struct printing
 2021-10-15 13:12 UTC  (4+ messages)
` [PATCH 2/2] btf_loader.c: Infer alignment info

[PATCH 00/10] kprobes: Make KUnit and add stacktrace on kretprobe tests
 2021-10-15 13:10 UTC  (13+ messages)
` [PATCH 01/10] kprobes: convert tests to kunit
` [PATCH 02/10] kprobes: Add a test case for stacktrace from kretprobe handler
` [PATCH 03/10] x86/unwind: Compile kretprobe fixup code only if CONFIG_KRETPROBES=y
` [PATCH 04/10] arm64: kprobes: Record frame pointer with kretprobe instance
` [PATCH 05/10] arm64: kprobes: Make a frame pointer on __kretprobe_trampoline
` [PATCH 06/10] arm64: Recover kretprobe modified return address in stacktrace
` [PATCH 07/10] ARM: clang: Do not rely on lr register for stacktrace
` [PATCH 08/10] ARM: kprobes: Make a frame pointer on __kretprobe_trampoline
` [PATCH 09/10] ARM: Recover kretprobe modified return address in stacktrace
` [PATCH 10/10] [RFC] arm64: kprobes: Detect error of kretprobe return address fixup

[PATCH v6 0/3] PCI devices passthrough on Arm
 2021-10-15 13:10 UTC  (12+ messages)
` [PATCH v6 2/3] xen/arm: Enable the existing x86 virtual PCI support for ARM

[RFC PATCH 00/25] KVM: arm64: Make CPU ID registers writable by userspace
 2021-10-15 13:09 UTC  (5+ messages)
` [RFC PATCH 02/25] KVM: arm64: Save ID registers' sanitized value per vCPU

[PATCH] kasan: Always respect CONFIG_KASAN_STACK
 2021-10-15 13:04 UTC  (6+ messages)

[PATCH net-next v4 00/15] Add Management Component Transport Protocol support
 2021-10-15 13:10 UTC  (3+ messages)
` [PATCH net-next v4 15/15] mctp: Add MCTP overview document

[PATCH][meta-selinux][dunfell] libselinux: Backport NULL pointer fix from 3.1
 2021-10-15 13:09 UTC 

[dpdk-dev] [PATCH 0/5] optimized Toeplitz hash implementation
 2021-10-15 13:09 UTC  (6+ messages)
` [dpdk-dev] [PATCH 1/5] hash: add new toeplitz "

[PATCH] trace: Add trace any kernel object
 2021-10-15 13:08 UTC  (3+ messages)

[PATCH] lan78xx: select CRC32
 2021-10-15 13:07 UTC 

[PATCH] linux/container_of.h: switch to static_assert
 2021-10-15 13:08 UTC  (2+ messages)

How to mmap any address space using huge pages?
 2021-10-15 13:07 UTC 

[RFC 0/7] rt-tests: cyclictest: Add support to report standard deviation
 2021-10-15 13:07 UTC  (5+ messages)
` [RFC 4/7] rt-tests: cyclictest: Drop unnecessary variable "bufsize"

[PATCH 0/2] dma-buf: Fix breakages from dma_resv_iter conversion
 2021-10-15 13:08 UTC  (6+ messages)
` [PATCH 2/2] dma-buf: Fix dma_resv_test_signaled
      ` [Linaro-mm-sig] "
` [Intel-gfx] ✓ Fi.CI.BAT: success for dma-buf: Fix breakages from dma_resv_iter conversion

[PATCH 0/2] Add Realtek Otto WDT support
 2021-10-15 13:07 UTC  (8+ messages)
` [PATCH 2/2] watchdog: Add Realtek Otto watchdog timer

[PATCH 0/2] sched: cleanup CONFIG_SCHED_MC & friends
 2021-10-15 13:04 UTC  (6+ messages)
` [PATCH 2/2] sched: Centralize SCHED_{SMT, MC, CLUSTER} definitions

[PATCH v2] ARM: dts: stm32: fix AV96 board SAI2 pin muxing on stm32mp15
 2021-10-15 13:04 UTC  (3+ messages)

[GIT PULL] USB-serial fixes for 5.15-rc6
 2021-10-15 13:04 UTC  (2+ messages)

[PATCH] ksmbd: add buffer validation in session setup
 2021-10-15 13:02 UTC 

[PATCH] ARM: dts: stm32: fix SAI sub nodes register range
 2021-10-15 13:01 UTC  (3+ messages)

[PATCH] net: gem: Disable broadcast setting
 2021-10-15 13:03 UTC 

[PATCH] ARM: dts: stm32: fix STUSB1600 Type-C irq level on stm32mp15xx-dkx
 2021-10-15 12:59 UTC  (3+ messages)

[PATCH] sched/scs: Reset the shadow stack when idle_task_exit
 2021-10-15 13:02 UTC  (7+ messages)

[dpdk-dev] [PATCH v2] test/hash: fix buffer overflow
 2021-10-15 13:02 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3] "

[PATCH v2] hw/riscv: virt: bugfix the memory-backend-file command is invalid
 2021-10-15 12:59 UTC  (6+ messages)

[patch 13/31] x86/fpu: Move KVMs FPU swapping to FPU core
 2021-10-15 13:01 UTC  (9+ messages)

[Intel-wired-lan] [tnguy-net-queue:100GbE] BUILD SUCCESS b726ddf984a56a385c9df406a66c221f3a77c951
 2021-10-15 13:02 UTC 

[PATCH] target/s390x/cpu.h: Remove unused SIGP_MODE defines
 2021-10-15 12:59 UTC  (2+ messages)

[PATCH] drm/amdgpu: output warning for unsupported ras error inject
 2021-10-15 13:01 UTC  (2+ messages)

[PATCH net-next 0/2] net/sched: implement L4S style ce_threshold_ect1 marking
 2021-10-15 13:01 UTC  (3+ messages)

ip6tables executable not getting installed in dunfell
 2021-10-15 13:00 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] package/docker-cli: security bump to version 20.10.9
 2021-10-15 12:59 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/docker-engine: "

[PATCH v2] dl: Use "adr" assembler command to get proper load address on ARM
 2021-10-15 12:59 UTC 

[PATCH v11 0/3] make hvc pass dma capable memory to its backend
 2021-10-15 12:59 UTC  (4+ messages)
` [PATCH v11 2/3] tty: hvc: pass DMA capable memory to put_chars()

[meta-oe][PATCH] iwd: update to 1.18
 2021-10-15 12:59 UTC  (2+ messages)
` [oe] "

[dpdk-dev] [PATCH v1] stack: remove duplicated include of atomic
 2021-10-15 12:59 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH 00/15] replace drm_detect_hdmi_monitor() with drm_display_info.is_hdmi
 2021-10-15 12:58 UTC  (5+ messages)
` [PATCH 15/15] drm/i915: "
    ` [Nouveau] [Intel-gfx] "
      `  "

[dpdk-dev] [PATCH v3 1/2] lib/cmdline: release cl when cmdline exit
 2021-10-15 12:58 UTC  (3+ messages)
` [dpdk-dev] [PATCH v4 "

[dpdk-dev] [PATCH v5 0/5] Implement rte_power_monitor API in virtio/vhost PMD
 2021-10-15 17:09 UTC  (3+ messages)
` [dpdk-dev] [PATCH v6 "

[Intel-gfx] [PATCH 9/9] drm/i915: Introduce lpt_pch_disable()
 2021-10-15 12:56 UTC  (3+ messages)

[PATCH 1/1] rockchip: px30: add support for HW RNG for Odroid Go Advance
 2021-10-15 12:54 UTC  (2+ messages)

[PATCH dwarves] btf_encoder: Fix handling of percpu symbols on s390
 2021-10-15 12:54 UTC  (2+ messages)

[PATCH 1/2] cmd: kaslrseed: add command to generate value from hwrng
 2021-10-15 12:54 UTC  (2+ messages)

[PATCH dwarves] dwarf_loader: Fix heap overflow when accessing variable specification
 2021-10-15 12:53 UTC  (2+ messages)

[PATCH v4] hw/arm/virt: Don't create device-tree node for empty NUMA node
 2021-10-15 12:43 UTC  (3+ messages)

[PATCH v2 0/6] Devicetree fixes and additions for Kontron SL/BL i.MX8MM boards
 2021-10-15 12:48 UTC  (2+ messages)
` [PATCH v2 6/6] arm64: dts: imx8mm-kontron: Fix connection type for VSC8531 RGMII PHY

[PATCH 00/12] xen: drop hypercall function tables
 2021-10-15 12:51 UTC  (4+ messages)
` [PATCH 06/12] xen: generate hypercall interface related code
` [PATCH 11/12] xen/arm: call hypercall handlers via switch statement
` [PATCH 12/12] xen/x86: add hypercall performance counters for hvm, correct pv


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.