All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-12 14:14:02 to 2021-09-12 16:35:11 UTC [more...]

[PATCH net 0/3] bnxt_en: Bug fixes
 2021-09-12 16:34 UTC  (4+ messages)
` [PATCH net 1/3] bnxt_en: Fix error recovery regression
` [PATCH net 2/3] bnxt_en: make bnxt_free_skbs() safe to call after bnxt_free_mem()
` [PATCH net 3/3] bnxt_en: Clean up completion ring page arrays completely

[PATCH 0/3] ui/console: chardev backend improvements
 2021-09-12 16:34 UTC  (7+ messages)
` [PATCH 1/3] ui/console: replace QEMUFIFO with Fifo8
` [PATCH 2/3] ui/console: replace kbd_timer with chr_accept_input callback
` [PATCH 3/3] ui/console: remove chardev frontend connected test

[PATCH v16 00/14] Introduce the Counter character device interface
 2021-09-12 16:36 UTC  (13+ messages)
` [PATCH v16 07/14] counter: Add "
` [PATCH v16 08/14] docs: counter: Document "
` [PATCH v16 09/14] tools/counter: Create Counter tools

[PATCH v3 0/2] Add temperature notification support
 2021-09-12 16:33 UTC  (9+ messages)
` [PATCH v3 1/2] scsi: ufs: Probe for "
` [PATCH v3 2/2] scsi: ufs: Add temperature notification exception handling

[RFC PATCH net] net: dsa: flush switchdev workqueue before tearing down CPU/DSA ports
 2021-09-12 16:33 UTC  (5+ messages)

[PATCH v2 0/6] x86/kvm: add boot parameters for max vcpu configs
 2021-09-09 20:28 UTC  (6+ messages)
` [PATCH v2 5/6] kvm: allocate vcpu pointer array separately

[PATCH 0/2] KVM: selftests: enable the memslot tests in ARM64
 2021-09-06 18:03 UTC  (5+ messages)
` [PATCH 1/2] KVM: selftests: make memslot_perf_test arch independent
` [PATCH 2/2] KVM: selftests: build the memslot tests for arm64

[RFC PATCH net 2/5] net: dsa: be compatible with masters which unregister on shutdown
 2021-09-12 16:30 UTC  (4+ messages)

[PATCH v2 0/9] linux-user: split internals out of qemu.h
 2021-09-12 16:28 UTC  (15+ messages)
` [PATCH v2 1/9] linux-user: Fix coding style nits in qemu.h
` [PATCH v2 2/9] linux-user: Split strace prototypes into strace.h
` [PATCH v2 3/9] linux-user: Split signal-related prototypes into signal-common.h
` [PATCH v2 4/9] linux-user: Split loader-related prototypes into loader.h
` [PATCH v2 5/9] linux-user: Split mmap prototypes into user-mmap.h
` [PATCH v2 6/9] linux-user: Split safe-syscall macro into its own header
` [PATCH v2 7/9] linux-user: Split linux-user internals out of qemu.h

drivers/gpio/gpio-virtio.c:23:8: warning: Excessive padding in 'struct virtio_gpio_line' (122 padding bytes, where 58 is optimal)
 2021-09-12 16:27 UTC 

[master][honister][hardknott][dunfell][PATCH] tar: ignore node-tar CVEs
 2021-09-12 16:27 UTC 

[PATCH] riscv: image: Use the first DRAM bank for bootm_low
 2021-09-12 16:26 UTC 

[PATCH 0/2] Improve vhost-user VQ notifier unmap
 2021-09-12 16:20 UTC  (3+ messages)
` [PATCH 1/2] vhost-user: fix VirtQ notifier cleanup
` [PATCH 2/2] vhost-user: remove VirtQ notifier restore

[bug report] blktests srp/013 lead kernel panic with latest block/for-next and 5.13.15
 2021-09-12 16:26 UTC 

[PATCH 0/2] poll fixes
 2021-09-12 16:23 UTC  (3+ messages)
` [PATCH 1/2] io_uring: fix tw list mess-up by adding tw while it's already in tw list
` [PATCH 2/2] io_uring: fix race between poll completion and cancel_hash insertion

[PATCH] serial: Add a debug console using the RISC-V SBI interface
 2021-09-12 16:22 UTC  (2+ messages)

[PATCH] perf tools: Ignore Documentation dependency file
 2021-09-12 16:21 UTC  (4+ messages)

OE-core CVE metrics for master on Sun 12 Sep 2021 04:00:01 AM HST
 2021-09-12 16:21 UTC  (2+ messages)
` [yocto-security] "

