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

[PATCH 00/71] bootstd: Allow migration from distro_bootcmd scripts
 2022-12-07  8:51 UTC  (72+ 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 12/71] dm: part: Update test to use mmc2
` [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 66/71] bootstd: Allow scanning a single bootdev label
` [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

[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

[libgpiod][PATCH 1/2] gpiosim: get the process name using prctl()
 2022-12-07  9:14 UTC  (2+ messages)
` [libgpiod][PATCH 2/2] bindings: python: tests: set the process name

[PATCH net] ice: Fix potential memory leak in ice_gnss_tty_write()
 2022-12-07  9:15 UTC  (2+ messages)
` [Intel-wired-lan] "

[Intel-gfx] [PATCH 00/13] drm/i915: Gamma/DSB prep work
 2022-12-07  9:15 UTC  (10+ 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
` [Intel-gfx] [PATCH 07/13] drm/i915: Move the DSB->mmio fallback into the LUT code

[PATCH net] net: stmmac: fix possible memory leak in stmmac_dvr_probe()
 2022-12-07  9:13 UTC  (3+ messages)

[PATCH 0/5] staging: drivers: mfd: Add MAX77541 MFD and related device drivers
 2022-12-07  9:08 UTC  (6+ messages)
` [PATCH 1/5] staging: drivers: mfd: Add MAX77541/MAX77540 PMIC Support
` [PATCH 2/5] staging: dt-bindings: mfd: adi,max77541.yaml Add MAX77541 bindings
` [PATCH 3/5] staging: drivers: regulator: Add MAX77541 Regulator Support
` [PATCH 4/5] staging: dt-bindings: regulator: adi,max77541.yaml Add MAX77541 Regulator bindings
` [PATCH 5/5] staging: drivers: iio: adc: Adc MAX77541 ADC Support

[PATCH v7 0/4] Add kprobe and kretprobe support for LoongArch
 2022-12-07  9:13 UTC  (4+ messages)
` [PATCH v7 1/4] LoongArch: Simulate branch and PC instructions

[Regression] Logitech BT mouse unusable after commit 532223c8ac57 (still in 6.1-rc8)
 2022-12-07  9:12 UTC  (7+ messages)
` [PATCH v1 0/2] HID: Fix regression resulting from commit 532223c8ac57
  ` [PATCH v1 1/2] HID: generic: Add ->match() check to __check_hid_generic()
  ` [PATCH v1 2/2] HID: logitech-hidpp: Add Bluetooth Mouse M336/M337/M535 to unhandled_hidpp_devices[]

[PATCH 0/3] eal: rte_ctrl_thread_create API replacement
 2022-12-07  9:13 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] eal: add rte control thread create API

[PATCH net] net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload()
 2022-12-07  9:12 UTC  (2+ messages)

[PATCH v12 0/7] s390x: CPU Topology
 2022-12-07  9:12 UTC  (3+ messages)
` [PATCH v12 2/7] s390x/cpu topology: reporting the CPU topology to the guest

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

[PATCH] riscv: Fixup compile error with !MMU
 2022-12-07  9:11 UTC  (2+ messages)

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

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 

[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 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] 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  (3+ messages)
` [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  (3+ messages)
` [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 


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.