All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-28 23:30:02 to 2024-12-29 08:21:49 UTC [more...]

[PATCH] ALSA: hda/realtek: Remove needless comment lines
 2024-12-29  8:21 UTC  (3+ messages)
` [PATCH v2] ALSA: hda/realtek: Add a comment for alc_fixup_inv_dmic()

[PATCHES][RFC][CFT] debugfs cleanups
 2024-12-29  8:12 UTC  (21+ messages)
` [PATCH 01/20] debugfs: fix missing mutex_destroy() in short_fops case
  ` [PATCH 02/20] debugfs: separate cache for debugfs inodes
  ` [PATCH 03/20] debugfs: move ->automount into debugfs_inode_info
  ` [PATCH 04/20] debugfs: get rid of dynamically allocation proxy_ops
  ` [PATCH 05/20] debugfs: don't mess with bits in ->d_fsdata
  ` [PATCH 06/20] debugfs: allow to store an additional opaque pointer at file creation
  ` [PATCH 07/20] carl9170: stop embedding file_operations into their objects
  ` [PATCH 08/20] b43: stop embedding struct "
  ` [PATCH 09/20] b43legacy: make use of debugfs_get_aux()
  ` [PATCH 10/20] netdevsim: don't embed file_operations into your structs
  ` [PATCH 11/20] mediatek: stop messing with ->d_iname
  ` [PATCH 12/20] [not even compile-tested] greybus/camera - "
  ` [PATCH 13/20] mtu3: don't mess wiht ->d_iname
  ` [PATCH 14/20] xhci: don't mess with ->d_iname
  ` [PATCH 15/20] qat: don't mess with ->d_name
  ` [PATCH 16/20] sof-client-ipc-flood-test: "
  ` [PATCH 17/20] slub: "
  ` [PATCH 18/20] arm_scmi: don't mess with ->d_parent->d_name
  ` [PATCH 19/20] octeontx2: don't mess with ->d_parent or ->d_parent->d_name
  ` [PATCH 20/20] saner replacement for debugfs_rename()

[PATCH] crypto: ahash - make hash walk functions private to ahash.c
 2024-12-29  7:54 UTC  (2+ messages)

[PATCH] crypto: keywrap - remove unused keywrap algorithm
 2024-12-29  7:54 UTC  (2+ messages)

[PATCH 0/2] clk: thead: Fix TH1520 boot dependency on clk_ignore_unused
 2024-12-29  7:47 UTC  (6+ messages)
` [PATCH 1/2] clk: thead: Fix clk gate registration to pass flags
` [PATCH 2/2] clk: thead: Add CLK_IGNORE_UNUSED to fix TH1520 boot

[syzbot] [erofs?] KMSAN: uninit-value in erofs_fc_fill_super
 2024-12-29  7:45 UTC 

[tip:master] BUILD SUCCESS a6ab0dcc79bd36d7156a8b02be8766ce7cb11a3a
 2024-12-29  7:41 UTC 

[tip:tip/urgent] BUILD SUCCESS b6d8d62ce0a76a173ac659968ecc7ea64afc43c5
 2024-12-29  7:41 UTC 

[GIT PULL] Btrfs fixes for 6.13-rc5
 2024-12-29  7:40 UTC 

brcmfmac SAE/WPA3 negotiation
 2024-12-29  7:39 UTC  (22+ messages)

[xinli-intel-fred-public:fix_sp_calculation 6/14] arch/x86/include/asm/msr.h:149:9: sparse: sparse: cast truncates bits from constant value (8000000000000000 becomes 0)
 2024-12-29  7:36 UTC 

[PULL 00/35] m68k / next-cube patches
 2024-12-29  7:25 UTC  (36+ messages)
` [PULL 01/35] hw/m68k: Mark devices as big-endian
` [PULL 02/35] hw/m68k/next-cube: Disable the default CD-ROM drive
` [PULL 03/35] next-cube: remove 0x14020 dummy value from next_mmio_read()
` [PULL 04/35] next-cube: remove overlap between next.dma and next.mmio memory regions
` [PULL 05/35] next-cube: create new next.scsi container memory region
` [PULL 06/35] next-cube: move next_scsi_init() to next_pc_realize()
` [PULL 07/35] next-cube: introduce next_pc_init() object init function
` [PULL 08/35] next-cube: introduce next-scsi device
` [PULL 09/35] next-cube: move SCSI CSRs from next-pc to the "
` [PULL 10/35] next-cube: move SCSI 4020/4021 logic from next-pc device to "
` [PULL 11/35] next-cube: move floppy disk MMIO to separate memory region in next-pc
` [PULL 12/35] next-cube: map ESCC registers as a subregion of the next.scr memory region
` [PULL 13/35] next-cube: move ESCC to be QOM child of next-pc device
` [PULL 14/35] next-cube: move timer MMIO to separate memory region on "
` [PULL 15/35] next-cube: move en ethernet "
` [PULL 16/35] next-cube: add empty slots for unknown accesses to next.scr memory region
` [PULL 17/35] next-cube: remove unused "
` [PULL 18/35] next-cube: rearrange NeXTState declarations to improve readability
` [PULL 19/35] next-cube: convert next-pc device to use Resettable interface
` [PULL 20/35] next-cube: rename typedef struct NextRtc to NeXTRTC
` [PULL 21/35] next-cube: use qemu_irq to drive int_status in next_scr2_rtc_update()
` [PULL 22/35] next-cube: separate rtc read and write shift logic
` [PULL 23/35] next-cube: always use retval to return rtc read values
` [PULL 24/35] next-cube: use named gpio to set RTC data bit in scr2
` [PULL 25/35] next-cube: use named gpio to read "
` [PULL 26/35] next-cube: don't use rtc phase value of -1
` [PULL 27/35] next-cube: QOMify NeXTRTC
` [PULL 28/35] next-cube: move reset of next-rtc fields from next-pc to next-rtc
` [PULL 29/35] next-cube: move rtc-data-in gpio from next-pc to next-rtc device
` [PULL 30/35] next-cube: use named gpio output for next-rtc data
` [PULL 31/35] next-cube: add rtc-cmd-reset named gpio to reset the rtc state machine
` [PULL 32/35] next-cube: add rtc-power-out named gpio to trigger the NEXT_PWR_I interrupt
` [PULL 33/35] next-cube: move next_rtc_cmd_is_write() and next_rtc_data_in_irq() functions
` [PULL 34/35] next-cube: rename old_scr2 and scr2_2 in next_scr2_rtc_update()
` [PULL 35/35] next-cube: add my copyright to the top of the file

