All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-07 08:29:34 to 2022-12-07 09:10:36 UTC [more...]

[PATCH 00/71] bootstd: Allow migration from distro_bootcmd scripts
 2022-12-07  8:51 UTC  (70+ messages)
` [PATCH 01/71] dm: core: Correct ordering of uclasses IDs
` [PATCH 02/71] dm: core: Support sorting devices with dm tree
` [PATCH 03/71] dm: test: Correct assertion in dm_test_part()
` [PATCH 04/71] lib: Add a function to split a string into substrings
` [PATCH 05/71] bootstd: Remove special-case code for boot_targets
` [PATCH 06/71] bootstd: Simplify locating existing bootdevs
` [PATCH 07/71] test: Fix the help for the ut command
` [PATCH 08/71] test: Drop duplicate restore of DM state
` [PATCH 09/71] sandbox: mmc: Start off with a zeroed file
` [PATCH 10/71] vbe: Avoid a build failure when bloblist is not enabled
` [PATCH 11/71] vbe: sandbox: Drop VBE node in chosen
` [PATCH 13/71] dm: test: Correct ordering of DM setup
` [PATCH 14/71] ide: Drop non-DM code for BLK
` [PATCH 15/71] dm: mmc: Use bootdev_setup_sibling_blk()
` [PATCH 16/71] bootstd: Add a default method to get bootflows
` [PATCH 17/71] sandbox: Allow ethernet to be disabled at runtime
` [PATCH 18/71] sandbox: Allow ethernet bootdevs to be disabled for tests
` [PATCH 19/71] sandbox: Enable the Ethernet bootdev
` [PATCH 20/71] lib: Support printing an error string
` [PATCH 21/71] event: Correct duplicate log message in event_notify()
` [PATCH 22/71] efi: Improve logging in efi_disk
` [PATCH 23/71] bootstd: Add the concept of a bootdev hunter
` [PATCH 24/71] bootstd: Support running bootdev hunters
` [PATCH 25/71] dm: usb: Drop some dead code
` [PATCH 26/71] dm: usb: Mark the device name as alloced when binding
` [PATCH 27/71] test: Add a generic function to skip delays
` [PATCH 28/71] bootstd: Add a USB hunter
` [PATCH 29/71] bootstd: Add an MMC hunter
` [PATCH 30/71] net: Add a function to run dhcp
` [PATCH 31/71] bootstd: Add a hunter for ethernet
` [PATCH 32/71] part: Add a function to find the first bootable partition
` [PATCH 33/71] bootstd: Only scan bootable partitions
` [PATCH 34/71] scsi: Correct allocation of block-device name
` [PATCH 35/71] scsi: Remove all children of SCSI devices before rescanning
` [PATCH 36/71] bootstd: Add a SCSI bootdev
` [PATCH 37/71] bootstd: Add an IDE bootdev
` [PATCH 38/71] bootstd: Add an NVMe bootdev
` [PATCH 39/71] virtio: Avoid repeating a long expression
` [PATCH 40/71] virtio: Fix returning -ENODEV
` [PATCH 41/71] virtio: Avoid strange behaviour on removal
` [PATCH 42/71] virtio: Add a block device
` [PATCH 43/71] bootstd: Add a virtio bootdev
` [PATCH 44/71] ata: Don't try to use non-existent ports
` [PATCH 45/71] bootstd: Rename bootdev checkers
` [PATCH 46/71] bootstd: Allow reading an EFI file from the network
` [PATCH 47/71] bootstd: Include the device tree in the bootflow
` [PATCH 48/71] bootstd: Support reading the device tree with EFI
` [PATCH 49/71] bootstd: Set the distro_bootpart env var with scripts
` [PATCH 50/71] bootstd: Update docs on bootmeth_try_file() for sandbox
` [PATCH 51/71] bootstd: Move label parsing into its own function
` [PATCH 52/71] bootstd: Add a new bootmeth method to set the bootflow
` [PATCH 53/71] sandbox: Allow SPI flash bootdevs to be disabled for tests
` [PATCH 54/71] bootstd: Add a SPI flash bootdev
` [PATCH 55/71] bootstd: Support reading a script from network or SPI flash
` [PATCH 56/71] bootstd: Treat DHCP and PXE as bootdev labels
` [PATCH 57/71] bootstd: Use hunters when scanning for bootflows
` [PATCH 58/71] bootstd: Allow hunting for bootdevs of a given priority
` [PATCH 59/71] bootstd: Add a new pre-scan priority for bootdevs
` [PATCH 60/71] bootstd: Allow hunting for a bootdev by label
` [PATCH 61/71] bootstd: Allow iterating to the next label in a list
` [PATCH 62/71] bootstd: Allow iterating to the next bootdev priortiy
` [PATCH 63/71] extension: Refactor to allow non-command usage
` [PATCH 64/71] bootstd: Add a hunter for the extension feature
` [PATCH 65/71] bootstd: Switch bootdev scanning to use labels
` [PATCH 67/71] bootstd: Drop the old bootflow_scan_first()
` [PATCH 68/71] bootstd: Record the bootdevs used during scanning
` [PATCH 69/71] bootstd: Add a little more logging of bootflows
` [PATCH 70/71] bootstd: Update documentation for new features
` [PATCH 71/71] rockchip: Convert rockpro64-rk3399 to use standard boot

[dm-devel] [PATCH v3] virtio_blk: add VIRTIO_BLK_F_LIFETIME feature support
 2022-12-07  7:35 UTC  (3+ messages)
  `  "

