[Bug 1962674] Re: Add IIO sensors ID for ACPI based platform

2022-06-06 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-intel-
iotg/5.15.0-1006.8 kernel in -proposed solves the problem. Please test
the kernel and update this bug with the results. If the problem is
solved, change the tag 'verification-needed-jammy' to 'verification-
done-jammy'. If the problem still exists, change the tag 'verification-
needed-jammy' to 'verification-failed-jammy'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-jammy

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962674

Title:
  Add IIO sensors ID for ACPI based platform

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1962674/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962674] Re: Add IIO sensors ID for ACPI based platform

2022-05-30 Thread Philip Cox
I have had to disable the ADXL345 accelerator driver in the jammy:linux-
intel-iotg kernel.

The code is broken, and needs a bit of work to correct.

It was also broken in the 5.13 build, so it is not a regression.  I know
that it appeared to be enabled in the 5.13 config. but because of the
Kconfig dependencies, it was actually disabled because it requires the
ADXL34X module to be disabled.  Only one can be enabled in the kernel.
When I disable the 34X and enable the 345 driver, it fails because the
function  adxl345_i2c_remove() is not defined, but it is called.

I am going to revert the change where CONFIG_ADXL345 is enabled.  The
build break will need to be corrected in both the 5.13 build, and the
5.15 build.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962674

Title:
  Add IIO sensors ID for ACPI based platform

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1962674/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962674] Re: Add IIO sensors ID for ACPI based platform

2022-05-13 Thread Anthony Wong
** Also affects: linux-intel-5.13 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux-intel-iotg (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: linux-intel-5.13 (Ubuntu Focal)
   Status: New => Fix Released

** Changed in: linux-intel-5.13 (Ubuntu Kinetic)
   Status: Fix Released => Invalid

** Changed in: linux-intel-5.13 (Ubuntu Jammy)
   Status: New => Invalid

** Changed in: linux-intel-iotg (Ubuntu Focal)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962674

Title:
  Add IIO sensors ID for ACPI based platform

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1962674/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962674] Re: Add IIO sensors ID for ACPI based platform

2022-05-12 Thread Tim Gardner
** Changed in: linux-intel-iotg (Ubuntu Jammy)
   Status: New => In Progress

** Changed in: linux-intel-iotg (Ubuntu Jammy)
 Assignee: (unassigned) => Jian Hui Lee (jianhuilee)

** Changed in: linux-intel-iotg (Ubuntu Jammy)
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962674

Title:
  Add IIO sensors ID for ACPI based platform

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1962674/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962674] Re: Add IIO sensors ID for ACPI based platform

