All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-26 12:54:52 to 2021-09-26 15:38:58 UTC [more...]

[RFC 00/11] Intro to Hardware timestamping engine
 2021-09-26 15:42 UTC  (7+ messages)
` [RFC 02/11] drivers: Add HTE subsystem

Cover mail for "clamav: Set clamav:clamav ownership on /var/lib/clamav in do_install"
 2021-09-26 15:35 UTC  (3+ messages)
  ` [meta-security][PATCH] clamav: Set clamav:clamav ownership on /var/lib/clamav in do_install

[PATCH] net: mdiobus: Fix memory leak in __mdiobus_register
 2021-09-26 15:34 UTC  (2+ messages)

[PATCH v3 0/5] ksmbd: a bunch of patches
 2021-09-26 15:32 UTC  (8+ messages)
` [PATCH v3 1/5] ksmbd: add the check to vaildate if stream protocol length exceeds maximum value
` [PATCH v3 2/5] ksmbd: add validation in smb2_ioctl
` [PATCH v3 3/5] ksmbd: add request buffer validation in smb2_set_info
` [PATCH v3 4/5] ksmbd: check strictly data area in ksmbd_smb2_check_message()
` [PATCH v3 5/5] ksmbd: add validation in smb2 negotiate

[PATCH] iio: chemical: atlas-sensor: Avoid using irq_work
 2021-09-26 15:33 UTC  (4+ messages)

[PATCH net-next 0/6 v7] RTL8366(RB) cleanups part 1
 2021-09-26 15:28 UTC  (3+ messages)
` [PATCH net-next 3/6 v7] net: dsa: rtl8366rb: Rewrite weird VLAN filering enablement

[PATCH v3 1/2] arm: dts: imx8mq: Add Kontron pitx-imx8m
 2021-09-26 15:19 UTC  (2+ messages)
` [PATCH v3 2/2] board: kontron: pitx-imx8m: Add Kontron pitx-imx8m board support

[PATCH v4] x86/insn, tools/x86: Fix some potential undefined behavior
 2021-09-26 15:25 UTC  (5+ messages)

[PATCH net-next] net: phy: marvell10g: add downshift tunable support
 2021-09-26 15:24 UTC  (7+ messages)

[PATCH 0/5] Fixes and improvements to the ADIS lib/devices
 2021-09-26 15:25 UTC  (5+ messages)
` [PATCH 4/5] iio: adis16460: make use of the new unmasked_drdy flag
` [PATCH 5/5] iio: adis16480: fix devices that do not support sleep mode

[PATCH] input: keyboard-matrix: add a function to reset input states
 2021-09-26 15:18 UTC 

Add LoongArch support to RISU?
 2021-09-26 15:14 UTC  (2+ messages)

[RESEND v2 1/3] dt-bindings: gpio: Convert X-Powers AXP209 GPIO binding to a schema
 2021-09-26 15:15 UTC  (9+ messages)
` [RESEND v2 2/3] dt-bindings: mfd: Convert X-Powers AXP "
` [RESEND v2 3/3] dt-bindings: mfd: Convert X-Powers AC100 "

[PATCH 0/5] iio: device-managed conversions with devm_iio_map_array_register()
 2021-09-26 15:20 UTC  (2+ messages)

[PATCH] connect: also update offset for features without values
 2021-09-26 15:16 UTC  (8+ messages)

[PATCH] smp: Wake ksoftirqd on PREEMPT_RT instead do_softirq()
 2021-09-26 15:16 UTC  (3+ messages)

[PATCH v16 00/14] Introduce the Counter character device interface
 2021-09-26 15:15 UTC  (6+ messages)
` [PATCH v16 07/14] counter: Add "

[PATCH V2 00/41] x86/entry/64: Convert a bunch of ASM entry code into C code
 2021-09-26 15:08 UTC  (42+ messages)