[PATCH v3 00/33] next-cube: more tidy-ups and improvements
 2024-12-29  7:27 UTC  (2+ messages)

[PATCH] [RFC] cxl/core/regs: Refactor out functions to count regblocks of given type
 2024-12-29  7:25 UTC  (5+ messages)

drivers/media/cec/usb/extron-da-hd-4k-plus/extron-da-hd-4k-plus.c:1014:51: warning: 'DCEC' directive output may be truncated writing 4 bytes into a region of size between 0 and 53
 2024-12-29  7:24 UTC 

CVE-2024-26929: scsi: qla2xxx: Fix double free of fcport
 2024-12-29  7:24 UTC  (3+ messages)

[syzbot] [mm?] WARNING in __folio_rmap_sanity_checks (2)
 2024-12-29  7:13 UTC  (5+ messages)

[PATCH v8 17/18] nvmet: New NVMe PCI endpoint function target driver
 2024-12-29  6:53 UTC  (2+ messages)

mm/list_lru.c:82:3-9: preceding lock on line 77
 2024-12-29  6:53 UTC 

[PATCH v2 0/4] iio: light: fix scale in veml3235 and add helpers to iio-gts
 2024-12-29  6:53 UTC  (3+ messages)
` [PATCH v2 4/4] iio: veml3235: fix scale to conform to ABI

[chrome-os:chromeos-6.12 4/4] arch/arm64/boot/dts/mediatek/mt8186-corsola-kyogre.dtb: dp-bridge@5c: switches:switch@0: 'port' is a required property
 2024-12-29  6:53 UTC 

[PATCH v2 0/8] Add display subsystem dt node on rk3576
 2024-12-29  6:48 UTC  (5+ messages)
  `  "