[kprobes] 645f224e7b: WARNING:kernel_stack
 2021-09-12 16:21 UTC  (2+ messages)

[Clarification] writes to kernel addresses that came from userspace
 2021-09-12 16:20 UTC 

[RFC PATCH net 0/5] Make DSA switch drivers compatible with masters which unregister on shutdown
 2021-09-12 16:14 UTC  (5+ messages)
` [RFC PATCH net 1/5] net: mdio: introduce a shutdown method to mdio device drivers

[PATCH 0/4] Introduce and use absolute_pointer macro
 2021-09-12 16:16 UTC  (7+ messages)
` [PATCH 1/4] compiler.h: Introduce "
` [PATCH 2/4] net: i825xx: Use absolute_pointer for memcpy on fixed memory location
` [PATCH 3/4] parisc: Use absolute_pointer for memcmp "
` [PATCH 4/4] alpha: Use absolute_pointer for strcmp "

Question about timezones in commit & tag dates
 2021-09-12 16:16 UTC  (4+ messages)

[PATCH 00/20] nubus: bus, device, bridge, IRQ and address space improvements
 2021-09-12 16:00 UTC  (26+ messages)
` [PATCH 01/20] nubus-device: rename slot_nb variable to slot
` [PATCH 02/20] nubus-device: expose separate super slot memory region
` [PATCH 03/20] nubus-device: add device slot parameter
` [PATCH 06/20] nubus: implement BusClass get_dev_path()
` [PATCH 07/20] nubus: add trace-events for unassigned slot accesses
` [PATCH 08/20] nubus: generate bus error when attempting to access empty slots
` [PATCH 12/20] nubus: move nubus to its own 32-bit address space
` [PATCH 13/20] nubus-bridge: introduce separate NubusBridge structure
` [PATCH 14/20] mac-nubus-bridge: rename MacNubusState to MacNubusBridge
` [PATCH 15/20] nubus: move NubusBus from mac-nubus-bridge to nubus-bridge
` [PATCH 16/20] nubus-bridge: embed the NubusBus object directly within nubus-bridge
` [PATCH 18/20] nubus: add support for slot IRQs

stable-rc/linux-4.9.y build: 185 builds: 0 failed, 185 passed, 4 warnings (v4.9.282)
 2021-09-12 16:10 UTC 

[driver core] bd1e336aa8: WARNING:at_lib/refcount.c:#refcount_warn_saturate
 2021-09-12 16:10 UTC  (2+ messages)

[PULL 0/9] tcg patch queue
 2021-09-12 15:58 UTC  (10+ messages)
` [PULL 1/9] accel/tcg: Add DisasContextBase argument to translator_ld*
` [PULL 2/9] accel/tcg: Clear PAGE_WRITE before translation
` [PULL 3/9] tcg/i386: Split P_VEXW from P_REXW
` [PULL 4/9] accel/tcg: remove redundant TCG_KICK_PERIOD define
` [PULL 5/9] tcg: Remove tcg_global_reg_new defines
` [PULL 6/9] include/qemu: Use builtins for bswap
` [PULL 7/9] tcg/ppc: Replace TCG_TARGET_CALL_DARWIN with _CALL_DARWIN
` [PULL 8/9] tcg/ppc: Ensure _CALL_SYSV is set for 32-bit ELF
` [PULL 9/9] tcg/arm: Fix tcg_out_vec_op function signature

[PATCH] wic/bootimg-efi: Add Unified Kernel Image option
 2021-09-12 16:09 UTC  (3+ messages)
` [OE-core] "

Unmountable / uncheckable Fedora 34 btrfs: failed to read block groups: -5 open_ctree failed
 2021-09-12 15:51 UTC  (5+ messages)

[PATCH] riscv: Fix setting no-map in reserved memory nodes
 2021-09-12 16:05 UTC 

[PATCH] ipc: remove memcg accounting for sops objects in do_semtimedop()
 2021-09-12 16:05 UTC  (3+ messages)

Question about riscv-qemu trace
 2021-09-12 16:05 UTC  (3+ messages)

stable-rc/linux-4.14.y build: 193 builds: 0 failed, 193 passed, 64 warnings (v4.14.246)
 2021-09-12 16:05 UTC 

OE-core CVE metrics for hardknott on Sun 12 Sep 2021 05:00:01 AM HST
 2021-09-12 16:04 UTC  (3+ messages)
` [yocto-security] "

Module build problems with gmake 3.x
 2021-09-12 16:03 UTC  (4+ messages)

Public project sstate/hash equivalence mirror now live
 2021-09-12 16:01 UTC  (4+ messages)
