All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-17 16:49:28 to 2020-10-17 19:04:55 UTC [more...]

[dpdk-dev] [PATCH 01/27] eventdev: dlb upstream prerequisites
 2020-10-17 19:04 UTC  (9+ messages)
` [dpdk-dev] [PATCH v5 00/22] Add DLB PMD
  ` [dpdk-dev] [PATCH v5 01/22] event/dlb: add documentation and meson infrastructure
  ` [dpdk-dev] [PATCH v5 02/22] event/dlb: add dynamic logging
  ` [dpdk-dev] [PATCH v5 03/22] event/dlb: add private data structures and constants
  ` [dpdk-dev] [PATCH v5 04/22] event/dlb: add definitions shared with LKM or shared code
  ` [dpdk-dev] [PATCH v5 05/22] event/dlb: add inline functions
  ` [dpdk-dev] [PATCH v5 06/22] event/dlb: add probe
  ` [dpdk-dev] [PATCH v5 07/22] event/dlb: add xstats

[PATCH drm/hisilicon v2 0/2] Use the same style of variable type
 2020-10-15  9:00 UTC  (2+ messages)
` [PATCH drm/hisilicon v2 1/2] drm/hisilicon: Use the same style of variable type in hibmc_drm_de

[PATCH v5 0/3] Add Novatek NT36xxx touchscreen driver
 2020-10-17 19:01 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: Add vendor prefix for Novatek Microelectronics Corp
` [PATCH v5 2/3] Input: Add Novatek NT36xxx touchscreen driver
` [PATCH v5 3/3] dt-bindings: touchscreen: Add binding for Novatek NT36xxx series driver

[RFC] treewide: cleanup unreachable breaks
 2020-10-17 19:00 UTC  (24+ messages)
  ` [Cocci] "
    ` [Ocfs2-devel] "
    ` [Intel-wired-lan] "

[zen-kernel-zen-kernel:5.9/fixes 2/3] ERROR: modpost: "init_ipc_ns" undefined!
 2020-10-17 18:58 UTC 

realtek PHY commit bbc4d71d63549 causes regression
 2020-10-17 18:55 UTC  (13+ messages)

[PATCH 0/3] net: dsa: move skb reallocation to dsa_slave_xmit
 2020-10-17 18:53 UTC  (4+ messages)
` [PATCH net-next 1/3] net: dsa: don't pass cloned skb's to drivers xmit function

✅ PASS: Test report for kernel 5.8.16 (stable-queue)
 2020-10-17 18:51 UTC 

[zen-kernel-zen-kernel:5.9/zen-sauce 19/24] mm/truncate.c:41:9-10: WARNING: return of 0/1 in function '__clear_shadow_entry' with return type bool
 2020-10-17 18:46 UTC  (2+ messages)
` [PATCH] vfs: fix boolreturn.cocci warnings

[RFC PATCH iproute2] bridge: add support for L2 multicast groups
 2020-10-17 18:45 UTC  (2+ messages)
` [Bridge] "

[GIT PULL] Please pull RDMA subsystem changes
 2020-10-17 18:42 UTC  (4+ messages)

[RFC PATCH] net: bridge: multicast: add support for L2 entries
 2020-10-17 18:41 UTC  (2+ messages)
` [Bridge] "

stable-rc/linux-5.8.y baseline: 193 runs, 1 regressions (v5.8.16-30-gcfc6983c9555)
 2020-10-17 18:41 UTC 

[PATCH] device-dax/kmem: Use struct_size()
 2020-10-17 18:38 UTC  (3+ messages)

[PATCH] drivers/virt: vmgenid: add vm generation id driver
 2020-10-17 18:10 UTC  (20+ messages)

[PATCH v2 0/6] hw/sd/sdcard: Do not attempt to erase out of range addresses
 2020-10-17 18:31 UTC  (2+ messages)

[PATCH] riscv: Set text_offset correctly for M-Mode
 2020-10-17 18:28 UTC 

[dpdk-dev] [PATCH 01/22] event/dlb2: add meson build infrastructure
 2020-10-17 18:21 UTC  (24+ messages)