[PATCH v2 00/12] add support MDP3 on MT8195 platform
 2022-12-07  8:44 UTC  (19+ messages)
` [PATCH v2 02/12] arm64: dts: mediatek: mt8195: add MDP3 nodes
` [PATCH v2 03/12] media: platform: mtk-mdp3: add support second sets of MMSYS
` [PATCH v2 05/12] media: platform: mtk-mdp3: introduce more pipelines from 8195
` [PATCH v2 06/12] media: platform: mtk-mdp3: introduce more MDP3 components
` [PATCH v2 07/12] media: platform: mtk-mdp3: add checks for dummy components
` [PATCH v2 08/12] media: platform: mtk-mdp3: avoid multiple driver registrations
` [PATCH v2 09/12] media: platform: mtk-mdp3: extend GCE event waiting in RDMA and WROT
` [PATCH v2 11/12] media: platform: mtk-mdp3: add 8195 shared memory configurations
` [PATCH v2 12/12] media: platform: mtk-mdp3: add 8195 component settings

[PATCH linux-next] docs: proc.rst: add softnet_stat
 2022-12-07  9:10 UTC  (2+ messages)

[PATCH 0/5] staging: drivers: mfd: Add MAX77541 MFD and related device drivers
 2022-12-07  9:08 UTC 

drivers/net/ethernet/sfc/siena/selftest.c:46:15: warning: field ip within 'struct efx_loopback_payload' is less aligned than 'struct iphdr' and is usually due to 'struct efx_loopback_payload' being packed, which can lead to unaligned accesses
 2022-12-07  9:09 UTC  (2+ messages)

[PATCH v2 0/9] media: dt-bindings: common CEC properties
 2022-12-07  9:08 UTC  (6+ messages)
` [PATCH v2 8/9] media: dt-bindings: nvidia,tegra-cec: convert to DT schema

[PATCH bpf-next] libbpf: Optimized return value in libbpf_strerror when errno is libbpf errno
 2022-12-07  9:09 UTC  (4+ messages)

[LTP] [PATCH] memcg_lib.sh: Update 'PAGESIZES' for 6.1 kernel
 2022-12-07  9:09 UTC  (2+ messages)

[PATCH] platform/chrome: cros_ec_typec: zero out stale pointers
 2022-12-07  9:08 UTC  (3+ messages)

[PATCH] net/iavf:fix slow memory allocation
 2022-12-07  9:07 UTC  (2+ messages)

[PATCH] RDMA/hfi1: use sysfs_emit() to instead of scnprintf()
 2022-12-07  9:08 UTC  (3+ messages)

[cifs:for-next 8/9] fs/cifs/cifsroot.c:17:10: fatal error: arpa/inet.h: No such file or directory
 2022-12-07  9:07 UTC 