2022-05-11 Thread Jian Hui Lee
** Also affects: linux-intel-iotg (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: linux-intel-5.13 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: linux-intel-iotg (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: linux-intel-5.13 (Ubuntu Kinetic)
   Importance: Undecided
 Assignee: Jian Hui Lee (jianhuilee)
   Status: Fix Released

** Also affects: linux-intel-iotg (Ubuntu Kinetic)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962674

Title:
  Add IIO sensors ID for ACPI based platform

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1962674/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962674] Re: Add IIO sensors ID for ACPI based platform

2022-04-27 Thread Launchpad Bug Tracker
This bug was fixed in the package linux-intel-5.13 - 5.13.0-1011.11

---
linux-intel-5.13 (5.13.0-1011.11) focal; urgency=medium

  * focal/linux-intel-5.13: 5.13.0-1011.11 -proposed tracker (LP:
#1968865)

  * Ubuntu Server lose connection when download >1G large file (LP: #1967257)
- bus: mhi: pci-generic: configurable network interface MRU
- bus: mhi: pci_generic: Add mru_default for Quectel EM1xx series
- bus: mhi: pci_generic: Add mru_default for Foxconn SDX55

  * Add IIO sensors ID for ACPI based platform (LP: #1962674)
- iio: accel: adxl345: Convert to use dev_err_probe()
- iio: accel: adxl345: Set driver_data for OF enumeration
- iio: accel: adxl345: Get rid of name parameter in adxl345_core_probe()
- iio: accel: adxl345: Make use of device properties
- iio: accel: adxl345: Add ACPI HID table
- iio: accel: adxl345: Extract adxl345_powerup() helper
- iio: accel: adxl345: Drop comma in terminator entries
- iio: accel: adxl345: Remove unneeded blank lines
- iio: humidity: hdc100x: Add ACPI HID table
- iio: pressure: dps310: Add ACPI HID table

  * Bail out when USB port is stuck in reset loop (LP: #1960777)
- usb: core: Bail out when port is stuck in reset loop

  [ Ubuntu: 5.13.0-40.45~20.04.1 ]

  * focal/linux-hwe-5.13: 5.13.0-40.45~20.04.1 -proposed tracker (LP: #1967356)
  * impish/linux: 5.13.0-40.45 -proposed tracker (LP: #1966701)
  * CVE-2022-1016
- netfilter: nf_tables: initialize registers in nft_do_chain()
  * CVE-2022-1015
- netfilter: nf_tables: validate registers coming from userspace.
  * audit: improve audit queue handling when "audit=1" on cmdline
(LP: #1965723) // Impish update: upstream stable patchset 2022-03-22
(LP: #1966021)
- audit: improve audit queue handling when "audit=1" on cmdline
  * PS/2 Keyboard wakeup from s2idle not functioning on AMD Yellow Carp platform
(LP: #1961739)
- PM: s2idle: ACPI: Fix wakeup interrupts handling
  * Low RX performance for 40G Solarflare NICs (LP: #1964512)
- SAUCE: sfc: The size of the RX recycle ring should be more flexible
  * [UBUNTU 20.04] Fix SIGP processing on KVM/s390 (LP: #1962578)
- KVM: s390: Simplify SIGP Set Arch handling
- KVM: s390: Add a routine for setting userspace CPU state
  * Move virtual graphics drivers from linux-modules-extra to linux-modules
(LP: #1960633)
- [Packaging] Move VM DRM drivers into modules
  * Impish update: upstream stable patchset 2022-03-09 (LP: #1964422)
- bnx2x: Utilize firmware 7.13.21.0
- bnx2x: Invalidate fastpath HSI version for VFs
- rcu: Tighten rcu_advance_cbs_nowake() checks
- select: Fix indefinitely sleeping task in poll_schedule_timeout()
- drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2
- arm64/bpf: Remove 128MB limit for BPF JIT programs
- Bluetooth: refactor malicious adv data check
- net: sfp: ignore disabled SFP node
- net: stmmac: skip only stmmac_ptp_register when resume from suspend
- s390/hypfs: include z/VM guests with access control group set
- bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()
- scsi: zfcp: Fix failed recovery on gone remote port with non-NPIV FCP
  devices
- udf: Restore i_lenAlloc when inode expansion fails
- udf: Fix NULL ptr deref when converting from inline format
- efi: runtime: avoid EFIv2 runtime services on Apple x86 machines
- PM: wakeup: simplify the output logic of pm_show_wakelocks()
- tracing/histogram: Fix a potential memory leak for kstrdup()
- tracing: Don't inc err_log entry count if entry allocation fails
- ceph: properly put ceph_string reference after async create attempt
- ceph: set pool_ns in new inode layout for async creates
- fsnotify: fix fsnotify hooks in pseudo filesystems
- Revert "KVM: SVM: avoid infinite loop on NPF from bad address"
- perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICX
- drm/etnaviv: relax submit size limits
- KVM: x86: Update vCPU's runtime CPUID on write to MSR_IA32_XSS
- netfilter: nft_payload: do not update layer 4 checksum when mangling
  fragments
- serial: 8250: of: Fix mapped region size when using reg-offset property
- serial: stm32: fix software flow control transfer
- tty: n_gsm: fix SW flow control encoding/handling
- tty: Add support for Brainboxes UC cards.
- usb-storage: Add unusual-devs entry for VL817 USB-SATA bridge
- usb: xhci-plat: fix crash when suspend if remote wake enable
- usb: common: ulpi: Fix crash in ulpi_match()
- usb: gadget: f_sourcesink: Fix isoc transfer for USB_SPEED_SUPER_PLUS
- USB: core: Fix hang in usb_kill_urb by adding memory barriers
- usb: typec: tcpm: Do not disconnect while receiving VBUS off
- ucsi_ccg: Check DEV_INT bit only when starting CCG4
- jbd2: export jbd2_journal_[grab|put]_journal_head
- ocfs2: fix a deadlock when commit trans
- sched/membarrier: Fix mem

[Bug 1962674] Re: Add IIO sensors ID for ACPI based platform

2022-04-24 Thread Jesse Sung
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962674

Title:
  Add IIO sensors ID for ACPI based platform

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1962674/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962674] Re: Add IIO sensors ID for ACPI based platform

2022-04-24 Thread Nara Huang
I can confirm after update to 5.13.0-1011-intel, I can see /sys/bus/iio
interfaces

** Tags added: cqa-verified

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962674

Title:
  Add IIO sensors ID for ACPI based platform

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1962674/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962674] Re: Add IIO sensors ID for ACPI based platform

2022-04-19 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the linux-
intel-5.13/5.13.0-1011.11 kernel in -proposed solves the problem. Please
test the kernel and update this bug with the results. If the problem is
solved, change the tag 'verification-needed-focal' to 'verification-
done-focal'. If the problem still exists, change the tag 'verification-
needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962674

Title:
  Add IIO sensors ID for ACPI based platform

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1962674/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962674] Re: Add IIO sensors ID for ACPI based platform

2022-04-13 Thread Jesse Sung
** Changed in: linux-intel-5.13 (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962674

Title:
  Add IIO sensors ID for ACPI based platform

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1962674/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1962674] Re: Add IIO sensors ID for ACPI based platform

2022-03-01 Thread Jesse Sung
** Changed in: linux-intel-5.13 (Ubuntu)
 Assignee: Jesse Sung (wenchien) => Jian Hui Lee (jianhuilee)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1962674

Title:
  Add IIO sensors ID for ACPI based platform

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1962674/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs