linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-08 17:35:17 to 2018-07-09 05:55:07 UTC [more...]

BUG: unable to handle kernel paging request in kfree (2)
 2018-07-09  5:55 UTC 

[PATCH] sched/cputime: Ensure correct utime and stime proportion
 2018-07-09  5:52 UTC  (7+ messages)

KASAN: use-after-free Write in _free_event
 2018-07-09  5:52 UTC 

KASAN: use-after-free Read in p9_conn_cancel
 2018-07-09  5:52 UTC 

general protection fault in kfree (2)
 2018-07-09  5:51 UTC 

kernel BUG at mm/memory.c:LINE!
 2018-07-09  5:51 UTC 

general protection fault in scheduler_tick
 2018-07-09  5:48 UTC  (2+ messages)

[RESEND PATCH v2] devres: Really align data field to unsigned long long
 2018-07-09  5:48 UTC  (2+ messages)

[PATCH v10 00/14] arm64: kexec: add kexec_file_load() support
 2018-07-09  5:49 UTC  (4+ messages)
` [PATCH v10 03/14] powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()

KASAN: stack-out-of-bounds Read in add_wait_queue
 2018-07-09  5:44 UTC  (2+ messages)

KASAN: stack-out-of-bounds Read in account_system_index_time
 2018-07-09  5:43 UTC  (2+ messages)

[PATCH -mm -v4 00/21] mm, THP, swap: Swapout/swapin THP in one piece
 2018-07-09  5:40 UTC  (4+ messages)
` [PATCH -mm -v4 01/21] mm, THP, swap: Enable PMD swap operations for CONFIG_THP_SWAP

[RFC PATCH] watchdog: sp805: Add clock-frequency property
 2018-07-09  5:39 UTC  (5+ messages)

[PATCH 0/4] Add QCOM graphics clock controller driver for SDM845
 2018-07-09  5:38 UTC  (5+ messages)
` [PATCH 1/4] clk: qcom: gdsc: Add support to enable/disable the clocks with GDSC
` [PATCH 3/4] dt-bindings: clock: Introduce QCOM Graphics clock bindings

[PATCH v4 0/9] iommu/vt-d: Improve PASID id and table management
 2018-07-09  5:22 UTC  (10+ messages)
` [PATCH v4 1/9] iommu/vt-d: Global PASID name space
` [PATCH v4 2/9] iommu/vt-d: Avoid using idr_for_each_entry()
` [PATCH v4 3/9] iommu/vt-d: Apply global PASID in SVA
` [PATCH v4 4/9] iommu/vt-d: Move device_domain_info to header
` [PATCH v4 5/9] iommu/vt-d: Add for_each_device_domain() helper
` [PATCH v4 6/9] iommu/vt-d: Per PCI device pasid table interfaces
` [PATCH v4 7/9] iommu/vt-d: Allocate and free pasid table
` [PATCH v4 8/9] iommu/vt-d: Apply per pci device pasid table in SVA
` [PATCH v4 9/9] iommu/vt-d: Remove the obsolete per iommu pasid tables

[PATCH v9 00/10] drivers: Introduce firmware dnd clock river for ZynqMP core
 2018-07-09  5:31 UTC  (9+ messages)
` [PATCH v9 05/10] firmware: xilinx: Add clock APIs
` [PATCH v9 07/10] firmware: xilinx: Add debugfs for IOCTL API
` [PATCH v9 09/10] dt-bindings: clock: Add bindings for ZynqMP clock driver
` [PATCH v9 10/10] drivers: clk: Add "

[PATCH 0/4] phy: socionext: add new UniPhier USB PHY driver support
 2018-07-09  5:19 UTC  (3+ messages)
` [PATCH 2/4] phy: socionext: add USB3 PHY driver for UniPhier SoC

[RFC PATCH 1/2] mm/nvidmm: Drop x86 dependency on nvdimm e820 device
 2018-07-09  5:17 UTC  (8+ messages)