` [dpdk-dev] [PATCH v2 00/22] Add DLB2 PMD
  ` [dpdk-dev] [PATCH v2 01/22] event/dlb2: add documentation and meson build infrastructure
  ` [dpdk-dev] [PATCH v2 02/22] event/dlb2: add dynamic logging
  ` [dpdk-dev] [PATCH v2 03/22] event/dlb2: add private data structures and constants
  ` [dpdk-dev] [PATCH v2 04/22] event/dlb2: add definitions shared with LKM or shared code
  ` [dpdk-dev] [PATCH v2 05/22] event/dlb2: add inline functions
  ` [dpdk-dev] [PATCH v2 06/22] event/dlb2: add probe
  ` [dpdk-dev] [PATCH v2 07/22] event/dlb2: add xstats
  ` [dpdk-dev] [PATCH v2 08/22] event/dlb2: add infos get and configure
  ` [dpdk-dev] [PATCH v2 09/22] event/dlb2: add queue and port default conf
  ` [dpdk-dev] [PATCH v2 10/22] event/dlb2: add queue setup
  ` [dpdk-dev] [PATCH v2 11/22] event/dlb2: add port setup
  ` [dpdk-dev] [PATCH v2 12/22] event/dlb2: add port link
  ` [dpdk-dev] [PATCH v2 13/22] event/dlb2: add port unlink and port unlinks in progress
  ` [dpdk-dev] [PATCH v2 14/22] event/dlb2: add eventdev start
  ` [dpdk-dev] [PATCH v2 15/22] event/dlb2: add enqueue and its burst variants
  ` [dpdk-dev] [PATCH v2 16/22] event/dlb2: add dequeue "
  ` [dpdk-dev] [PATCH v2 17/22] event/dlb2: add eventdev stop and close
  ` [dpdk-dev] [PATCH v2 18/22] event/dlb2: add PMD's token pop public interface
  ` [dpdk-dev] [PATCH v2 19/22] event/dlb2: add PMD self-tests
  ` [dpdk-dev] [PATCH v2 20/22] event/dlb2: add queue and port release
  ` [dpdk-dev] [PATCH v2 21/22] event/dlb2: add timeout ticks entry point
  ` [dpdk-dev] [PATCH v2 22/22] doc: add new DLB2 eventdev driver to relnotes

drivers/hwspinlock/sprd_hwspinlock.c:141:34: warning: unused variable 'sprd_hwspinlock_of_match'
 2020-10-17 18:27 UTC  (2+ messages)

[PATCH net v3] net: openvswitch: fix to make sure flow_lookup() is not preempted
 2020-10-17 18:27 UTC  (3+ messages)

[PATCH 1/2] ext4: add helpers for checking whether quota is enabled/journalled
 2020-10-17 18:26 UTC  (4+ messages)
` [PATCH 2/2] ext4: export quota journalling mode via sysfs attr quota_mode

[PATCH net v4] net: openvswitch: fix to make sure flow_lookup() is not preempted
 2020-10-17 18:24 UTC 

[GIT PULL] MTD updates for 5.10
 2020-10-17 18:22 UTC  (3+ messages)

[GIT PULL] i3c: Changes for 5.10
 2020-10-17 18:22 UTC  (2+ messages)

[GIT PULL] thermal for v5.10-rc1
 2020-10-17 18:22 UTC  (2+ messages)

[Bug 209403] New: c123 Realtek Bluetooth Radio not detected with Kernel 5.9
 2020-10-17 18:20 UTC  (2+ messages)