` [OE-core] "

[igt-dev] [i-g-t v3] tests/kms: Move Intel specific kms tests to i915 directory
 2021-09-12 16:01 UTC 

[PATCH 0/4] KVM: nVMX: Enlightened MSR Bitmap feature for Hyper-V on KVM
 2021-09-12 15:59 UTC  (9+ messages)
` [PATCH 1/4] KVM: nVMX: Don't use Enlightened MSR Bitmap for L3
` [PATCH 2/4] KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helper
` [PATCH 3/4] KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuilt
` [PATCH 4/4] KVM: nVMX: Implement Enlightened MSR Bitmap feature

[KVM] 816be9e9be: kernel-selftests.kvm.smm_test.fail
 2021-09-12 15:59 UTC  (2+ messages)

[PATCH 2/2] docs/zh_TW: Add translation for riscv/vm-layout
 2021-09-12 15:53 UTC 

[PATCH 1/2] doc: Fix typo in Documentation/riscv/vm-layout
 2021-09-12 15:51 UTC 

[PATCH 1/1] docs/zh_TW: Add translation for riscv/boot-image-header
 2021-09-12 15:50 UTC 

[dpdk-dev] [PATCH v4 1/2] eventdev: add rx queue info get api
 2021-09-12 15:58 UTC  (5+ messages)
` [dpdk-dev] [PATCH v4 1/2] eventdev: add rx queue conf "
  ` [dpdk-dev] [PATCH v4 2/2] test/event: Add rx queue conf get test in rx adapter autotest

can one identify how much work sstate cache would save a build?
 2021-09-12 15:59 UTC  (3+ messages)
` [OE-core] "

[MAINTAINER SUMMIT] User-space requirements for accelerator drivers
 2021-09-12 15:55 UTC  (18+ messages)

[igt-dev] [PATCH i-g-t v2] tests/kms: Move Intel specific kms tests to i915 directory
 2021-09-12 15:54 UTC  (3+ messages)

[Buildroot] [PATCH] package/boost: anotate patches
 2021-09-12 15:53 UTC  (2+ messages)

[Buildroot] [git commit] package/boost: anotate patches
 2021-09-12 15:51 UTC 

[ext4] cc883236b7: aim7.jobs-per-min 69.4% improvement
 2021-09-12 15:52 UTC  (2+ messages)

[PATCH] i3c/master/mipi-i3c-hci: Prefer kcalloc over open coded arithmetic
 2021-09-12 15:51 UTC 

[PATCH] net: ipv6: don't generate link-local address in any addr_gen_mode
 2021-09-12 15:47 UTC  (8+ messages)

[PATCH] mt76: mt7915: honor all possible error conditions in mt7915_mcu_init()
 2021-09-12 15:49 UTC 

[PATCH v2] media: mxl111sf: change mutex_init() location
 2021-09-12 15:49 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 2/5 V2] rteval: Construct a 'model name' on architectures that don't have one
 2021-09-12 15:45 UTC 

[PATCH 0/8] repack: introduce `--write-midx`
 2021-09-12 15:15 UTC  (7+ messages)
` [PATCH 2/8] builtin/multi-pack-index.c: support --stdin-packs mode

.ad l/.ad b
 2021-09-12 15:41 UTC  (5+ messages)
` AW: "

[PATCH 0/3] rteval: Fix issues with cyclictest.py module
 2021-09-12 15:39 UTC  (5+ messages)
` [PATCH 1/3] rteval: cyclictest.py Enable logging cyclictest output
` [PATCH 3/3] rteval: misc.py: Sort the list of cpus returned by online_cpus()

[igt-dev] [PATCH i-g-t v3 0/7] tests/kms_color: 3D LUT tests
 2021-09-12 15:36 UTC  (7+ messages)
` [igt-dev] [PATCH i-g-t v3 1/7] tests/kms_color_chamelium: Remove invalid LUT size tests
` [igt-dev] [PATCH i-g-t v3 5/7] tests/kms_color: Run each subtest only for a single connector

[PATCH -next] io-wq: Remove duplicate code in io_workqueue_create()
 2021-09-12 15:36 UTC  (2+ messages)

[PATCH v4.1] include: linux: Reorganize timekeeping and ktime headers
 2021-09-12 15:33 UTC  (6+ messages)
    ` [PATCH v5] "

[sched/fair] 56498cfb04: netperf.Throughput_tps -5.4% regression
 2021-09-12 15:34 UTC  (2+ messages)

[PATCH 1/2] sunxi: Simplify MMC pinmux selection
 2021-09-12 15:28 UTC  (2+ messages)
` [PATCH 2/2] gpio: sunxi: Remove the sunxi_name_to_gpio_bank function