` [PATCH V2 01/41] x86/entry: Fix swapgs fence
` [PATCH V2 02/41] x86/traps: Remove stack-protector from traps.c
` [PATCH V2 03/41] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH V2 04/41] x86/entry: Introduce __entry_text for entry code written in C
` [PATCH V2 05/41] x86/entry: Move PTI_USER_* to arch/x86/include/asm/processor-flags.h
` [PATCH V2 06/41] x86: Mark __native_read_cr3() & native_write_cr3() as __always_inline
` [PATCH V2 07/41] x86/traps: Move the declaration of native_irq_return_iret into proto.h
` [PATCH V2 08/41] x86/entry: Add arch/x86/entry/entry64.c for C entry code
` [PATCH V2 09/41] x86/entry: Expose the address of .Lgs_change to entry64.c
` [PATCH V2 10/41] x86/entry: Add C verion of SWITCH_TO_KERNEL_CR3 as switch_to_kernel_cr3()
` [PATCH V2 11/41] x86/entry: Add C user_entry_swapgs_and_fence() and kernel_entry_fence_no_swapgs()
` [PATCH V2 12/41] x86/traps: Move pt_regs only in fixup_bad_iret()
` [PATCH V2 13/41] x86/entry: Switch the stack after error_entry() returns
` [PATCH V2 14/41] x86/entry: move PUSH_AND_CLEAR_REGS out of error_entry
` [PATCH V2 15/41] objtool: Allow .entry.text function using CLD instruction
` [PATCH V2 16/41] x86/entry: Implement the whole error_entry() as C code
` [PATCH V2 17/41] x86/entry: Make paranoid_exit() callable
` [PATCH V2 18/41] x86/entry: Call paranoid_exit() in asm_exc_nmi()
` [PATCH V2 19/41] x86/entry: move PUSH_AND_CLEAR_REGS out of paranoid_entry
` [PATCH V2 20/41] x86/entry: Add the C version ist_switch_to_kernel_cr3()
` [PATCH V2 21/41] x86/entry: Add the C version ist_restore_cr3()
` [PATCH V2 22/41] x86/entry: Add the C version get_percpu_base()
` [PATCH V2 23/41] x86/entry: Add the C version ist_switch_to_kernel_gsbase()
` [PATCH V2 24/41] x86/entry: Implement the C version ist_paranoid_entry()
` [PATCH V2 25/41] x86/entry: Implement the C version ist_paranoid_exit()
` [PATCH V2 26/41] x86/entry: Add a C macro to define the function body for IST in .entry.text
` [PATCH V2 27/41] x86/mce: Remove stack protector from mce/core.c
` [PATCH V2 28/41] x86/debug, mce: Use C entry code
` [PATCH V2 29/41] x86/idtentry.h: Move the definitions *IDTENTRY_{MCE|DEBUG}* up
` [PATCH V2 30/41] x86/nmi: Use DEFINE_IDTENTRY_NMI for nmi
` [PATCH V2 31/41] x86/nmi: Remove stack protector from nmi.c
` [PATCH V2 32/41] x86/nmi: Use C entry code
` [PATCH V2 33/41] x86/entry: Add a C macro to define the function body for IST in .entry.text with an error code
` [PATCH V2 34/41] x86/doublefault: Use C entry code
` [PATCH V2 35/41] x86/sev: Add and use ist_vc_switch_off_ist()
` [PATCH V2 36/41] x86/sev: Remove stack protector from sev.c
` [PATCH V2 37/41] x86/sev: Use C entry code
` [PATCH V2 38/41] x86/entry: Remove ASM function paranoid_entry() and paranoid_exit()
` [PATCH V2 39/41] x86/entry: Remove the unused ASM macros
` [PATCH V2 40/41] x86/entry: Remove save_ret from PUSH_AND_CLEAR_REGS
` [PATCH V2 41/41] x86/syscall/64: Move the checking for sysret to C code

[RESEND PATCH] x86: ACPI: cstate: Optimize C3 entry on AMD CPUs
 2021-09-26 15:12 UTC  (3+ messages)

stable/linux-4.14.y build: 170 builds: 0 failed, 170 passed, 4 warnings (v4.14.248)
 2021-09-26 15:12 UTC 

[ANNOUNCE] v5.15-rc2-rt3
 2021-09-26 15:10 UTC  (4+ messages)
` v5.15-rc2-rt3: WARNING: CPU: 0 PID: 12 at ./include/linux/seqlock.h:271
  ` [patch] "

[INFO] Does Git GUI support Dark Mode on Windows 10 ?
 2021-09-26 15:09 UTC 