` [RFC PATCH 2/2] mm/pmem: Add memblock based e820 platform driver

[RFC][PATCHES] open()-related cleanups
 2018-07-09  4:54 UTC  (28+ messages)
` [RFC][PATCH 01/27] drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
  ` [RFC][PATCH 02/27] cxl_getfile(): fix double-iput() on alloc_file() failures
  ` [RFC][PATCH 03/27] ocxlflash_getfile(): "
  ` [RFC][PATCH 04/27] make sure do_dentry_open() won't return positive as an error
  ` [RFC][PATCH 05/27] introduce FMODE_OPENED
  ` [RFC][PATCH 06/27] get rid of 'opened' argument of finish_open()
  ` [RFC][PATCH 07/27] lift fput() on late failures into path_openat()
  ` [RFC][PATCH 08/27] switch all remaining checks for FILE_OPENED to FMODE_OPENED
  ` [RFC][PATCH 09/27] now we can fold open_check_o_direct() into do_dentry_open()
  ` [RFC][PATCH 10/27] introduce FMODE_CREATED and switch to it
  ` [RFC][PATCH 11/27] IMA: don't propagate opened through the entire thing
  ` [RFC][PATCH 12/27] Preparation to killing ->atomic_open() 'opened' argument
  ` [RFC][PATCH 13/27] get rid of 'opened' argument of ->atomic_open()
  ` [RFC][PATCH 14/27] get rid of 'opened' in path_openat() and the helpers downstream
  ` [RFC][PATCH 15/27] kill FILE_{CREATED,OPENED}
  ` [RFC][PATCH 16/27] new wrapper: alloc_file_pseudo()
  ` [RFC][PATCH 17/27] __shmem_file_setup(): reorder allocations
  ` [RFC][PATCH 18/27] ... and switch shmem_file_setup() to alloc_file_pseudo()
  ` [RFC][PATCH 19/27] cxl_getfile(): switch "
  ` [RFC][PATCH 20/27] ocxlflash_getfile(): "
  ` [RFC][PATCH 21/27] hugetlb_file_setup(): "
  ` [RFC][PATCH 22/27] anon_inode_getfile(): "
  ` [RFC][PATCH 23/27] create_pipe_files(): switch the first allocation "
  ` [RFC][PATCH 24/27] new helper: alloc_file_clone()
  ` [RFC][PATCH 25/27] do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()
  ` [RFC][PATCH 26/27] make alloc_file() static
  ` [RFC][PATCH 27/27] turn filp_clone_open() into inline wrapper for dentry_open()

[PATCH v8 00/11] Add MSI-X support on pcitest tool
 2018-07-09  4:48 UTC  (3+ messages)
` [PATCH v8 08/11] pci-epf-test/pci_endpoint_test: Add MSI-X support

[PATCH v2 0/9] Allwinner H6 USB support
 2018-07-09  4:40 UTC  (6+ messages)
` [PATCH v2 7/9] phy: allwinner: add phy driver for USB3 PHY on Allwinner H6 SoC
    ` [linux-sunxi] "
` [linux-sunxi] [PATCH v2 0/9] Allwinner H6 USB support

[PATCH v2] platform/x86: intel-hid: Add support for Device Specific Methods
 2018-07-09  4:38 UTC  (13+ messages)

Query regarding Spectre fixes - IBRS/IBPB/SSB
 2018-07-09  4:28 UTC 

[PATCH v2] devres: Really align data field to unsigned long long
 2018-07-09  4:18 UTC  (4+ messages)

[PATCH 0/5] thunderbolt: Add support for runtime PM
 2018-07-09  4:20 UTC  (6+ messages)
` [PATCH 5/5] "

Re:[RFC] a question about reuse hwpoison page in soft_offline_page()
 2018-07-09  4:16 UTC 

linux-next: manual merge of the staging tree with the crypto tree
 2018-07-09  4:15 UTC 

[PATCH] dell-laptop: Fix backlight detection
 2018-07-09  4:14 UTC  (3+ messages)

[PATCH v3 0/2] powerpc: Detection and scheduler optimization for POWER9 bigcore
 2018-07-09  3:52 UTC  (4+ messages)
` [PATCH v3 1/2] powerpc: Detect the presence of big-cores via "ibm,thread-groups"
  ` [PATCH v3 1/2] powerpc: Detect the presence of big-cores via "ibm, thread-groups"

[PATCH v3 0/3] Add display clock controller driver for SDM845
 2018-07-09  3:38 UTC  (8+ messages)
` [PATCH v3 1/3] clk: qcom: Move frequency table macro to common file
` [PATCH v3 2/3] dt-bindings: clock: Introduce QCOM Display clock bindings
` [PATCH v3 3/3] clk: qcom: Add display clock controller driver for SDM845

[RESEND PATCH v10 0/6] optimize memblock_next_valid_pfn and early_pfn_valid on arm and arm64
 2018-07-09  3:30 UTC  (4+ messages)