` [Bug 209403] "

[PATCH] mtd: rawnand: mxc: Move the ECC engine initialization to the right place
 2020-10-17 18:17 UTC  (7+ messages)

[Buildroot] [PATCH 1/1] package/mksh: fix legal-info
 2020-10-17 18:16 UTC 

[PATCH] parisc: Improve error return codes when setting rtc time
 2020-10-17 18:13 UTC 

[PATCH 0/2] hw/intc/bcm283x: Trivial tracing cleanup
 2020-10-17 18:07 UTC  (3+ messages)
` [PATCH 1/2] hw/intc/bcm2835_ic: Trace GPU/CPU IRQ handlers
` [PATCH 2/2] hw/intc/bcm2836_control: Use IRQ definitions instead of magic numbers

ofono enable-modem fails with dbus.exceptions.DBusException: org.ofono.Error.Failed: Operation failed
 2020-10-17 18:10 UTC  (2+ messages)

stable-rc/linux-4.19.y baseline: 151 runs, 3 regressions (v4.19.152-16-g2fac1e5e3bc9)
 2020-10-17 18:08 UTC 

[PATCH v3 00/23] log: Add commands for manipulating filters
 2020-10-17 18:07 UTC  (24+ messages)
` [PATCH v3 01/23] log: Fix missing negation of ENOMEM
` [PATCH v3 02/23] log: Fix incorrect documentation of log_filter.cat_list
` [PATCH v3 03/23] log: Add additional const qualifier to arrays
` [PATCH v3 04/23] log: Add new category names to log_cat_name
` [PATCH v3 05/23] log: Use CONFIG_IS_ENABLED() for LOG_TEST
` [PATCH v3 06/23] log: Expose some helper functions
` [PATCH v3 07/23] log: Add function to create a filter with flags
` [PATCH v3 08/23] log: Add filter flag to deny on match
` [PATCH v3 09/23] test: log: Convert log_test from python to C
` [PATCH v3 10/23] test: log: Give tests names instead of numbers
` [PATCH v3 11/23] test: Add tests for LOGFF_DENY
` [PATCH v3 12/23] log: Add filter flag to match greater than a log level
` [PATCH v3 13/23] test: Add test for LOGFF_MIN
` [PATCH v3 14/23] cmd: log: Use sub-commands for log
` [PATCH v3 15/23] cmd: log: Split off log level parsing
` [PATCH v3 16/23] cmd: log: Add commands to list categories and drivers
` [PATCH v3 17/23] cmd: log: Make "log level" print all log levels
` [PATCH v3 18/23] lib: Add getopt
` [PATCH v3 19/23] test: Add a test for getopt
` [PATCH v3 20/23] cmd: log: Add commands to manipulate filters
` [PATCH v3 21/23] test: Add a test for log filter-*
` [PATCH v3 22/23] doc: Add log kerneldocs to documentation
` [PATCH v3 23/23] doc: Update logging documentation

5.9.0-next-20201015: autofs oops in update-binfmts
 2020-10-17 18:05 UTC  (4+ messages)
  ` autofs: use __kernel_write() for the autofs pipe writing causes regression in -next was "

[dunfell 00/32] Patch review
 2020-10-17 18:03 UTC  (33+ messages)
` [dunfell 01/32] gitlab-ci: add support for dunfell
` [dunfell 02/32] packagegroup-core-security-ptest: update fail2ban ptest pkg name
` [dunfell 03/32] packagegroup-core-security: remove clamav for riscv*
` [dunfell 04/32] libsecomp: rv32/rv64 target builds are not supported yet
` [dunfell 05/32] packagegroup-core-security: remove libseccomp for riscv*
` [dunfell 06/32] sssd: disable build secrets
` [dunfell 07/32] sssd: Make manpages buildable
` [dunfell 08/32] dm-verity-img.bbclass: Fix bashisms
` [dunfell 09/32] dm-verity-img.bbclass: Reorder parse-time check
` [dunfell 10/32] dm-verity-image-initramfs: Ensure verity hash sync
` [dunfell 11/32] dm-verity-image-initramfs: Bind at do_image instead
` [dunfell 12/32] linux-yocto(-dev): Add dm-verity fragment as needed
` [dunfell 13/32] dm-verity-img.bbclass: Stage verity.env file
` [dunfell 14/32] initramfs-framework: Add dmverity module
` [dunfell 15/32] dm-verity-image-initramfs: Use initramfs-framework
` [dunfell 16/32] dm-verity-initramfs-image: Cosmetic improvements
` [dunfell 17/32] dm-verity-image-initramfs: Add base-passwd package
` [dunfell 18/32] dm-verity-image-initramfs: Drop locales from image
` [dunfell 19/32] beaglebone-yocto-verity.wks.in: Refer IMGDEPLOYDIR
` [dunfell 20/32] packagegroup-core-security: dont include suricata on riscv or ppc
` [dunfell 21/32] apparmor: exclude mips64, not supported
` [dunfell 22/32] initramfs-framework/dmverity: add retry loop for slow boot devices
` [dunfell 23/32] wic: add wks.in for intel dm-verity
` [dunfell 24/32] linux-%/5.x: Add dm-verity fragment as needed
` [dunfell 25/32] apparmor: fix build issue with ptest enabled
` [dunfell 26/32] packagegroup-core-security: remove clamav from musl image
` [dunfell 27/32] scap-security-guide: add expat-native to DEPENDS
` [dunfell 28/32] layer.conf: use += instead of := to update BBFILES
` [dunfell 29/32] ibmswtpm2: fix QA warning
` [dunfell 30/32] README: updated branch for Dunfell
` [dunfell 31/32] apparmor: fix issue with older use of shell in make
` [dunfell 32/32] apparmor: fix QA warning with systemd enabled

[Bug 1874504] [NEW] VFIO passthrough spits out thousands of messages
 2020-10-17 17:51 UTC  (2+ messages)
` [Bug 1874504] "