[Intel-gfx] [PATCH 00/13] drm/i915: Gamma/DSB prep work
 2022-12-07  9:07 UTC  (8+ messages)
` [Intel-gfx] [PATCH 04/13] drm/i915: Clean up various indexed LUT registers
` [Intel-gfx] [PATCH 05/13] drm/i915: Standardize auto-increment LUT load procedure
` [Intel-gfx] [PATCH 06/13] drm/i915: Document LUT "max" register precision

[Regression] Logitech BT mouse unusable after commit 532223c8ac57 (still in 6.1-rc8)
 2022-12-07  9:07 UTC  (4+ messages)

[PATCH] configure: Fix check-tcg not executing any tests
 2022-12-07  9:06 UTC  (2+ messages)

[PATCH v2] ioreq_broadcast(): accept partial broadcast success
 2022-12-07  9:05 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next v3 00/15] ice: improve Tx timestamp corner cases
 2022-12-07  9:05 UTC  (5+ messages)
` [Intel-wired-lan] [PATCH net-next v3 08/15] ice: synchronize the misc IRQ when tearing down Tx tracker
` [Intel-wired-lan] [PATCH net-next v3 09/15] ice: protect init and calibrating check in ice_ptp_request_ts

[PATCH V8 0/4] PCI: vmd: Enable PCIe ASPM and LTR on select hardware
 2022-12-07  9:05 UTC  (2+ messages)

[amir73il:sb_write_barrier] [vfs] 95586ea7c5: unixbench.score -4.9% regression
 2022-12-07  9:05 UTC  (3+ messages)

[PATCH] bcache: Convert to use sysfs_emit()/sysfs_emit_at() APIs
 2022-12-07  9:02 UTC 

How to best make include/hw/pci/pcie_sriov.h self-contained
 2022-12-07  9:02 UTC  (2+ messages)

[PATCH v2 1/4] media: ipu3-cio2: Don't dereference fwnode handle
 2022-12-07  9:02 UTC  (3+ messages)

[PATCH 1/2] target/riscv: Simplify helper_sret() a little bit
 2022-12-07  9:00 UTC  (2+ messages)
` [PATCH 2/2] target/riscv: Clear mstatus.MPRV when leaving M-mode for priv spec 1.12+

[PATCH net v2] net: mvneta: Fix an out of bounds check
 2022-12-07  9:01 UTC  (2+ messages)

[RFC PATCH for 8.0 00/13] vDPA-net inflight descriptors migration with SVQ
 2022-12-07  8:59 UTC  (8+ messages)
` [RFC PATCH for 8.0 10/13] virtio-net: Migrate vhost inflight descriptors

[RFC PATCH 0/2] Add reset control for mfd syscon devices
 2022-12-07  8:59 UTC  (7+ messages)
` [RFC PATCH 2/2] mfd: syscon: allow reset control for "

[PATCH] rpmsg: char: Use preallocated SKBs
 2022-12-07  8:59 UTC  (3+ messages)

[PATCH for-8.0] hw/rtc/mc146818rtc: Make this rtc device target independent
 2022-12-07  8:58 UTC  (5+ messages)

[Bug 216784] New: There is "ext4_xattr_block_set" WARNING in v6.1-rc8 guest kernel
 2022-12-07  8:58 UTC 

[PATCH] [PATCH net-next] powerpc: iommu: delete redundant row
 2022-12-07  6:53 UTC 

[PATCH v2 rdma-next 0/6] RDMA/mlx5: Switch MR cache to use RB-tree
 2022-12-07  8:57 UTC  (7+ messages)
` [PATCH v2 rdma-next 1/6] RDMA/mlx5: Don't keep umrable 'page_shift' in cache entries
` [PATCH v2 rdma-next 2/6] RDMA/mlx5: Remove explicit ODP cache entry
` [PATCH v2 rdma-next 3/6] RDMA/mlx5: Change the cache structure to RB-tree
` [PATCH v2 rdma-next 4/6] RDMA/mlx5: Introduce mlx5r_cache_rb_key
` [PATCH v2 rdma-next 5/6] RDMA/mlx5: Cache all user cacheable mkeys on dereg MR flow
` [PATCH v2 rdma-next 6/6] RDMA/mlx5: Add work to remove temporary entries from the cache