[ANNOUNCE] fstests: master branch updated to 344319453e8c
 2021-09-26 15:07 UTC 

glibc VETO for kernel version SUBLEVEL >= 255
 2021-09-26 15:03 UTC  (9+ messages)

[PATCH] iio: adc: fsl-imx25-gcq: initialize regulators as needed
 2021-09-26 15:08 UTC  (4+ messages)

OE-core CVE metrics for hardknott on Sun 26 Sep 2021 05:00:01 AM HST
 2021-09-26 15:02 UTC 

[PATCH 0/3] staging: mt7621-dts: complete reset missing stuff
 2021-09-26 14:59 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: reset: add dt binding header for ralink RT2880 resets
` [PATCH 2/3] dt: bindings: add ralink RT2880 resets device tree binding documentation
` [PATCH 3/3] staging: mt7621-dts: align resets with "

Add Apple M1 support to PASemi i2c driver
 2021-09-26 14:55 UTC  (3+ messages)

[PATCH net-next v1 00/21] Move devlink_register to be last devlink command
 2021-09-26 14:56 UTC  (5+ messages)
` [PATCH net-next v1 11/21] mlxsw: core: Register devlink instance last
    ` [Intel-wired-lan] "

[PATCH 1/2] virtio: introduce virtio_dev_to_node helper
 2021-09-26 14:55 UTC  (2+ messages)
` [PATCH 2/2] virtio-blk: set NUMA affinity for a tagset

[PATCH 0/4] iio: adc: stm32-dfsdm: add scale and offset support
 2021-09-26 14:56 UTC  (14+ messages)
` [PATCH 4/4] "

[PATCH v6, 00/15] Using component framework to support multi hardware decode
 2021-09-26 14:51 UTC  (9+ messages)

[libvirt test] 165201: regressions - FAIL
 2021-09-26 14:46 UTC 

[PATCH 1/3] hw/char: ibex_uart: Register device in 'input' category
 2021-09-26 14:40 UTC  (6+ messages)
` [PATCH 2/3] hw/char: shakti_uart: "
` [PATCH 3/3] hw/char: sifive_uart: "

Can't add search domain in Wireguard Android App
 2021-09-26 14:45 UTC  (3+ messages)

[PATCH nvme-cli] nvme-connect: Add 'dhchap-secret' and 'dhchap-bidi' arguments
 2021-09-26 14:41 UTC  (2+ messages)

stable/linux-4.4.y build: 123 builds: 0 failed, 123 passed, 2 warnings (v4.4.285)
 2021-09-26 14:41 UTC 

[RFC PATCH 00/13] x86 User Interrupts support
 2021-09-26 14:41 UTC  (3+ messages)
` [RFC PATCH 11/13] x86/uintr: Introduce uintr_wait() syscall

[PATCH v2] iio: imu: st_lsm6dsx: move max_fifo_size in st_lsm6dsx_fifo_ops
 2021-09-26 14:40 UTC  (2+ messages)

[PATCH v1 0/1] pinctrl/GPIO driver for Apple SoCs
 2021-09-26 14:35 UTC  (9+ messages)
` [PATCH v1 1/1] pinctrl: add "

[PATCH net-next v1] net: ethernet: emac: utilize of_net's of_get_mac_address()
 2021-09-26 14:35 UTC  (2+ messages)

[PATCH v4 00/16] Bring external triggers support to MAX1027-like ADCs
 2021-09-26 14:38 UTC  (4+ messages)
` [PATCH v4 14/16] iio: adc: max1027: Use the EOC IRQ when populated for single reads

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

[PATCH v6 0/6] Add Unisoc's drm kms module
 2021-09-26 14:31 UTC  (9+ messages)
` [PATCH v6 4/6] drm/sprd: add Unisoc's drm display controller driver
` [PATCH v6 6/6] drm/sprd: add Unisoc's drm mipi dsi&dphy driver

[PATCHv3 00/12] nvme: In-band authentication support
 2021-09-26 14:30 UTC  (4+ messages)
` [PATCH 10/12] nvmet: Implement basic In-Band Authentication

[PATCH mptcp-next v5 0/8] The infinite mapping support
 2021-09-26 14:29 UTC  (9+ messages)