[xinli-intel-fred-public:fix_sp_calculation 14/14] arch/x86/kvm/vmx/vmenter.S:128: Error: bad register name `%rax'
 2024-12-29  6:42 UTC 

[PATCH] lib: Fix return check in 842_compress.c
 2024-12-29  6:41 UTC  (3+ messages)

[viro-vfs:work.debugfs 20/20] include/linux/debugfs.h:366:16: warning: returning 'void *' from a function with return type 'int' makes integer from pointer without a cast
 2024-12-29  6:41 UTC 

[syzbot] [net?] WARNING: locking bug in task_tick_fair
 2024-12-29  6:40 UTC 

[PATCH V2] lib: Fix return check in 842_compress.c
 2024-12-29  6:39 UTC 

[viro-vfs:work.debugfs 20/20] drivers/net/bonding/bond_debugfs.c:66:2: error: use of undeclared identifier 'err'
 2024-12-29  6:30 UTC 

[viro-vfs:work.debugfs 20/20] include/linux/debugfs.h:366:16: error: returning 'void *' from a function with return type 'int' makes integer from pointer without a cast
 2024-12-29  6:30 UTC 

[syzbot] [exfat?] INFO: task hung in exfat_lookup (3)
 2024-12-29  6:29 UTC 

[PATCH V2] ALSA: usb-audio: US16x08: Initialize array before use
 2024-12-29  6:02 UTC 

[PATCH] Documentation zram: fix description about huge page writeback example
 2024-12-29  5:58 UTC  (7+ messages)

[PATCH 0/8] Improve futex usage
 2024-12-29  5:55 UTC  (4+ messages)
` [PATCH 1/8] futex: Check value after qemu_futex_wait()

[syzbot] [media?] general protection fault in vidtv_mux_stop_thread
 2024-12-29  5:56 UTC 

[PATCH 0/6] Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
 2024-12-29  5:38 UTC  (20+ messages)
` [PATCH 1/6] usb: dwc3: st: "
` [PATCH 2/6] mmc: sdhci-st: "
` [PATCH 3/6] mtd: st_spi_fsm: "
` [PATCH 4/6] ahci: st: "
` [PATCH 5/6] net: stmmac: sti: "
` [PATCH 6/6] spi: st: "

[openeuler:openEuler-1.0-LTS 1356/1356] mm/memory_hotplug.o: warning: objtool: __remove_pages()+0x149: unreachable instruction
 2024-12-29  5:38 UTC 

[openeuler:OLK-5.10 2589/2589] fs/dcache.o: warning: objtool: dput()+0x7fe: unreachable instruction
 2024-12-29  5:38 UTC 

drivers/leds/leds-lm3692x.c:119: warning: Function parameter or struct member 'boost_ctrl' not described in 'lm3692x_led'
 2024-12-29  5:27 UTC 

[PATCH 0/7] gpu: ipu-v3: Remove unused functions
 2024-12-29  4:50 UTC  (2+ messages)

[PATCH v4 00/17] Add eDP support for RK3588
 2024-12-29  4:48 UTC  (5+ messages)
` [PATCH v4 09/17] drm/bridge: analogix_dp: Add support for phy configuration

[PATCH v4 00/25] drm/msm/dpu: Add Concurrent Writeback Support for DPU 10.x+
 2024-12-29  4:47 UTC  (7+ messages)
` [PATCH v4 18/25] drm/msm/dpu: Reserve resources for CWB

[PATCH v2 0/5] Display enablement changes for Qualcomm QCS8300 platform
 2024-12-29  4:44 UTC  (6+ messages)