[PATCH net-next] net: ethernet: mtk_wed: fix possible deadlock if mtk_wed_wo_init fails
 2022-12-07  8:58 UTC  (9+ messages)

[PATCH v2] Documentation: kunit: Fix "How Do I Use This" / "Next Steps" sections
 2022-12-07  8:58 UTC  (2+ messages)

[libgpiod][PATCH 00/11] treewide: an assortment of tweaks and improvements
 2022-12-07  8:58 UTC  (2+ messages)

[PATCH net v2] drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()
 2022-12-07  8:54 UTC 

[PATCH net] drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()
 2022-12-07  8:56 UTC  (3+ messages)

[PATCH net] ice: Fix potential memory leak in ice_gnss_tty_write()
 2022-12-07  8:55 UTC 

[PATCH v2] brcmfmac: Add support for BCM43596 PCIe Wi-Fi
 2022-12-07  8:57 UTC  (20+ messages)

[Bug 216783] New: There is "ext4_xattr_block_set" WARNING in v6.1-rc8 guest kernel
 2022-12-07  8:56 UTC 

[PATCH] eval: Always set exitstatus in evaltree
 2022-12-07  8:55 UTC  (3+ messages)
  ` [PATCH] eval: Test evalskip before flipping status for NNOT

[PATCH 0/3] x86/pv-shim: configuring / building re-arrangements
 2022-12-07  8:55 UTC  (5+ messages)
` [PATCH 2/3] x86/pv-shim: don't even allow enabling GRANT_TABLE

[PATCH] arm64: dts: qcom: sm7225-fairphone-fp4: Add pmk8350 PMIC
 2022-12-07  8:51 UTC  (2+ messages)

[Syzkaller & bisect] There is "ext4_xattr_block_set" WARNING in v6.1-rc8 guest kernel
 2022-12-07  8:51 UTC 

[PATCH 01/13] cargo-update-recipe-crates.bbclass: add a class to generate SRC_URI crate lists from Cargo.lock
 2022-12-07  8:53 UTC  (4+ messages)
` [OE-core] "

[PATCH bpf-next v3 0/4] bpf: Support kernel function call in 32-bit ARM
 2022-12-07  8:49 UTC  (10+ messages)
` [PATCH bpf-next v3 1/4] bpf: Adapt 32-bit return value kfunc for 32-bit ARM when zext extension

[PATCH] media: videobuf2: add V4L2_BUF_FLAG_HEADERS_ONLY flag
 2022-12-07  8:49 UTC  (7+ messages)
        ` [EXT] "

[xen-unstable test] 175066: tolerable FAIL - PUSHED
 2022-12-07  8:52 UTC 

[RFC 0/9] KVM perf support
 2022-12-07  8:49 UTC  (10+ messages)
` [RFC 8/9] RISC-V: KVM: Implement "

[PATCH] parser: Add VSBIT to ensure subtype is never zero
 2022-12-07  8:48 UTC  (3+ messages)
  ` [v2 PATCH] "

[PATCH] iio: magnetometer: bmc150_magn: Convert to use sysfs_emit_at() API
 2022-12-07  8:46 UTC  (2+ messages)

[PATCH] iio: magnetometer: hmc5843: Convert to use sysfs_emit_at() API
 2022-12-07  8:45 UTC  (2+ messages)

[PATCH v15 0/6] hmp,qmp: Add commands to introspect virtio devices
 2022-12-07  8:47 UTC  (7+ messages)
` [PATCH v15 1/6] qmp: add QMP command x-query-virtio

NVIDIA mlx5 PMD roadmap question
 2022-12-07  8:47 UTC 

[PATCH v5] revision: use calloc instead of malloc where possible
 2022-12-07  8:44 UTC  (3+ messages)