` [PATCH mptcp-next v5 1/8] mptcp: track and update contiguous data status
` [PATCH mptcp-next v5 2/8] mptcp: add last_fully_acked_dss_start_seq in the msk
` [PATCH mptcp-next v5 3/8] mptcp: infinite mapping sending
` [PATCH mptcp-next v5 4/8] mptcp: add the fallback check
` [PATCH mptcp-next v5 5/8] mptcp: infinite mapping receiving
` [PATCH mptcp-next v5 6/8] mptcp: add mib for infinite map sending
` [PATCH mptcp-next v5 7/8] selftests: mptcp: add infinite map mibs check
` [PATCH mptcp-next v5 8/8] DO-NOT-MERGE: mptcp: mp_fail test

[PATCH] drm/amdgpu: correct initial cp_hqd_quantum for gfx9
 2021-09-26 14:28 UTC 

[PATCH net-next 0/4] net: bcmgenet: support for flow control
 2021-09-26 14:26 UTC  (9+ messages)
` [PATCH net-next 1/4] net: bcmgenet: remove netif_carrier_off from adjust_link
` [PATCH net-next 2/4] net: bcmgenet: remove old link state values
` [PATCH net-next 3/4] net: bcmgenet: pull mac_config from adjust_link
` [PATCH net-next 4/4] net: bcmgenet: add support for ethtool flow control

FAILED: patch "[PATCH] PCI: aardvark: Increase polling delay to 1.5s while waiting" failed to apply to 5.10-stable tree
 2021-09-26 14:26 UTC  (7+ messages)

[PATCH stable-4.19] PCI: aardvark: Fix checking for PIO status
 2021-09-26 14:24 UTC 

Development request
 2021-09-26 14:22 UTC 

[PATCH stable-4.14] PCI: aardvark: Fix checking for PIO Non-posted Request
 2021-09-26 14:22 UTC  (2+ messages)
` [PATCH stable-4.14] PCI: aardvark: Fix checking for PIO status

Bug report: Amstrad Delta IRQ hang (serio?) during boot
 2021-09-26 14:00 UTC 

[dpdk-dev] [PATCH v3] net/ice: enable Rx timestamp on Flex Descriptor
 2021-09-26 14:04 UTC  (2+ messages)
` [dpdk-dev] [PATCH v4] "

[PATCH v6 0/3] iio: imx8qxp-adc: Add driver support for NXP IMX8QXP ADC
 2021-09-26 14:16 UTC  (11+ messages)
` [PATCH v6 1/3] "

[Buildroot] [PATCH 1/1] package/kodi-screensaver-rsxs: fix build with gcc11
 2021-09-26 14:08 UTC 

OE-core CVE metrics for master on Sun 26 Sep 2021 04:00:01 AM HST
 2021-09-26 14:02 UTC 

[PATCH v5 1/2] iio: accel: fxls8962af: add threshold event handling
 2021-09-26 14:03 UTC  (2+ messages)

[PATCH net-next 0/5] brcm ASP 2.0 Ethernet controller
 2021-09-26 13:58 UTC  (5+ messages)
` [PATCH net-next 3/5] net: bcmasp: Add support for ASP2.0 "

seagate hm-smr issue
 2021-09-26 13:57 UTC 

[RFC/PATCH 00/18] Add Gigabit Ethernet driver support
 2021-09-26 13:56 UTC  (30+ messages)
` [RFC/PATCH 02/18] ravb: Rename the variables "no_ptp_cfg_active" and "ptp_cfg_active"
` [RFC/PATCH 03/18] ravb: Initialize GbEthernet dmac
` [RFC/PATCH 04/18] ravb: Enable aligned_tx and tx_counters for RZ/G2L
` [RFC/PATCH 05/18] ravb: Exclude gPTP feature support "
` [RFC/PATCH 06/18] ravb: Add multi_tsrq to struct ravb_hw_info
` [RFC/PATCH 07/18] ravb: Add magic_pkt "

[PATCH] iio: light: opt3001: Fixed timeout error when 0 lux
 2021-09-26 13:55 UTC  (2+ messages)

[PATCH] net: ipa: Declare IPA firmware with MODULE_FIRMWARE()
 2021-09-26 13:46 UTC  (2+ messages)