` [PATCH v2 4/5] dt-bindings: phy: Add eDP PHY compatible for QCS8300

[PATCH 0/5] platform: arm64: Huawei Matebook E Go embedded controller
 2024-12-29  4:40 UTC  (3+ messages)
` [PATCH 3/5] usb: typec: ucsi: add Huawei Matebook E Go (sc8280xp) ucsi driver

[syzbot] [bluetooth?] KASAN: slab-use-after-free Read in full_proxy_write
 2024-12-29  4:30 UTC 

[PATCH] Fix build failure on liburcu v0.15.0
 2024-12-29  4:06 UTC 

[Buildroot] [autobuild.buildroot.org] Daily results for 2024-12-28
 2024-12-29  4:14 UTC 

[PATCH 2/5] platform: arm64: add Huawei Matebook E Go (sc8280xp) EC driver
 2024-12-29  4:08 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: platform: Add Huawei Matebook E Go EC

[PATCH resend] bcachefs-tools: fix build failure on liburcu v0.15.0
 2024-12-29  4:07 UTC 

[PATCH] psi: Prepend "0x" to format specifiers when printing PSI flags
 2024-12-29  3:59 UTC 

[meta-virtualization][PATCH][styhead][master] podman-compose: Add runtime dependencies
 2024-12-29  3:54 UTC  (2+ messages)

[scarthgap][PATCH] runc-opencontainers: upgrade 1.1.12 -> 1.1.14
 2024-12-29  3:53 UTC  (2+ messages)
` [meta-virtualization] "

[meta-virtualization][PATCH 1/3] packagegroup-container: inherit goarch.bbclass
 2024-12-29  3:52 UTC  (6+ messages)
` [meta-virtualization][PATCH 2/3] packagegroup-container: support target arch override
` [meta-virtualization][PATCH 3/3] docker.inc: use DISTRO_FEATURES to filter seccomp from PACKAGECONFIG

[chrome-os:chromeos-6.12 4/4] arch/arm64/boot/dts/mediatek/mt8186-corsola-ponyta-sku0.dtb: dp-bridge@5c: switches:switch@0: 'port' is a required property
 2024-12-29  3:44 UTC 

[PATCH] module: Allow DEFAULT_SYMBOL_NAMESPACE be set after export.h included
 2024-12-29  3:32 UTC  (5+ messages)

[PATCH 0/2] gpio: add support for GPIO controller on Siflower SoCs
 2024-12-29  3:09 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: gpio: add binding doc for siflower,sf19a2890-gpio
` [PATCH 2/2] gpio: add support for GPIO controller on Siflower SoCs

[syzbot] [xfs?] possible deadlock in xfs_inactive_truncate
 2024-12-29  3:03 UTC 

[openeuler:OLK-5.10 2589/2589] fs/ext4/xattr.o: warning: objtool: ext4_xattr_inode_lookup_create()+0x3f1: unreachable instruction
 2024-12-29  3:01 UTC 

[PATCH v4] CodeSamples: Fix liburcu-signal support deprecation
 2024-12-29  2:47 UTC  (2+ messages)

[PATCH v3] target/hppa: Add CPU reset method
 2024-12-29  2:44 UTC  (3+ messages)

arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi:488.10-499.6: Warning (graph_child_address): /i2c@fe5c0000/tcpc@60/connector/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
 2024-12-29  2:42 UTC 

[PATCH v3] CodeSamples: Work around removal of liburcu-signal
 2024-12-29  2:25 UTC  (6+ messages)

ERROR: modpost: "__delay" [drivers/net/mdio/mdio-cavium.ko] undefined!
 2024-12-29  2:23 UTC  (4+ messages)

[PATCH] ocfs2: add extent record check in ocfs2_commit_truncate()
 2024-12-29  2:05 UTC  (2+ messages)

mm/list_lru.c:514:3-8: WARNING: NULL check before some freeing functions is not needed
 2024-12-29  1:59 UTC 

[RFC PATCH] platform/x86: acer-wmi: Add helper functions for misc gaming settings
 2024-12-29  1:59 UTC  (2+ messages)