` [PATCH v6] "

[PATCH] Input: Convert to use sysfs_emit_at() API
 2022-12-07  8:44 UTC 

[PATCH] KVM: x86/pmu: Avoid ternary operator by directly referring to counters->type
 2022-12-07  8:44 UTC  (5+ messages)

[PATCH 0/3 v2] NFS: NFSD: Allow crossing mounts when re-exporting
 2022-12-07  8:43 UTC  (4+ messages)
` [PATCH 1/3] NFSD: Teach nfsd_mountpoint() auto mounts
` [PATCH 2/3] fs: namei: Allow follow_down() to uncover "
` [PATCH 3/3] NFS: nfs_encode_fh: Remove S_AUTOMOUNT check

[PATCH net-next v7] ethtool: add netlink based get rss support
 2022-12-07  8:42 UTC  (6+ messages)

[PATCH v2] mux: remove the Kconfig question for the subsystem
 2022-12-07  8:41 UTC  (3+ messages)

[XEN][RFC PATCH v4 07/16] xen/iommu: Move spin_lock from iommu_dt_device_is_assigned to caller
 2022-12-07  8:41 UTC  (5+ messages)
` [XEN][RFC PATCH v4 10/16] asm/smp.h: move cpu related function to asm/cpu.h
` [XEN][RFC PATCH v4 12/16] xen/arm: Implement device tree node removal functionalities

[PATCH v2] PCI/portdrv: Do not require an interrupt for all AER capable ports
 2022-12-07  8:41 UTC 

[PATCH v2 0/3] test/bbdev: fix build issues with optional build flag
 2022-12-07  8:40 UTC  (7+ messages)
` [PATCH v2 1/3] test/bbdev: fix build issue "
` [PATCH v2 2/3] "
` [PATCH v2 3/3] test/bbdev: explicit check for allocation failure

Skipping adding Signed-off-by even if it's not the last on git commit
 2022-12-07  8:40 UTC  (4+ messages)

[PATCH] blockdev: add 'media=cdrom' argument to support usb cdrom emulated as cdrom
 2022-12-07  8:39 UTC  (6+ messages)

Nowe zapytanie
 2022-12-07  8:31 UTC 

[PATCH 6.0 000/125] 6.0.12-rc3 review
 2022-12-07  8:40 UTC  (2+ messages)

[PATCH] selftests: cgroup: Fix the invalid check in proc_read_text()
 2022-12-07  8:40 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v3 5/5] tests/device_reset: Add cold reset IGT test
 2022-12-07  8:38 UTC  (4+ messages)
` [igt-dev] [PATCH i-g-t v4 "

[PATCH] slimbus: qcom-ctrl: fix possible memory leak in qcom_slim_probe()
 2022-12-07  8:36 UTC  (2+ messages)

[PATCH v8 0/2] gpiolib: don't allow user-space to crash the kernel with hot-unplugs
 2022-12-07  8:37 UTC  (2+ messages)

[PATCH net] s390/qeth: fix use-after-free in hsci
 2022-12-07  8:36 UTC  (2+ messages)

[PATCH net] net: stmmac: fix possible memory leak in stmmac_dvr_probe()
 2022-12-07  8:34 UTC  (2+ messages)

[PATCH] git-compat-util.h: Fix build without threads
 2022-12-07  8:33 UTC  (7+ messages)
  ` [PATCH] git-compat-util: avoid redefining system function names

[PATCH 1/2] spi: spi-fsl-lpspi: support multiple cs for lpspi
 2022-12-07  8:33 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: spi: spi-fsl-lpspi: add num-cs "

[PATCH net] net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload()
 2022-12-07  8:31 UTC 

[isar-cip-core] security-customizations: Fix account locked for non-consecutive failed attempts
 2022-12-07  8:30 UTC  (2+ messages)

[PATCH RFC 00/10] runstate/time area registration by (guest) physical address
 2022-12-07  8:29 UTC  (8+ messages)
` [PATCH RFC 07/10] domain: map/unmap GADDR based shared guest areas

[PATCH v2 1/4] container_of: add container_of_const() that preserves const-ness of the pointer
 2022-12-07  8:29 UTC  (7+ messages)

[PATCH 01/15] hw/riscv: Select MSI_NONBROKEN in SIFIVE_PLIC
 2022-12-07  8:29 UTC  (3+ messages)
` [PATCH 09/15] hw/riscv: microchip_pfsoc: Fix the number of interrupt sources of PLIC


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.