[PATCH 1/1] Makefile: consistent include path for out of tree build
 2020-10-17 18:01 UTC  (4+ messages)

stable-rc/queue/5.8 build: 188 builds: 1 failed, 187 passed, 18 warnings (v5.8.16-29-g970dd0292df8)
 2020-10-17 18:00 UTC 

[PATCH v2] mm: mark async iocb read as NOWAIT once some data has been, copied
 2020-10-17 17:55 UTC 

[PATCH v4] KVM: Check the allocation of pv cpu mask
 2020-10-17 17:54 UTC 

[PULL 00/33] target-arm queue
 2020-10-17 17:51 UTC  (3+ messages)
` [PULL 25/33] tests/acceptance: Add a test for the N800 and N810 arm machines

[PATCH] c-periphery: upgrade 2.2.1 -> 2.2.4
 2020-10-17 17:49 UTC  (2+ messages)
` [PATCH] c-periphery: fix typo in SUMMARY

[PATCH v8 0/5] Mac Old World ROM experiment (ppc/mac_* clean ups and loading binary ROM)
 2020-10-17 17:44 UTC  (5+ messages)

stable-rc/linux-4.14.y baseline: 167 runs, 2 regressions (v4.14.202-11-g83970012a2ed)
 2020-10-17 17:45 UTC 

[PATCH v9] mac_oldworld: Allow loading binary ROM image
 2020-10-17 17:38 UTC  (4+ messages)

stable-rc/queue/4.4 baseline: 120 runs, 3 regressions (v4.4.240-5-gba0afff56cd5)
 2020-10-17 17:37 UTC 

stable-rc/linux-5.4.y build: 195 builds: 2 failed, 193 passed, 1 error, 104 warnings (v5.4.72-24-g5d35a1803455)
 2020-10-17 17:31 UTC 

[meta-security][dunfell][PATCH 1/2] apparmor: fix issue with older use of shell in make
 2020-10-17 17:31 UTC  (2+ messages)
` [meta-security][dunfell][PATCH 2/2] apparmor: fix QA warning with systemd enabled

[PATCH] mm: mark async iocb read as NOWAIT once some data has been, copied
 2020-10-17 17:30 UTC  (3+ messages)

QXL support broken
 2020-10-17 17:20 UTC 

Manual page update for mallinfo2()
 2020-10-17 17:19 UTC 

[PATCH] powerpc/powernv/elog: Reduce elog message severity
 2020-10-17 17:12 UTC  (3+ messages)

stable/linux-4.4.y build: 187 builds: 2 failed, 185 passed, 2 errors, 13 warnings (v4.4.240)
 2020-10-17 17:09 UTC 

[PATCH][SMB3.1.1] do not fail if no encryption required when server doesn't support encryption
 2020-10-17 17:08 UTC  (2+ messages)

[PATCH v4] tee: add support for application-based session login methods
 2020-10-17 17:02 UTC 

yocto logging
 2020-10-17 17:02 UTC 

[Buildroot] [PATCH 1/3] package/Makefile.in: use gcc wrappers for binutils tools
 2020-10-17 17:00 UTC  (2+ messages)

[GIT PULL] git-gui changes for v2.29
 2020-10-17 16:34 UTC 

[PATCH v11] scripts: Convert qemu-version.sh to qemu-version.py
 2020-10-17 16:53 UTC  (2+ messages)

stable/linux-4.14.y build: 197 builds: 1 failed, 196 passed, 63 warnings (v4.14.202)
 2020-10-17 16:54 UTC 

LPC 2020 Hackroom Session: summary and next steps for isolated user namespaces
 2020-10-17 16:51 UTC  (4+ messages)

[PATCH] usb: dwc2: Avoid leaving the error_debugfs label unused
 2020-10-17 16:50 UTC 

[PATCH v5] checkpatch: add new exception to repeated word check
 2020-10-17 16:49 UTC  (4+ messages)
    ` [Linux-kernel-mentees] "


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.