` [RESEND PATCH v10 2/6] mm: page_alloc: remain memblock_next_valid_pfn() on arm/arm64

[PATCH 4.16 000/279] 4.16.17-stable review
 2018-07-09  3:28 UTC  (8+ messages)
  ` [PATCH 4.16 234/279] x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pkeys ABI

[PATCH V3 0/7] mmc: add support for sdhci 4.0
 2018-07-09  3:19 UTC  (8+ messages)
` [PATCH V3 1/7] mmc: sdhci: add sd host v4 mode
` [PATCH V3 2/7] mmc: sdhci: made changes for System Address register of SDMA
` [PATCH V3 3/7] mmc: sdhci: add ADMA2 64-bit addressing support for V4 mode
` [PATCH V3 4/7] mmc: sdhci: add 32-bit block count support for v4 mode
` [PATCH V3 5/7] mmc: sdhci: add Auto CMD Auto Select support
` [PATCH V3 6/7] mmc: sdhci-sprd: added Spreadtrum's initial host controller
` [PATCH V3 7/7] dt-bindings: sdhci-sprd: Add bindings for the sdhci-sprd controller

%#ẍ Dev OS (was: Fair Pay In Cyberspace)
 2018-07-09  3:18 UTC  (2+ messages)
  ` %#ẍ Dev OS

[RESEND PATCH v4 0/2] Add a property in at24.c
 2018-07-09  3:12 UTC  (5+ messages)
` [RESEND PATCH v4 1/2] dt-bindings: at24: Add address-width property

KASAN: slab-out-of-bounds Read in fscache_alloc_cookie
 2018-07-09  3:09 UTC 

KASAN: slab-out-of-bounds Read in pdu_read
 2018-07-09  3:09 UTC 

KASAN: use-after-free Read in __queue_work (2)
 2018-07-09  3:09 UTC 

BUG: corrupted list in cpu_stop_queue_work
 2018-07-09  2:30 UTC  (2+ messages)

[PATCH] ARM: add endianness option to LDFLAGS instead of LD
 2018-07-09  2:09 UTC 

[PATCH v3] media: dvb-frontends: add Socionext SC1501A ISDB-S/T demodulator driver
 2018-07-09  2:04 UTC  (9+ messages)

[PATCH v5 0/1] *** PCI: kirin: Add MSI support ***
 2018-07-09  1:54 UTC  (3+ messages)
` [PATCH v5 1/1] PCI: kirin: Add MSI support
  ` 答复: "

linux-next: build warning after merge of the nand tree
 2018-07-09  1:51 UTC 

[GIT PULL] Immutable branch (mfd, chrome) due for the v4.19 window
 2018-07-09  1:13 UTC 

[PATCH] Debug: Add cpu registers dump in case of kernel panic
 2018-07-09  1:08 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2018-07-09  1:03 UTC 

[PATCH] locking/lockdep: Report comm/pid/timestamp information
 2018-07-09  0:57 UTC 

[PATCH] watchdog: add module parameter "force_no_reboot" for iTCO
 2018-07-09  0:49 UTC  (6+ messages)

[PATCH] staging: r8822be: Fix RTL8822be can't find any wireless AP
 2018-07-09  0:47 UTC  (3+ messages)

Re:[RFC] a question about reuse hwpoison page in soft_offline_page()
 2018-07-09  0:38 UTC 

linux-next: manual merge of the net-next tree with the net tree
 2018-07-09  0:46 UTC 

[PATCH bpf 0/1] bpf: btf: Fix endianness of bitfields
 2018-07-09  0:22 UTC  (2+ messages)
` [PATCH bpf 1/1] bpf: btf: Fix bitfield extraction for big endian

linux-next: manual merge of the net-next tree with the net tree
 2018-07-09  0:28 UTC 

[PATCH v1] clk: tegra: emc: Avoid out-of-bounds bug
 2018-07-09  0:13 UTC  (2+ messages)

[PATCH v1] clk: tegra: Mark Memory Controller clock as critical
 2018-07-09  0:09 UTC  (2+ messages)

[PATCH v3 0/3] arm64: kexec,kdump: fix boot failures on acpi-only system
 2018-07-09  0:07 UTC  (4+ messages)