[Buildroot] [PATCH v2] package/boost: fix math with no atomics
 2021-09-12 15:25 UTC  (5+ messages)

[PATCH] filename.7: new manual page
 2021-09-12 15:22 UTC  (6+ messages)
` [PATCH 3/3] Use subsections instead of sections

[PATCH] i2c: mvtwsi: Add support for DM clocks and resets
 2021-09-12 15:21 UTC 

[PATCH v3 0/2] hwmon: (nct6775) Support access via Asus WMI
 2021-09-12 15:14 UTC  (2+ messages)

[x86/platform] d7109fe3a0: kernel-selftests.gpio.gpio-mockup.sh.fail
 2021-09-12 15:10 UTC  (4+ messages)

wireguard-go on windows
 2021-09-12 15:07 UTC  (2+ messages)

Problem with U-boot | Configuration Signature not being checked while booting
 2021-09-12 15:02 UTC  (9+ messages)

[PATCH 0/2] rteval: Miscellaneous fixes
 2021-09-12 14:59 UTC  (3+ messages)
` [PATCH 2/2] rteval: services.py: Fix incorrect detection of container environment

[PATCH v3 1/2] hwmon: (nct6775) Use sio_data in superio_*()
 2021-09-12 14:50 UTC  (3+ messages)

[PATCH 1/2] clk: sunxi: Add support for I2C gates/resets
 2021-09-12 14:47 UTC  (2+ messages)
` [PATCH 2/2] clk: sunxi: Add drivers for A31 and H6 PRCM CCUs

.B, .I disable hyphenation?
 2021-09-12 14:47 UTC  (2+ messages)

[PATCH] hwmon: (nct6775) Support access via Asus WMI
 2021-09-12 14:43 UTC  (5+ messages)
` [PATCH 1/3] hwmon: (nct6775) Use sio_data in superio_* (v2)

[PATCH v4 00/18] i.MX8MM GPC improvements and BLK_CTRL driver
 2021-09-12 14:40 UTC  (4+ messages)
` [PATCH v4 13/18] soc: imx: imx8m-blk-ctrl: add DISP blk-ctrl

[PATCH for-rc v3 0/6] RDMA/rxe: Various bug fixes
 2021-09-12 14:42 UTC  (8+ messages)

[PATCH v2 0/3] Support SPL for i.MX7ULP
 2021-09-12 14:32 UTC  (4+ messages)
` [PATCH v2 1/3] mx7ulp: select soc features
  ` [PATCH v2 2/3] mx7ulp: add base SPL support for mx7ulp
    ` [PATCH v2 3/3] mx7ulp_com: add support for SPL

OE-core CVE metrics for dunfell on Sun 12 Sep 2021 04:30:01 AM HST
 2021-09-12 14:33 UTC 

stable-rc/queue/4.9 baseline: 151 runs, 5 regressions (v4.9.282-34-gb6f4e2aed4e1)
 2021-09-12 14:26 UTC 

[PATCH 0/3] phy: sun4i-usb: Support VBUS detection via power supply
 2021-09-12 14:22 UTC  (4+ messages)
` [PATCH 1/3] phy: sun4i-usb: Remove a couple of debug messages
` [PATCH 2/3] phy: sun4i-usb: Refactor VBUS detection to match Linux
` [PATCH 3/3] phy: sun4i-usb: Support VBUS detection via power supply

Hiring: Free Software Network Security Engineer
 2021-09-12 14:18 UTC  (2+ messages)

[GIT PULL] more Kbuild updates for v5.15-rc1
 2021-09-12 14:16 UTC 

[PCI/MSI] a5b9e22d8d: genirq:Flags_mismatch_irq##(eth#)vs.#(timer)
 2021-09-12 14:16 UTC 

[Buildroot] [PATCH 01/16] support/testing: test_file_capabilities: bump to kernel 4.19.204
 2021-09-12 14:06 UTC  (2+ messages)
` [Buildroot] [PATCH 03/16] support/testing: test_f2fs: "

[Buildroot] [PATCH 03/16] support/testing: test_f2fs: bump to kernel 4.19.204
 2021-09-12 14:11 UTC  (4+ messages)
` [Buildroot] [PATCH 14/16] support/testing: test_ubi: add image format on the qemu command line
` [Buildroot] [PATCH 15/16] support/testing: update logical eraseblock and physical eraseblock size for qemu >= 2.9
` [Buildroot] [PATCH 16/16] support/testing: test_ubi: allow to boot several times using the same ubi image


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.