[PATCH] target/m68k: Handle EXCP_SEMIHOSTING for m68k class CPU
 2024-12-29  1:49 UTC  (2+ messages)

arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi:488.10-499.6: Warning (graph_child_address): /i2c@fe5c0000/tcpc@60/connector/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary
 2024-12-29  1:39 UTC 

[openeuler:openEuler-1.0-LTS 1356/1356] kernel/trace/trace_events.o: warning: objtool: trace_add_event_call_nolock()+0x20d: unreachable instruction
 2024-12-29  1:28 UTC 

[PATCH V6 0/4] Add EPSS L3 provider support on SA8775P SoC
 2024-12-29  1:23 UTC  (8+ messages)
` [PATCH V6 1/4] interconnect: qcom: Add multidev EPSS L3 support

[jarkko-tpmdd:v4l2-loopback 2/2] drivers/media/v4l2-core/v4l2-loopback.c:1892 vidioc_dqbuf() error: uninitialized symbol 'index'
 2024-12-29  1:07 UTC 

[PATCH v2] platform/x86: lenovo-wmi-camera: Use SW_CAMERA_LENS_COVER instead of KEY_CAMERA_ACESS
 2024-12-29  0:48 UTC  (2+ messages)

[PATCH 00/20] alienware-wmi driver rework
 2024-12-29  0:32 UTC  (21+ messages)
` [PATCH 05/20] alienware-wmi: Improve rgb-zones group creation
` [PATCH 08/20] alienware-wmi: Add WMI Drivers
` [PATCH 13/20] alienware-wmi: Split DMI table
` [PATCH 18/20] platform/x86: dell: Modify Makefile alignment
` [PATCH 19/20] platform/x86: Update alienware-wmi config entries

drivers/tty/serial/samsung_tty.c:1391:48: warning: '%d' directive writing between 1 and 3 bytes into a region of size 2
 2024-12-29  0:21 UTC 

sound/core/compress_offload.c:1071:5-11: inconsistent IS_ERR and PTR_ERR on line 1072
 2024-12-29  0:22 UTC 

[PATCH mptcp-next v5] mptcp: use GENL_REQ_ATTR_CHECK in userspace pm
 2024-12-29  0:22 UTC  (3+ messages)

[openeuler:OLK-5.10 2589/2589] fs/iomap/direct-io.o: warning: objtool: iomap_dio_actor()+0xde: unreachable instruction
 2024-12-29  0:21 UTC 

[openeuler:openEuler-1.0-LTS 1358/1358] drivers/net/ethernet/netswift/ngbe/ngbe_hw.c:2567:5: sparse: sparse: symbol 'ngbe_flash_write_cab' was not declared. Should it be static?
 2024-12-29  0:09 UTC 

digest ETA
 2024-12-28 23:58 UTC 

[PATCH v3 0/8] i2c: riic: driver cleanup and improvements
 2024-12-28 23:40 UTC  (13+ messages)
` [PATCH v3 1/8] i2c: riic: Use dev_err_probe in probe and riic_init_hw functions
` [PATCH v3 3/8] i2c: riic: Use BIT macro consistently
` [PATCH v3 4/8] i2c: riic: Use GENMASK() macro for bitmask definitions
` [PATCH v3 7/8] i2c: riic: Use predefined macro and simplify clock tick calculation
` [PATCH v3 8/8] i2c: riic: Add `riic_bus_barrier()` to check bus availability

[PATCH] ALSA: AC97: Use str_on_off() helper in snd_ac97_proc_read_main()
 2024-12-28 23:38 UTC 

[PATCH v9 0/4] iio: accel: adxl345: add FIFO operating with IRQ triggered watermark events
 2024-12-28 23:29 UTC  (4+ messages)
` [PATCH v9 2/4] iio: accel: adxl345: initialize FIFO delay value for SPI
` [PATCH v9 3/4] iio: accel: adxl345: add FIFO with watermark events
` [PATCH v9 4/4] iio: accel: adxl345: complete the list of defines


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.