` [PATCH v3 1/3] arm64: export memblock_reserve()d regions via /proc/iomem
` [PATCH v3 2/3] efi/arm: map UEFI memory map even w/o runtime services enabled
` [PATCH v3 3/3] arm64: acpi: fix alignment fault in accessing ACPI

[PATCH v3 0/8] Tegra20 External Memory Controller driver
 2018-07-09  0:00 UTC  (3+ messages)
` [PATCH v3 6/8] clk: tegra20: Turn EMC clock gate into divider

Linux 4.18-rc4
 2018-07-08 23:57 UTC 

[PATCH v6 0/6] mtd: rawnand: support MT29F1G08ABAFAWP-ITE:F
 2018-07-08 23:56 UTC  (4+ messages)

[PATCH] clk: tegra: bpmp: Don't crash when a clock fails to register
 2018-07-08 23:56 UTC  (2+ messages)

KASAN: use-after-free Read in tls_write_space
 2018-07-08 23:55 UTC  (2+ messages)

[PATCH vfs/for-next 00/18] fs_context fixes
 2018-07-08 23:46 UTC  (20+ messages)
` [PATCH 01/18] sysfs: check return value of kernfs_get_tree()
` [PATCH 02/18] fs_context: fix shrinker leak in sget_fc()
` [PATCH 03/18] fs_context: fix detecting full log buffer
` [PATCH 04/18] fs_context: fix fs_context leak in simple_pin_fs()
` [PATCH 05/18] fs_context: fix mount option blacklist
` [PATCH 06/18] fs_context: fix memory leak with 's' (source) command
` [PATCH 07/18] fs_context: fix double free of legacy_fs_context data
` [PATCH 08/18] fsmount: pass up error code from dentry_open()
` [PATCH 09/18] fsmount: fix handling FSMOUNT_CLOEXEC
` [PATCH 10/18] fsmount: fix bypassing SB_MANDLOCK permission check
` [PATCH 11/18] fspick: fix path leak
` [PATCH 12/18] fspick: add missing permission check
` [PATCH 13/18] fsmount: removed unused variable 'inode'
` [PATCH 14/18] fsopen,fspick: factor out log allocation
` [PATCH 15/18] fsopen,fspick: rename fsopen_create_fd() to fscontext_create_fd()
` [PATCH 16/18] fs_context: de-obfuscate control flow in fscontext_read()
` [PATCH 17/18] fs_context: de-obfuscate command validation
` [PATCH 18/18] fs_context: fix fscontext_write() comment

[PATCH] arm64: hikey960: update idle-states
 2018-07-08 23:26 UTC  (4+ messages)

KASAN: use-after-free Read in ipv6_gso_pull_exthdrs
 2018-07-08 23:18 UTC  (5+ messages)

[PATCH v8 2/2] hwmon: npcm750: add NPCM7xx PWM and Fan driver
 2018-07-08 23:15 UTC  (2+ messages)