[PATCH v2 1/2] thermal: qcom: tsens: remove data indirection in the debugfs
 2021-09-26 13:42 UTC  (2+ messages)
` [PATCH v2 2/2] thermal: qcom: tsens: fix VER_0 support

[Buildroot] [PATCH 1/1] package/kodi-visualisation-fishbmc: add dependency to glm
 2021-09-26 13:39 UTC 

[PATCH] libc_package/buildstats: Fix python regex quoting warnings
 2021-09-26 13:36 UTC 

[PATCH] oeqa/selftest/tinfoil: Update to use test command
 2021-09-26 13:34 UTC 

[PATCH 1/2] siggen: Fix sorting in diff output
 2021-09-26 13:33 UTC  (2+ messages)
` [PATCH 2/2] cooker/command: Add a dummy event for tinfoil testing

[RFC PATCH] mmc: sdhci: Map more voltage level to SDHCI_POWER_330
 2021-09-26 13:28 UTC 

[PATCH stable-5.4] arm64: dts: marvell: armada-37xx: Extend PCIe MEM space
 2021-09-26 13:24 UTC  (2+ messages)
` [PATCH stable-4.19 and older] "

BUG: git log dies to SIGPIPE
 2021-09-26 13:17 UTC  (2+ messages)

[Buildroot] [PATCH v2 1/1] package/kodi-visualisation-shadertoy: bump version to 19.1.1-Matrix
 2021-09-26 13:23 UTC 

[Buildroot] [PATCH 1/1] package/kodi-pvr-octonet: fix json dependency
 2021-09-26 13:21 UTC 

Patch "comedi: Fix memory leak in compat_insnlist()" has been added to the 5.14-stable tree
 2021-09-26 13:15 UTC 

Patch "comedi: Fix memory leak in compat_insnlist()" has been added to the 5.10-stable tree
 2021-09-26 13:15 UTC 

[PATCH] iommu/tegra-smmu: Use devm_bitmap_zalloc when applicable
 2021-09-26 13:07 UTC  (2+ messages)

[PATCH] drm/amdgpu: force exit gfxoff on sdma resume for rmb s0ix
 2021-09-26 13:10 UTC 

[PATCH 00/37] Add device tree based NUMA support to Arm
 2021-09-26 13:13 UTC  (4+ messages)
` [PATCH 22/37] xen/arm: use NR_MEM_BANKS to override default NR_NODE_MEMBLKS

[Buildroot] [PATCH 1/1] package/python-attrs: depends on python3
 2021-09-26 13:11 UTC  (4+ messages)

FAILED: patch "[PATCH] arm64: add MTE supported check to thread switching and" failed to apply to 5.14-stable tree
 2021-09-26 13:11 UTC 

FAILED: patch "[PATCH] scsi: ufs: ufs-pci: Fix Intel LKF link stability" failed to apply to 5.14-stable tree
 2021-09-26 13:10 UTC 

FAILED: patch "[PATCH] erofs: fix up erofs_lookup tracepoint" failed to apply to 4.19-stable tree
 2021-09-26 13:07 UTC 

[PATCH v2 0/6] USB: serial: use wrappers for usb_control_msg()
 2021-09-26 13:00 UTC  (4+ messages)
` [PATCH v2 6/6] USB: serial: kl5kusb105: use usb_control_msg_recv() and usb_control_msg_send()

[PATCH] iio: imu: st_lsm6dsx: move max_fifo_size in st_lsm6dsx_fifo_ops
 2021-09-26 12:58 UTC  (3+ messages)

[PATCH] posix-cpu-timers: Fix spuriously armed 0-value itimer
 2021-09-26 12:58 UTC  (2+ messages)

[dpdk-dev] [PATCH] net/vhost: merge vhost stats loop in vhost Tx/Rx
 2021-09-26 12:56 UTC 

[PATCH bpf-next] samples: bpf: avoid name collision with kernel enum values
 2021-09-26 12:56 UTC 

[PATCH] syscalls.2: Remove duplicate mention of landlock_add_rule
 2021-09-26 12:54 UTC  (2+ messages)

[PATCH 00/10] Add Apple M1 support to PASemi i2c driver
 2021-09-26  9:58 UTC  (2+ messages)
` [PATCH 01/10] dt-bindings: i2c: Add Apple I2C controller bindings


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.