` [v8,2/2] "

[PATCH v8 1/2] dt-binding: hwmon: Add NPCM7xx PWM and Fan controller documentation
 2018-07-08 23:14 UTC  (2+ messages)
` [v8, "

[PATCH v4 0/3] hwmon: Add attributes to enable/disable sensors
 2018-07-08 23:01 UTC  (5+ messages)
` [PATCH v4 2/3] hwmon: ibmpowernv: Add attributes to enable/disable sensor groups
` [PATCH v4 3/3] hwmon: Document the sensor enable attribute

[GIT PULL 1/3] ARM: Keystone DTS update for v4.19
 2018-07-08 22:34 UTC  (4+ messages)
` [GIT PULL 2/3] ARM: Keystone config "

[PATCHv6 0/4] Salted build ids via ELF notes
 2018-07-08 22:12 UTC  (2+ messages)

[PATCH] move smp_rmb() after load of status
 2018-07-08 21:53 UTC  (3+ messages)

[PATCH] mtd: rawnand: tegra: check bounds of die_nr properly
 2018-07-08 21:51 UTC  (2+ messages)

[PATCH] mtd: spinand: Use 2-factor allocator calls
 2018-07-08 21:50 UTC  (2+ messages)

[PATCH -next v2] mtd: spinand: fix missing unlock on error
 2018-07-08 21:50 UTC  (3+ messages)
` [PATCH -next v3] "

[PATCH -next] mtd: spinand: Fix error return code in spinand_init()
 2018-07-08 21:49 UTC  (2+ messages)

[PATCH v5] mtd: rawnand: qcom: erased page bitflips detection
 2018-07-08 21:47 UTC  (2+ messages)

[PATCH] mtd: rawnand: gpmi: remove redundant variable payload_virt
 2018-07-08 21:46 UTC  (2+ messages)

Kernel 4.17.4 lockup
 2018-07-08 21:36 UTC 

[PATCH] ubifs: xattr: Don't operate on deleted inodes
 2018-07-08 21:33 UTC 

[PATCH, libv4l]: Make libv4l2 usable on devices with complex pipeline
 2018-07-08 21:32 UTC 

[PATCH] ubifs: gc: Fix typo
 2018-07-08 21:24 UTC 

[PATCH for 4.18 0/6] Restartable Sequences updates
 2018-07-08 21:12 UTC  (8+ messages)
` [PATCH for 4.18 1/6] rseq: use __u64 for rseq_cs fields, validate user inputs
` [PATCH for 4.18 2/6] rseq: use get_user/put_user rather than __get_user/__put_user
` [PATCH for 4.18 3/6] rseq: uapi: update uapi comments
` [PATCH for 4.18 4/6] rseq: uapi: declare rseq_cs field as union, update includes
` [PATCH for 4.18 5/6] rseq: remove unused types_32_64.h uapi header
` [PATCH for 4.18 6/6] rseq/selftests: cleanup: update comment above rseq_prepare_unload

kernel BUG at fs/super.c:LINE!
 2018-07-08 21:11 UTC  (2+ messages)

[PATCH] tick: prefer a lower rating device only if it's CPU local device
 2018-07-08 20:59 UTC  (8+ messages)

[PATCH 0/4] lib/iov_iter: Fixes and documentation for pmem user copies
 2018-07-08 20:46 UTC  (5+ messages)
` [PATCH 1/4] lib/iov_iter: Document _copy_to_iter_mcsafe()
` [PATCH 2/4] lib/iov_iter: Document _copy_to_iter_flushcache()
` [PATCH 3/4] lib/iov_iter: Fix pipe handling in _copy_to_iter_mcsafe
` [PATCH 4/4] x86/asm/memcpy_mcsafe: Fix copy_to_user_mcsafe() exception handling

[RFC] Add BPF_SYNCHRONIZE bpf(2) command
 2018-07-08 20:54 UTC  (4+ messages)

[PATCH] dma-mapping: Relax warnings for per-device areas
 2018-07-08 20:47 UTC  (9+ messages)
          ` Aw: "

io_pgetevents & aio fsync V4
 2018-07-08 20:44 UTC  (4+ messages)
` [PATCH 7/7] aio: implement io_pgetevents

[PATCH bpf-next v3 0/3] bpf: btf: print bpftool map data with btf
 2018-07-08 20:30 UTC  (3+ messages)
` [PATCH bpf-next v3 2/3] bpf: btf: add btf print functionality
` [PATCH bpf-next v3 3/3] bpf: btf: print map dump and lookup with btf info

[PATCH 3/6] block: Create scsi_sense.h for SCSI and ATAPI
 2018-07-08 20:23 UTC  (11+ messages)

[PATCH V5 2/2] scsi: ufs: Add configfs support for ufs provisioning
 2018-07-08 20:21 UTC  (2+ messages)

XZ compressed kernel broken?
 2018-07-08 19:38 UTC 

droid 4 in v4.18-rc: grep -r adasfasd /sys/ oopses
 2018-07-08 19:37 UTC  (2+ messages)

[PATCH] nvme-rdma: mark expected switch fall-through
 2018-07-08 18:59 UTC  (2+ messages)

Crypto Update for 4.10
 2018-07-08 18:31 UTC  (12+ messages)
` Crypto Update for 4.11
  ` Crypto Fixes for 4.13
    ` Crypto Fixes for 4.14
      ` Crypto Fixes for 4.15
            ` Crypto Fixes for 4.16
              ` Crypto Fixes for 4.17
                ` Crypto Fixes for 4.18

[PATCH] checkpatch: Fix duplicate invalid vsprintf pointer extension '%p<foo>' messages
 2018-07-08 18:18 UTC 

[PATCH 1/6] staging: rtl8723bs: replace while with shorter for loop
 2018-07-08 17:36 UTC  (4+ messages)
` [PATCH 3/6] staging: rtl8723bs: fix indentation

[PATCH v12 0/4] iommu/arm-smmu: Add runtime pm/sleep support
 2018-07-08 17:34 UTC  (2+ messages)
` [PATCH v12 2/4] iommu/arm-smmu: Invoke pm_runtime during probe, add/remove device


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).